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 pitrou
Recipients barry, cjw296, neologix, pitrou
Date 2013-02-22.19:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361560088.11.0.299091030764.issue17186@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think you want your test suite to run your atexit handlers at exit, so you should probably mock atexit.register instead.
History
Date User Action Args
2013-02-22 19:08:08pitrousetrecipients: + pitrou, barry, cjw296, neologix
2013-02-22 19:08:08pitrousetmessageid: <1361560088.11.0.299091030764.issue17186@psf.upfronthosting.co.za>
2013-02-22 19:08:08pitroulinkissue17186 messages
2013-02-22 19:08:07pitroucreate