cpython/Lib/test/test_importlib/extension
Miss Islington (bot) d9eb22c67c
bpo-33629: Prevent coredump in test_importlib (GH-7090)
bpo-32374, bpo-33629: Use support.SuppressCrashReport() in
test_bad_traverse() of MultiPhaseExtensionModuleTests to prevent
leaking a core dump file.
(cherry picked from commit 483000e164)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-05-24 13:44:56 -07:00
..
__init__.py
__main__.py
test_case_sensitivity.py Merge for #27083 2016-07-16 10:45:16 -07:00
test_finder.py Issue #21099: Switch applicable importlib tests to use PEP 451 API. 2016-05-10 16:21:03 -06:00
test_loader.py bpo-33629: Prevent coredump in test_importlib (GH-7090) 2018-05-24 13:44:56 -07:00
test_path_hook.py