-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
test_concurrent_futures.test_init
raises a UserWarning
#114062
Comments
FYI: I'm not able to reproduce it with |
This just happened on a Mac free-threading refleaks buildbot. The same test leaked a reference. |
Can reproduce consistently on Linux with |
Looks like a test-only issue: in
IMO, it should be fine to switch the order here. Will send a PR after more testing. |
... or maybe these are supposed to be cleaned up before atexit finalizers, and the test should catch this? |
Oh, this is a duplicate of #104090. There's much more info there. |
Bug report
Bug description:
Full trace:
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: