cpython/Lib/test/support
Victor Stinner a8c8526fd8
gh-97669: Fix test_tools reference leak (#98216)
test_tools.test_sundry() now uses an unittest mock to prevent the
logging module to register a real "atfork" function which kept the
logging module dictionary alive. So the logging module can be
properly unloaded. Previously, the logging module was loaded before
test_sundry(), but it's no longer the case since recent test_tools
sub-tests removals.
2022-10-12 17:26:21 +02:00
..
__init__.py GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510) 2022-10-05 01:34:03 +01:00
bytecode_helper.py Reject invalid opcode names in assertInBytecode (GH-97548) 2022-09-25 20:55:53 +01:00
hashlib_helper.py
import_helper.py gh-97669: Fix test_tools reference leak (#98216) 2022-10-12 17:26:21 +02:00
interpreters.py
logging_helper.py
os_helper.py
script_helper.py
socket_helper.py
testresult.py
threading_helper.py
warnings_helper.py