[New-bugs-announce] [issue44097] add configure option to control the groups of .pyc files to install

Peixing Xin report at bugs.python.org
Mon May 10 03:42:30 EDT 2021


New submission from Peixing Xin <peixing.xin at windriver.com>:

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.

----------
components: Build
messages: 393356
nosy: pxinwr
priority: normal
pull_requests: 24663
severity: normal
status: open
title: add configure option to control the groups of .pyc files to install
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44097>
_______________________________________


More information about the New-bugs-announce mailing list