Message 84011 - Python tracker (original) (raw)
Message84011
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:25 | ngie | set | recipients: + ngie, rhettinger, purcell, exarkun |
2009-03-23 15:54:25 | ngie | set | messageid: 1237823665.44.0.149414365365.issue5538@psf.upfronthosting.co.za |
2009-03-23 15:54:18 | ngie | link | issue5538 messages |
2009-03-23 15:54:17 | ngie | create |