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 brett.cannon
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-14.22:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358202536.32.0.186874863031.issue16968@psf.upfronthosting.co.za>
In-reply-to
Content
The way I would replace test_main() would be:

if __name__ == '__main__':
  try:
    test.support.reap_threads(unittest.main)()
  finally:
    test.support_reap_children()
History
Date User Action Args
2013-01-14 22:28:56brett.cannonsetrecipients: + brett.cannon, ezio.melotti, zach.ware
2013-01-14 22:28:56brett.cannonsetmessageid: <1358202536.32.0.186874863031.issue16968@psf.upfronthosting.co.za>
2013-01-14 22:28:56brett.cannonlinkissue16968 messages
2013-01-14 22:28:56brett.cannoncreate