This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, chortos, pitrou, sbt, serhiy.storchaka, terry.reedy
Date 2013-10-03.12:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380804274.56.0.910057850747.issue19021@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2013-10-03 12:44:34pitrousetrecipients: + pitrou, terry.reedy, Arfrever, chortos, sbt, serhiy.storchaka
2013-10-03 12:44:34pitrousetmessageid: <1380804274.56.0.910057850747.issue19021@psf.upfronthosting.co.za>
2013-10-03 12:44:34pitroulinkissue19021 messages
2013-10-03 12:44:34pitroucreate