Revision 21a259eba5a1d13cf2c6b943b1f753f85d25ec58 authored by Jason R. Coombs on 13 March 2024, 00:35:00 UTC, committed by GitHub on 13 March 2024, 00:35:00 UTC
[3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests (GH-116680)
(cherry picked from commit a2548077614f81f25a2c3465dabb7a0a3885c40c)


gh-116307: Create a new import helper 'isolated modules' and use that instead of 'Clean Import' to ensure that tests from importlib_resources don't leave modules in sys.modules.
1 parent a01621a
History
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 214 bytes
.gitattributes -rw-r--r-- 2.7 KB
.gitignore -rw-r--r-- 2.5 KB
.mailmap -rw-r--r-- 175 bytes
.pre-commit-config.yaml -rw-r--r-- 724 bytes
.readthedocs.yml -rw-r--r-- 389 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 97.7 KB
README.rst -rw-r--r-- 8.5 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 713.6 KB
configure.ac -rw-r--r-- 217.1 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 49.7 KB
setup.py -rw-r--r-- 64.7 KB

README.rst

back to top