-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
gh-129559: Add missing bytearray.resize free threading test #141739
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
Conversation
Missed the free threading tests in initial implementation. Running the test under thread sanitizer on a free-threaded build didn't find any issues.
|
Thanks @cmaloney for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Sorry, @cmaloney and @kumaraditya303, I could not cleanly backport this to |
|
|
GH-141835 is a backport of this pull request to the 3.14 branch. |
… free-threading (pythonGH-141739) (cherry picked from commit 019c315) Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Missed the free threading tests in initial implementation. Running the test under thread sanitizer on a free-threaded build didn't find any issues.
bytearray.resize()method #129559