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 nascheme
Recipients arigo, brett.cannon, christian.heimes, glchapman, loewis, nascheme, pitrou
Date 2009-02-15.01:00:40
SpamBayes Score 1.5815276e-05
Marked as misclassified No
Message-id <1234659649.2.0.865307616191.issue812369@psf.upfronthosting.co.za>
In-reply-to
Content
This sounds like a nice idea.  The current cleanup procedure in
pythonrun.c is pretty lame since it can play havoc with __del__ methods
(e.g. if they run after globals have been cleared).

I've updated the patch to work with the current SVN head.  Probably this
should get tested with big applications based on Zope, Django, etc.
History
Date User Action Args
2009-02-15 01:00:50naschemesetrecipients: + nascheme, loewis, brett.cannon, arigo, glchapman, pitrou, christian.heimes
2009-02-15 01:00:49naschemesetmessageid: <1234659649.2.0.865307616191.issue812369@psf.upfronthosting.co.za>
2009-02-15 01:00:47naschemelinkissue812369 messages
2009-02-15 01:00:46naschemecreate