[issue15653] PEP 3121, 384 refactoring applied to hashopenssl module

Robin Schreiber report at bugs.python.org
Tue Aug 14 21:55:54 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue15653>
_______________________________________


More information about the Python-bugs-list mailing list