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

Robin Schreiber report at bugs.python.org
Tue Aug 14 22:16:14 CEST 2012


Robin Schreiber added the comment:

As subtype_dealloc decref'ed the HeapType I thought the dealloc method was the most appropriate place to decrement the refcount of the type.
However you still agree that these types need to be recounted properly, don't you? In that case, where would you place the decref of the type?
I have talked with Martin v. Löwis about this issue, and I think he was quite comfortable with placing the decref inside the dealloc method.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15653>
_______________________________________


More information about the Python-bugs-list mailing list