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 ngie
Recipients exarkun, ngie, purcell, rhettinger
Date 2009-03-23.15:54:17
SpamBayes Score 2.900487e-08
Marked as misclassified No
Message-id <1237823665.44.0.149414365365.issue5538@psf.upfronthosting.co.za>
In-reply-to
Content
And maybe the addCleanup components could be a stack of callable objects?

This would make life easier for folks like me and would make the overall
flow much cleaner / clearer as it would allow us to break things down
into atomic steps which could be reverted in a LIFO order.

Steve / Raymond: Do you guys like Jean-Paul's proposal? If so, I'll
write up a patch sometime this coming weekend to implement that
functionality.

For now I'll just call tearDown blindly on Exceptions *shivers*.
History
Date User Action Args
2009-03-23 15:54:25ngiesetrecipients: + ngie, rhettinger, purcell, exarkun
2009-03-23 15:54:25ngiesetmessageid: <1237823665.44.0.149414365365.issue5538@psf.upfronthosting.co.za>
2009-03-23 15:54:18ngielinkissue5538 messages
2009-03-23 15:54:17ngiecreate