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 kumaraditya
Recipients Mark.Shannon, corona10, eric.snow, gvanrossum, kumaraditya, vstinner
Date 2022-01-23.08:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Clearing co_quickened is easy, but it would requires changes to the build system to change the build order on Windows and bootstrap interpreter on Windows. I manually edited the Windows project files but it requires generating deepfreeze.c before hand. It cleared around ~60 memory blocks on Windows.

See branch https://github.com/kumaraditya303/cpython/commits/fix-code
History
Date User Action Args
2022-01-23 08:55:47kumaradityasetrecipients: + kumaraditya, gvanrossum, vstinner, Mark.Shannon, eric.snow, corona10
2022-01-23 08:55:47kumaradityasetmessageid: <[email protected]>
2022-01-23 08:55:47kumaradityalinkissue46476 messages
2022-01-23 08:55:47kumaradityacreate