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 rbcollins
Recipients axitkhurana, barry, ezio.melotti, michael.foord, r.david.murray, rbcollins, serhiy.storchaka, taleinat, vajrasky
Date 2016-09-12.00:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473639018.43.0.309158112408.issue24412@psf.upfronthosting.co.za>
In-reply-to
Content
Btw some things to be aware of in addressing this:

 - we will need tests that catchable exceptions raised from a setUpModule or setUpClass cause cleanups already registered to run
 - if (and I'd need to check this) setUpModule or setUpClass can nest - I think setUpModule may, in package.module contexts) - that non-local cleanups definitively run too
History
Date User Action Args
2016-09-12 00:10:18rbcollinssetrecipients: + rbcollins, barry, taleinat, ezio.melotti, r.david.murray, michael.foord, axitkhurana, serhiy.storchaka, vajrasky
2016-09-12 00:10:18rbcollinssetmessageid: <1473639018.43.0.309158112408.issue24412@psf.upfronthosting.co.za>
2016-09-12 00:10:18rbcollinslinkissue24412 messages
2016-09-12 00:10:18rbcollinscreate