|
You are here |
tenthousandmeters.com | ||
| | | | |
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. | |
| | | | |
dygalo.dev
|
|
| | | | | Sometimes we need to extend existing Python projects with other languages to solve performance issues or to include some functionality already written in another language. In this chapter, we will create a full-featured Python integration for a Rust crate we built in the previous article. As the primary goal, I want to focus on a pleasant end-user experience and share tips on improving the usability and debuggability of the resulting library. | |
| | | | |
doughellmann.com
|
|
| | | | | ||
| | | | |
lazarusoverlook.com
|
|
| | | A production-ready, macro-based library to generate type-safe hashmaps. | ||