Antoine Pitrou added the comment: > There is a regression in 3.4 due to changes in shutdown procedure. This > code correctly works in 3.3. There are more than a dozen places in the > stdlib which rely upon accessibility of builtins.
Well, perhaps we can special-case builtins not to be "wiped" at shutdown. However, there is another problem here in that the Popen object survives until the builtins module is wiped. This should be investigated too. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19021> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com