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

Antoine Pitrou report at bugs.python.org
Mon Jan 6 21:46:44 CET 2014


Antoine Pitrou added the comment:

Thanks for the patch, Gennadiy. Two comments:
1) I don't think re-doing the whole initialization like that is ok. It's too brutal and may also not work as you want.
2) To validate your changes, you should add a unit test anyway (in test_builtin perhaps).

----------

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


More information about the Python-bugs-list mailing list