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 CharlieZhao, corona10, eric.snow, erlendaasland, h-vetinari, miss-islington, nw0, pablogsal, petr.viktorin, phsilva, pitrou, serhiy.storchaka, shihai1991, skrah, vstinner
Date 2022-01-27.17:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643305731.67.0.478310345545.issue40077@roundup.psfhosted.org>
In-reply-to
Content
> And I found 135 more static types with this command

Of these 135 static types, most are cleared since bpo-46417 was implemented:

* 103 types are cleared by _PyTypes_FiniTypes()
* 15 types are cleared by _PyIO_Fini()
* the remaining 17 types are not cleared at Python exit: types of _ctypes, _curses and _multiprocessing extensions
History
Date User Action Args
2022-01-27 17:48:51vstinnersetrecipients: + vstinner, pitrou, phsilva, petr.viktorin, skrah, eric.snow, serhiy.storchaka, corona10, pablogsal, miss-islington, shihai1991, erlendaasland, h-vetinari, nw0, CharlieZhao
2022-01-27 17:48:51vstinnersetmessageid: <1643305731.67.0.478310345545.issue40077@roundup.psfhosted.org>
2022-01-27 17:48:51vstinnerlinkissue40077 messages
2022-01-27 17:48:51vstinnercreate