Uh oh!
There was an error while loading. Please reload this page.
gh-116738: Add free-threading tests for binascii - #143234
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
This is the first time I have tried to contribute to an open-source project, just let me know what I am doing wrong, I am thankful for your time. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
I added NEWS.d to pass the bot test, I saw the (skip-label), does mean I would have auto-passed without updating NEWS.d from the "bedevere-app"?
Edit: bedevere/news
bedevere/news — "skip news" label found (I will remove the NEWS since it did skip.)
Summary
binascii(Audit all built-in modules for thread safety #116738).binasciidoes not enable the GIL when running with-X gil=0.binasciioperations under-X gil=0.Motivation
Testing
./python -m test -j0 test_binascii./python -X gil=0 -m test -j0 test_binasciiIssue