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 ezio.melotti, michael.foord, serhiy.storchaka, vstinner
Date 2017-10-03.14:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507040463.02.0.213398074469.issue31676@psf.upfronthosting.co.za>
In-reply-to
Content
I bisect the bug manually and using test.bisect. I identified that the bug is triggered when you run the following 3 tests:
---
test.test_imp.ImportTests.test_load_source
test.test_cgitb.TestCgitb.test_html
test.test_cgitb.TestCgitb.test_fonts
---

Write these tests into "tests" file and run:

./python -m test.bisect -uall -M4G test_imp test_cgitb --matchfile=tests
History
Date User Action Args
2017-10-03 14:21:03vstinnersetrecipients: + vstinner, ezio.melotti, michael.foord, serhiy.storchaka
2017-10-03 14:21:03vstinnersetmessageid: <1507040463.02.0.213398074469.issue31676@psf.upfronthosting.co.za>
2017-10-03 14:21:03vstinnerlinkissue31676 messages
2017-10-03 14:21:02vstinnercreate