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, corona10, eric.snow, gvanrossum, kumaraditya, vstinner
Date 2022-01-23.16:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Aha. Maybe for now, the memory of immortal code objects can be deallocated in pymain_free(). It's the last function called before Python exit the process.
History
Date User Action Args
2022-01-23 16:13:15vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, eric.snow, corona10, kumaraditya
2022-01-23 16:13:15vstinnersetmessageid: <[email protected]>
2022-01-23 16:13:15vstinnerlinkissue46476 messages
2022-01-23 16:13:15vstinnercreate