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 methane
Recipients Mark.Shannon, carljm, corona10, dino.viehland, eelizondo, eric.snow, gregory.p.smith, methane, nascheme, pablogsal, pitrou, remi.lapeyre, shihai1991, steve.dower, tim.peters, vstinner
Date 2022-02-22.05:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645508548.5.0.300483755285.issue40255@roundup.psfhosted.org>
In-reply-to
Content
All of these optimizations should be disabled by default.

* It will cause leak when Python is embedded.
* Even for python command, it will break __del__ and weakref callbacks.
History
Date User Action Args
2022-02-22 05:42:28methanesetrecipients: + methane, tim.peters, nascheme, gregory.p.smith, pitrou, vstinner, carljm, dino.viehland, Mark.Shannon, eric.snow, steve.dower, corona10, pablogsal, eelizondo, remi.lapeyre, shihai1991
2022-02-22 05:42:28methanesetmessageid: <1645508548.5.0.300483755285.issue40255@roundup.psfhosted.org>
2022-02-22 05:42:28methanelinkissue40255 messages
2022-02-22 05:42:28methanecreate