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 pitrou, serhiy.storchaka
Date 2013-10-13.22:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381702577.2498.6.camel@fsol>
In-reply-to <1381700055.32.0.691639350713.issue19255@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2013-10-13 22:16:50pitrousetrecipients: + pitrou, serhiy.storchaka
2013-10-13 22:16:50pitroulinkissue19255 messages
2013-10-13 22:16:49pitroucreate