[3.6] bpo-33629: Prevent coredump in test_importlib (GH-7090) by miss-islington · Pull Request #7102 · python/cpython

@vstinner @miss-islington

bpo-32374, bpo-33629: Use support.SuppressCrashReport() in
test_bad_traverse() of MultiPhaseExtensionModuleTests to prevent
leaking a core dump file.
(cherry picked from commit 483000e)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner