Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-102251: Explicitly free state for test modules with state in test_import#105085
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Can you update the PR title to reflect the actual change? |
test_import
_testsinglephase_with_state
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Uh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedMay 30, 2023
🤖 New build scheduled with the buildbot fleet by@erlend-aasland for commit26a9ede 🤖 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 commita99b9d9)Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot commentedMay 31, 2023
GH-105170 is a backport of this pull request to the3.12 branch. |
Uh oh!
There was an error while loading.Please reload this page.
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)