]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27640: Add --disable-test-modules configure option (GH-23886)
authorpxinwr <peixing.xin@windriver.com>
Wed, 30 Dec 2020 12:50:39 +0000 (20:50 +0800)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 12:50:39 +0000 (13:50 +0100)
commit277ce3060becc120f1c877346562bd6880f4be71
treec0cf4a259865653e84f5d4a87ae2e27e7cb20dbc
parentc56387f80c5aabf8100ceaffe365cc004ce0d7e0
bpo-27640: Add --disable-test-modules configure option (GH-23886)

Added --disable-test-modules option to the configure script:
don't build nor install test modules.

Patch by Xavier de Gaye, Thomas Petazzoni and Peixing Xin.

Co-Authored-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>
Doc/whatsnew/3.10.rst
Makefile.pre.in
Misc/NEWS.d/next/Build/2020-12-22-17-57-04.bpo-27640.j3a8r0.rst [new file with mode: 0644]
configure
configure.ac
setup.py