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 chris.jerdonek
Recipients brett.cannon, chris.jerdonek, ezio.melotti, zach.ware
Date 2013-01-28.19:37:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359401844.48.0.31379314868.issue16968@psf.upfronthosting.co.za>
In-reply-to
Content
Whichever solution you pick for the "test" issue, I would at least add a code comment explaining that the test return value needs to be garbage collected and why, etc. and probably reference this issue.

> If anyone thinks the 'ReapedSuite' class (or a better named copy) could be useful elsewhere,

Can you look at some of the other test modules' test_main() functions to see if the same pattern is used there (or look at other uses of reap_children(), etc)?  Then we would know what would be useful elsewhere.
History
Date User Action Args
2013-01-28 19:37:24chris.jerdoneksetrecipients: + chris.jerdonek, brett.cannon, ezio.melotti, zach.ware
2013-01-28 19:37:24chris.jerdoneksetmessageid: <1359401844.48.0.31379314868.issue16968@psf.upfronthosting.co.za>
2013-01-28 19:37:24chris.jerdoneklinkissue16968 messages
2013-01-28 19:37:24chris.jerdonekcreate