This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, eric.snow, erlendaasland, miss-islington, pablogsal, phsilva, pitrou, serhiy.storchaka, shihai1991, skrah, vstinner
Date 2020-12-27.11:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609069546.33.0.472071276168.issue40077@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-12-27 11:45:46vstinnersetrecipients: + vstinner, pitrou, phsilva, skrah, eric.snow, serhiy.storchaka, corona10, pablogsal, miss-islington, shihai1991, erlendaasland
2020-12-27 11:45:46vstinnersetmessageid: <1609069546.33.0.472071276168.issue40077@roundup.psfhosted.org>
2020-12-27 11:45:46vstinnerlinkissue40077 messages
2020-12-27 11:45:46vstinnercreate