Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 20, 2025

Conversation

kumaraditya303
Copy link
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.

@kumaraditya303 kumaraditya303 merged commit 39b37b0 into python:main Mar 20, 2025
45 checks passed
@kumaraditya303 kumaraditya303 deleted the tb branch March 20, 2025 06:48
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