[issue20153] New-in-3.4 weakref finalizer doc section is already out of date.

Richard Oudkerk report at bugs.python.org
Thu Jan 9 00:56:32 CET 2014


Richard Oudkerk added the comment:

The following from the docs is wrong:

> ... module globals are no longer forced to None during interpreter 
> shutdown.

Actually, in 3.4 module globals *sometimes* get forced to None during interpreter shutdown, so the version the __del__ method can still raise an exception.

----------

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


More information about the Python-bugs-list mailing list