[issue40077] Convert static types to heap types: use PyType_FromSpec()

STINNER Victor report at bugs.python.org
Sun Dec 27 06:45:46 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Progress: 43% (89/206) of types are declared as heap types on a total of 206 types.

$ grep -E 'static PyTypeObject .* =' $(find -name "*.c"|grep -v Doc/)|wc -l
117
$ grep -E 'PyType_Spec .* =' $(find -name "*.c")|wc -l
89

----------

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


More information about the Python-bugs-list mailing list