STINNER Victor <vstin...@python.org> added the comment:

Update: a new Py_TPFLAGS_IMMUTABLETYPE flag was added in bpo-43908, and it's 
now checked rather than relying on Py_TPFLAGS_HEAPTYPE to decide if a type is 
"mutable" or not.

----------
nosy: +ned.deily

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

Reply via email to