8000 bpo-27640: Add --disable-test-modules configure option by pxinwr · Pull Request #23886 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-27640: Add --disable-test-modules configure option #23886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 30, 2020
Merged
Prev Previous commit
Next Next commit
credit Xavier de Gaye and Thomas Petazzoni in Doc/whatsnew/3.10.rst
Co-Authored-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>

Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
pxinwr and vstinner authored Dec 30, 2020
commit cdd5fa67d07e5bc2874224238d8a2ba87c8daf0b
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Build Changes

* Added ``--disable-test-modules`` option to the ``configure`` script:
don't build nor install test modules.
(Contributed by Peixing Xin in :issue:`27640`.)
(Contributed by Xavier de Gaye, Thomas Petazzoni and Peixing Xin in :issue:`27640`.)


C API Changes
Expand Down
0