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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20153>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to