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 ncoghlan
Recipients eric.snow, grahamd, ncoghlan
Date 2015-07-04.04:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435983016.98.0.770320974198.issue24553@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry about the misleading reference to tracemalloc in my email - it was actually test_atexit I was debugging in the PEP 432 branch. tracemalloc only came up in that context because test.support.run_in_subinterp() automatically skips subinterpreter tests when tracemalloc is running. From the function comments:

# Issue #10915, #15751: PyGILState_*() functions don't work with
# sub-interpreters, the tracemalloc module uses these functions internally

As far as test coverage goes, what I would actually like to do is to run regrtest itself in a subinterpreter, and blacklist tests until it passes. This would double the length of a test run, so hiding it behind a resource option would probably be a good idea.
History
Date User Action Args
2015-07-04 04:10:17ncoghlansetrecipients: + ncoghlan, grahamd, eric.snow
2015-07-04 04:10:16ncoghlansetmessageid: <1435983016.98.0.770320974198.issue24553@psf.upfronthosting.co.za>
2015-07-04 04:10:16ncoghlanlinkissue24553 messages
2015-07-04 04:10:15ncoghlancreate