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 vstinner
Date 2015-09-29.23:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443571050.82.0.321642503798.issue25274@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, it's even worse: "./python -m test test_sys" is enough to reproduce the crash. It looks like the crashs was introduced by the following change which (indirectly) adds one more Python frame in the code to execute test_sys.

changeset:   98417:281ab7954d7c
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Tue Sep 29 23:36:27 2015 +0200
files:       Lib/test/libregrtest/main.py
description:
Issue #25220: Enhance regrtest --coverage

Add a new Regrtest.run_test() method to ensure that --coverage pass the same
options to the runtest() function.
History
Date User Action Args
2015-09-29 23:57:31vstinnersetrecipients: + vstinner
2015-09-29 23:57:30vstinnersetmessageid: <1443571050.82.0.321642503798.issue25274@psf.upfronthosting.co.za>
2015-09-29 23:57:30vstinnerlinkissue25274 messages
2015-09-29 23:57:30vstinnercreate