gh-129559: Add missing bytearray.resize free threading test#141739
gh-129559: Add missing bytearray.resize free threading test#141739kumaraditya303 merged 1 commit intopython:mainfrom
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