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 Mark.Shannon, eric.snow, erlendaasland, vstinner
Date 2021-11-17.18:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637172861.74.0.877738263126.issue45691@roundup.psfhosted.org>
In-reply-to
Content
> many classes are allocated statically

Right. Changing that is an hard problem :-( See for example bpo-40601 "[C API] Hide static types from the limited C API".

I tried once to "free" / reset static types in Py_Finalize(), but it's hard to implement properly :-(
History
Date User Action Args
2021-11-17 18:14:21vstinnersetrecipients: + vstinner, Mark.Shannon, eric.snow, erlendaasland
2021-11-17 18:14:21vstinnersetmessageid: <1637172861.74.0.877738263126.issue45691@roundup.psfhosted.org>
2021-11-17 18:14:21vstinnerlinkissue45691 messages
2021-11-17 18:14:21vstinnercreate