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 zach.ware
Recipients giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov, zach.ware
Date 2014-07-30.04:04:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406693087.33.0.86574394574.issue22104@psf.upfronthosting.co.za>
In-reply-to
Content
I think I'm to blame for exposing this in 4f9f7e0fe1fd.  I have a theory on why that exposed it; I think regrtest is holding an extra reference to the TestSuite in runtest_inner since it is using a different branch now that test_asyncio doesn't have a test_main function.
History
Date User Action Args
2014-07-30 04:04:47zach.waresetrecipients: + zach.ware, gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov
2014-07-30 04:04:47zach.waresetmessageid: <1406693087.33.0.86574394574.issue22104@psf.upfronthosting.co.za>
2014-07-30 04:04:47zach.warelinkissue22104 messages
2014-07-30 04:04:46zach.warecreate