|
You are here |
blog.hakril.net | ||
| | | | |
jakevdp.github.io
|
|
| | | | | ||
| | | | |
tenthousandmeters.com
|
|
| | | | | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we... | |
| | | | |
nikhilism.com
|
|
| | | | | [AI summary] The provided text discusses the process of capturing Python stack traces from a crashed process using Crashpad. It outlines how Python's internal structures, such as frames, code objects, and thread-local storage, are leveraged to extract meaningful crash reports. The text also touches on related work, like sampling profilers, and emphasizes the benefits of reliable crash reporting for productivity and debugging. | |
| | | | |
palant.info
|
|
| | | Allowing password-based authentication without letting the server know the password is fascinating. Unfortunately, for web applications this doesn't solve any problems. | ||