This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Dormouse759, docs@python, miss-islington, ncoghlan, petr.viktorin, pitrou, scoder, vstinner
Date 2018-05-24.02:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527128159.37.0.682650639539.issue32374@psf.upfronthosting.co.za>
In-reply-to
Content
MultiPhaseExtensionModuleTests.test_bad_traverse() of Lib/test/test_importlib/extension/test_loader.py does create a coredump file. The script run by the test trigger a segfault. Is it deliberate? See bpo-33629 and my PR 7090.
History
Date User Action Args
2018-05-24 02:15:59vstinnersetrecipients: + vstinner, ncoghlan, pitrou, scoder, petr.viktorin, docs@python, Dormouse759, miss-islington
2018-05-24 02:15:59vstinnersetmessageid: <1527128159.37.0.682650639539.issue32374@psf.upfronthosting.co.za>
2018-05-24 02:15:59vstinnerlinkissue32374 messages
2018-05-24 02:15:59vstinnercreate