[issue35810] Object Initialization does not incref Heap-allocated Types

Nick Coghlan report at bugs.python.org
Sat Feb 16 11:40:16 EST 2019


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Having types created through the stable ABI potentially be deallocated when their instances are deallocated is indeed a major problem, and fixing that seems worth the risk of some types that were designed to handle that become immortal.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35810>
_______________________________________


More information about the Python-bugs-list mailing list