STINNER Victor added the comment:

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__

----------
Added file: http://bugs.python.org/file41661/specialize-3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26098>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to