Robin Schreiber added the comment:

Well, as I have changed the static type to a HeapType (as I am now using the 
stable ABI from PEP 384 for this type), we have to start perfoming proper 
reference counting with this object. This includes increfing the type in case a 
new object of that type is created, and decrefing if such an object is being 
deallocated.
As of now, I do not know of HeapTypes being excluded from refcounting.

----------

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

Reply via email to