commit | 483000e164ec68717d335767b223ae31b4b720cf | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu May 24 22:19:33 2018 +0200 |
committer | GitHub <noreply@github.com> | Thu May 24 22:19:33 2018 +0200 |
tree | 3c772cefdae440e058860c1846e6a2592ae58a66 | |
parent | 301e3cc8a5bc68c5347ab6ac6f83428000d31ab2 [diff] |
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.