We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CPython main branch
Linux
Python 3.13.0a0 (bisect/good-edb569e8e1f469ac5ce629cc647ab169d895de41-1-gfeb9a49c9c-dirty:feb9a49) [GCC 8.5.0 20210514 (Red Hat 8.5.0-20)]
Reproduce with ./python -m test -R: -v test_import.
./python -m test -R: -v test_import
The text was updated successfully, but these errors were encountered:
Bisection shows this leak was introduced by #104186
cc @FFY00
Sorry, something went wrong.
pythongh-108696: revert bypassing import cache in test_import helper
d6548de
gh-108696: revert bypassing import cache in test_import helper (#108698)
157b89e
Checks passed
No branches or pull requests
Bug report
Checklist
and am confident this bug has not been reported before
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.13.0a0 (bisect/good-edb569e8e1f469ac5ce629cc647ab169d895de41-1-gfeb9a49c9c-dirty:feb9a49) [GCC 8.5.0 20210514 (Red Hat 8.5.0-20)]
A clear and concise description of the bug:
Reproduce with
./python -m test -R: -v test_import
.Linked PRs
The text was updated successfully, but these errors were encountered: