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 neologix, rbcollins, yselivanov
Date 2015-07-23.14:56:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437663388.59.0.621315574666.issue24694@psf.upfronthosting.co.za>
In-reply-to
Content
So yeah - setup  + cleanup is LIFO.
setup + teardown *can* be LIFO [depends on where you upcall]

setup + teardown + cleanup CANNOT be LIFO in all cases: we have to pick one, and either local-first or local-last.

So it is ultimately somewhat arbitrary and transitionary: one shouldn't use tearDown + cleanups, because tearDown is just a poor API by comparison.
History
Date User Action Args
2015-07-23 14:56:28rbcollinssetrecipients: + rbcollins, neologix, yselivanov
2015-07-23 14:56:28rbcollinssetmessageid: <1437663388.59.0.621315574666.issue24694@psf.upfronthosting.co.za>
2015-07-23 14:56:28rbcollinslinkissue24694 messages
2015-07-23 14:56:28rbcollinscreate