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 rbcollins
Recipients Nan Wu, matrixise, rbcollins, vstinner
Date 2016-03-14.02:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457922897.26.0.792815000391.issue25783@psf.upfronthosting.co.za>
In-reply-to
Content
Can we just stop running the test suite directly?

python -m unittest test.test_traceback

should work fine and as quickly, ... I'd like to delete all the __main__ in the test suite as cruft TBH.

The patch would be ok if ugly, its a bit of a magic number there. What the test really should do is create a recursive function of some depth, and then introspect the result of calling the function at the bottom of that recursion.
History
Date User Action Args
2016-03-14 02:34:57rbcollinssetrecipients: + rbcollins, vstinner, matrixise, Nan Wu
2016-03-14 02:34:57rbcollinssetmessageid: <1457922897.26.0.792815000391.issue25783@psf.upfronthosting.co.za>
2016-03-14 02:34:57rbcollinslinkissue25783 messages
2016-03-14 02:34:56rbcollinscreate