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 pxinwr
Recipients pxinwr
Date 2021-05-10.07:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620632550.11.0.525760878528.issue44097@roundup.psfhosted.org>
In-reply-to
Content
Currently when building and installing Python out of source, unoptimized .pyc files and 2 types of optimized .pyc files(*.opt-1.pyc and *.opt-2.pyc) are all compiled out and installed. So to reduce package size and build and installation time, we should provide an option in configure to control the groups of .pyc files to install. For  distribution case, normally only one type of .pyc files even none is needed.
History
Date User Action Args
2021-05-10 07:42:30pxinwrsetrecipients: + pxinwr
2021-05-10 07:42:30pxinwrsetmessageid: <1620632550.11.0.525760878528.issue44097@roundup.psfhosted.org>
2021-05-10 07:42:30pxinwrlinkissue44097 messages
2021-05-10 07:42:29pxinwrcreate