[issue19255] Don't "wipe" builtins at shutdown

Antoine Pitrou report at bugs.python.org
Mon Oct 14 00:16:50 CEST 2013


Antoine Pitrou added the comment:

> Perhaps we should special case shutdown of the builtins module. E.g.
> reset it to initial value (all initial members of the builtins module
> are immutable and can't create resource loops) instead wiping.

This sounds like a reasonable approach.

----------

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


More information about the Python-bugs-list mailing list