Hacker News new | ask | show | jobs
How does CPython print stack traces? (blog.stealthrocket.tech)
9 points by pelletier 1064 days ago
1 comments

Wrote a deep dive on my way to learn how CPython prints stack traces to teach our profiler how to interpret stack traces. That was a good learning experience, so I figured I would share.