Message 85609 - Python tracker (original) (raw)
Message85609
Author | kumar303 |
---|---|
Recipients | gregory.p.smith, jml, kumar303, michael.foord, ngie, pitrou, rbcollins, vdupras |
Date | 2009-04-06.04:16:23 |
SpamBayes Score | 0.0011229116 |
Marked as misclassified | No |
Message-id | 1238991385.81.0.0652283672038.issue5679@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I like this patch. However, a nice-to-have would be that _doCleanups() prints a traceback from function(*args, **kwargs) (if there is one) the same way that atexit does. That would aid in debugging mis-written cleanup functions yet would not intrude on your test program. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2009-04-06 04:16:26 | kumar303 | set | recipients: + kumar303, gregory.p.smith, pitrou, rbcollins, vdupras, jml, ngie, michael.foord |
2009-04-06 04:16:25 | kumar303 | set | messageid: 1238991385.81.0.0652283672038.issue5679@psf.upfronthosting.co.za |
2009-04-06 04:16:24 | kumar303 | link | issue5679 messages |
2009-04-06 04:16:23 | kumar303 | create |