gh-138661: fix data race in PyCode_Addr2Line#138664
gh-138661: fix data race in PyCode_Addr2Line#138664kumaraditya303 merged 5 commits intopython:mainfrom
PyCode_Addr2Line#138664Conversation
mpage
left a comment
There was a problem hiding this comment.
The fix looks good to me, but it looks like test_faulthandler is timing out on the free-threaded builds.
|
When you're done making the requested changes, leave the comment: |
faulthandler calls |
|
Maybe faulthandler should use an internal API which avoids the critical section. Such API should be added if it doesn't exist yet. |
Thanks for the pointer, I have fixed it now by adding an internal API which would work without attached tstate. |
fixed the test_faulthandler issue
|
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit ea26f6d) Co-authored-by: Kumar Aditya <[email protected]>
|
GH-138834 is a backport of this pull request to the 3.14 branch. |
…38834) gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (cherry picked from commit ea26f6d) Co-authored-by: Kumar Aditya <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.