Robin Schreiber added the comment:

PEP384 demands, among other things, that the TypeObjects themselves are 
transformed to Heaptypes. This means that the Typeobjects, that are created 
from this new stable ABI, reside within the heap and therefore have to be 
managed by the Python GC. This is of course done by appropriately incref- and 
decrefing of the specific Heaptype.

----------

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

Reply via email to