Uh oh!
There was an error while loading. Please reload this page.
gh-102251: Explicitly free state for test modules with state in test_import - #105085
Conversation
erlend-aasland
commented
May 30, 2023
Can you update the PR title to reflect the actual change? |
test_import_testsinglephase_with_stateUh 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
commented
May 30, 2023
🤖 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_stateerlend-aasland
commented
May 31, 2023
Approved by Eric in #104796 (review), as part of a larger PR. |
miss-islington
commented
May 31, 2023
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 <59365878+sunmy2019@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot
commented
May 31, 2023
GH-105170 is a backport of this pull request to the 3.12 branch. |
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)