Benjamin Peterson added the comment:

Why do you have all these special cases of ref-counting based on 
Py_TPFLAGS_HEAPTYPE? "static" types are generally ref-counted, too. (They just 
hopefully don't reach 0 often. :))

----------

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

Reply via email to