[issue812369] module shutdown procedure based on GC

Neil Schemenauer report at bugs.python.org
Sun Feb 15 02:00:49 CET 2009


Neil Schemenauer <nas-python at arctrix.com> added the comment:

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.

----------
nosy: +nascheme
Added file: http://bugs.python.org/file13091/0001-update-GC-shutdown-patch.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue812369>
_______________________________________


More information about the Python-bugs-list mailing list