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 brett.cannon
Recipients Sworddragon, brett.cannon, pconnell, r.david.murray, serhiy.storchaka
Date 2020-03-06.20:43:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583527404.46.0.0342713368097.issue19533@roundup.psfhosted.org>
In-reply-to
Content
Do note that .pyc files now encode their optimization levels, so the only thing to potentially do here is change the compiler to toss docstrings out and make sure they are freed when they are parsed to avoid holding on to them.
History
Date User Action Args
2020-03-06 20:43:24brett.cannonsetrecipients: + brett.cannon, r.david.murray, Sworddragon, serhiy.storchaka, pconnell
2020-03-06 20:43:24brett.cannonsetmessageid: <1583527404.46.0.0342713368097.issue19533@roundup.psfhosted.org>
2020-03-06 20:43:24brett.cannonlinkissue19533 messages
2020-03-06 20:43:24brett.cannoncreate