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 erlendaasland
Recipients corona10, eric.snow, erlendaasland, miss-islington, pablogsal, petr.viktorin, phsilva, pitrou, serhiy.storchaka, shihai1991, skrah, vstinner
Date 2021-01-03.19:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609700439.66.0.296712949519.issue40077@roundup.psfhosted.org>
In-reply-to
Content
Ok, perhaps we should leave a comment about that? It already has a comment about multi-phase init.

What about Modules/_testbuffer.c and the xx-modules?

$ grep -E 'static PyTypeObject .* =' $(find . -name "*.c"|grep -vE '(Doc/|Modules/_testcapimodule)') | wc -l
94

$ grep -E 'PyType_Spec .* =' $(find . -name "*.c")|wc -l                                                                                                                            (master)cpython.git
95

We're almost halfway there.
History
Date User Action Args
2021-01-03 19:00:39erlendaaslandsetrecipients: + erlendaasland, pitrou, vstinner, phsilva, petr.viktorin, skrah, eric.snow, serhiy.storchaka, corona10, pablogsal, miss-islington, shihai1991
2021-01-03 19:00:39erlendaaslandsetmessageid: <1609700439.66.0.296712949519.issue40077@roundup.psfhosted.org>
2021-01-03 19:00:39erlendaaslandlinkissue40077 messages
2021-01-03 19:00:39erlendaaslandcreate