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 FFY00, eric.snow, gvanrossum, kumaraditya, methane
Date 2022-01-07.06:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641538027.44.0.879081830399.issue45661@roundup.psfhosted.org>
In-reply-to
Content
I don't against deep freezing functools and contextlib.
But I think we should optimize and utilize zipimport or something similar, because we can not deep-freeze all stdlib or 3rd party libraries.

See also: https://github.com/faster-cpython/ideas/discussions/158#discussioncomment-1857198
History
Date User Action Args
2022-01-07 06:47:07methanesetrecipients: + methane, gvanrossum, eric.snow, FFY00, kumaraditya
2022-01-07 06:47:07methanesetmessageid: <1641538027.44.0.879081830399.issue45661@roundup.psfhosted.org>
2022-01-07 06:47:07methanelinkissue45661 messages
2022-01-07 06:47:07methanecreate