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 serhiy.storchaka
Recipients Arfrever, chortos, pitrou, sbt, serhiy.storchaka, terry.reedy
Date 2013-10-02.18:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380740127.68.0.353795724461.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. I wrote patches for all these cases, but third-party code will be broken.

I think we should restore guarantees about builtins.
History
Date User Action Args
2013-10-02 18:55:27serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, Arfrever, chortos, sbt
2013-10-02 18:55:27serhiy.storchakasetmessageid: <1380740127.68.0.353795724461.issue19021@psf.upfronthosting.co.za>
2013-10-02 18:55:27serhiy.storchakalinkissue19021 messages
2013-10-02 18:55:27serhiy.storchakacreate