]> granicus.if.org Git - python/commit
bpo-33629: Prevent coredump in test_importlib (GH-7090)
authorVictor Stinner <vstinner@redhat.com>
Thu, 24 May 2018 20:19:33 +0000 (22:19 +0200)
committerGitHub <noreply@github.com>
Thu, 24 May 2018 20:19:33 +0000 (22:19 +0200)
commit483000e164ec68717d335767b223ae31b4b720cf
tree3c772cefdae440e058860c1846e6a2592ae58a66
parent301e3cc8a5bc68c5347ab6ac6f83428000d31ab2
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.
Lib/test/test_importlib/extension/test_loader.py