Uh oh!
There was an error while loading. Please reload this page.
gh-108927: Fix test_import + test_importlib + test_unittest problem - #108929
Conversation
| import pickle | ||
| from test import support | ||
| from test.support import import_helper | ||
| import test.test_importlib.util |
There was a problem hiding this comment.
I'm curious why such standard import triggers a bug. Maybe give a try to test.bisect_cmd to isolate exactly which tests are the bare minimum to trigger it.
Yhg1s
commented
Sep 5, 2023
#108952 is a more proper fix, but I think it needs a bit more discussion. I'm going to land this so the 3.12.0rc2 release process is a bit more clean, but we should still try to solve the more structural problem. |
miss-islington
commented
Sep 5, 2023
…blem (pythonGH-108929) (cherry picked from commit 3f89b25) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
bedevere-bot
commented
Sep 5, 2023
GH-108954 is a backport of this pull request to the 3.12 branch. |
lordmauve
commented
Oct 4, 2023
Please can we backport this to 3.11 as well? I'm seeing this issue in 3.11.6 and earlier. |
miss-islington
commented
Oct 4, 2023
GH-110347 is a backport of this pull request to the 3.11 branch. |
…blem (pythonGH-108929) (cherry picked from commit 3f89b25) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
vstinner
commented
Oct 4, 2023
Done. It was forgotten, tests should be backported to all bugfix branches. |
After:
This is more like "hidding things under the carpet" and not a "proper fix", I think.
But, it should be enough to unblock the release.