-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
gh-116738: Add free-threading tests for binascii #143234
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
base: main
Are you sure you want to change the base?
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 |
bffc02c to
ce6d55a
Compare
|
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. |
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