Skip to content

gh-128421: add critical section around traceback.tb_next#131322

Merged
kumaraditya303 merged 2 commits intopython:mainfrom
kumaraditya303:tb
Mar 20, 2025
Merged

gh-128421: add critical section around traceback.tb_next#131322
kumaraditya303 merged 2 commits intopython:mainfrom
kumaraditya303:tb

Conversation

@kumaraditya303
Copy link
Copy Markdown
Contributor

@kumaraditya303 kumaraditya303 commented Mar 16, 2025

Adds critical section around getter and setter of traceback.tb_next. traceback.tb_lineno is still not thread safe as it reads from frame object and that isn't thread safe, that will be made thread safe separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants