New submission from Peixing Xin <peixing....@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44097>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to