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
_static
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 9.5 KB
README.rst -rw-r--r-- 4.8 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.7 KB
conf.py -rw-r--r-- 16.7 KB
constraints.txt -rw-r--r-- 662 bytes
contents.rst -rw-r--r-- 512 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 57.7 KB
license.rst -rw-r--r-- 52.5 KB
make.bat -rw-r--r-- 6.1 KB
requirements-oldest-sphinx.txt -rw-r--r-- 788 bytes
requirements.txt -rw-r--r-- 600 bytes

README.rst

back to top