-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-102251: Explicitly free state for test modules with state in test_import #105085
Conversation
Can you update the PR title to reflect the actual change? |
test_import
_testsinglephase_with_state
Co-authored-by: Erlend E. Aasland <[email protected]>
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 26a9ede 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
_testsinglephase_with_state
Approved by Eric in #104796 (review), as part of a larger PR. |
Thanks @sunmy2019 for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
… test_import (pythonGH-105085) (cherry picked from commit a99b9d9) Co-authored-by: sunmy2019 <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
GH-105170 is a backport of this pull request to the 3.12 branch. |
…n test_import (GH-105085) (#105170) (cherry picked from commit a99b9d9) Co-authored-by: sunmy2019 <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
The module state is not cleared in the clean-up functions. This PR adds one clean-up function for it.
This fixes the second issue mentioned in #103879 (comment)