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 vstinner
Recipients vstinner
Date 2016-01-19.12:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453207869.78.0.562485527119.issue26098@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 3:

* guards are now tracked by the garbage collector. That's a very important requirements to not change the Python semantics at exit, when a guard keeps a strong reference to the global namespace:

https://mail.python.org/pipermail/python-dev/2016-January/142792.html

* add more tests: call specialize() with invalid types, set __code__
History
Date User Action Args
2016-01-19 12:51:09vstinnersetrecipients: + vstinner
2016-01-19 12:51:09vstinnersetmessageid: <1453207869.78.0.562485527119.issue26098@psf.upfronthosting.co.za>
2016-01-19 12:51:09vstinnerlinkissue26098 messages
2016-01-19 12:51:09vstinnercreate