-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-138360: Fix test_free_threading
for IO objects
#138359
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
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 |
@Eclips4 please add |
I think it would make sense to have an issue, just for backports tracking. I'll create one. |
test_free_threading
for IO objectstest_free_threading
for IO objects
@picnixz thanks a lot |
@picnixz I don't think that we need any test case here. What do you think? |
Err, no? this PR is fine! |
Sorry, @uhx and @sobolevn, I could not cleanly backport this to
|
Sorry, @uhx and @sobolevn, I could not cleanly backport this to
|
@uhx Could you take care of the backports please? you'll need to find the tests (they could have moved somewhere else) |
@picnixz sure thing, I took a quick look at it yesterday but didn't find anything. I checked the PR that introduced this test and noticed that this change was not included into 3.14: I also couldn't find these changes in any of the versions (3.13, 3.14) |
Oh so they were only 3.15+, no need for backports for now! Thank for having a look. However, I think #132616 should have been backported as it's a bugfix IMO. |
truncate
intest_free_threading
for IO #138360