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 yselivanov
Recipients brett.cannon, serhiy.storchaka, vstinner, yselivanov, ztane
Date 2016-09-15.06:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473921639.99.0.519015714602.issue28158@psf.upfronthosting.co.za>
In-reply-to
Content
> Does this prolongate the lifetime of cached global objects?

No.  I store borrowed references.  The idea is that if the state of globals/builtins dict has changed, we invalidate the cache.
History
Date User Action Args
2016-09-15 06:40:40yselivanovsetrecipients: + yselivanov, brett.cannon, vstinner, serhiy.storchaka, ztane
2016-09-15 06:40:39yselivanovsetmessageid: <1473921639.99.0.519015714602.issue28158@psf.upfronthosting.co.za>
2016-09-15 06:40:39yselivanovlinkissue28158 messages
2016-09-15 06:40:39yselivanovcreate