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

Christian Tismer report at bugs.python.org
Fri Feb 22 03:44:51 EST 2019


Christian Tismer <tismer at stackless.com> added the comment:

Neil, that is the absolute super-move!

When all types are heap types, then I have no longer the problem
that I cannot get at slots from builtin types, with all are static.

I am very much for that change, because then I can make my stable
ABI implementation of PySide much cleaner.

----------

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


More information about the Python-bugs-list mailing list