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 anacrolix, bquinlan, pitrou, python-dev, serhiy.storchaka, zach.ware
Date 2013-10-16.01:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381887090.59.0.0706152314308.issue14407@psf.upfronthosting.co.za>
In-reply-to
Content
I had missed this issue before; issue16968 tracks the same thing.

There are a couple of issues that the committed patch doesn't address.  Namely, the file still uses test_main, and there is no thread or process reaping when running the file via discovery.

Unfortunately, there's no clear-cut best solution in the other issue.  A couple months ago, Serhiy posted a question on python-dev[1] about how to solve it, which I haven't seen any replies to.  Antoine, do you have any suggestions?

[1] https://mail.python.org/pipermail/python-dev/2013-August/127893.html
History
Date User Action Args
2013-10-16 01:31:30zach.waresetrecipients: + zach.ware, bquinlan, pitrou, anacrolix, python-dev, serhiy.storchaka
2013-10-16 01:31:30zach.waresetmessageid: <1381887090.59.0.0706152314308.issue14407@psf.upfronthosting.co.za>
2013-10-16 01:31:30zach.warelinkissue14407 messages
2013-10-16 01:31:29zach.warecreate