]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43774: Document configure options (GH-25283)
authorVictor Stinner <vstinner@python.org>
Thu, 8 Apr 2021 20:32:21 +0000 (22:32 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 20:32:21 +0000 (22:32 +0200)
commita41782cc84bcd813209a03e6e11c60e77dbc7718
tree76e53b2a0c0e68d1413b1a0171718e7196267cf7
parentd92c59f48680122ce0e4d1ccf69d92b983e8db01
bpo-43774: Document configure options (GH-25283)

Add Doc/using/configure.rst documentation to document configure,
preprocessor, compiler and linker options.

Add a new section about the "Python debug build".
20 files changed:
Doc/c-api/init_config.rst
Doc/c-api/intro.rst
Doc/c-api/memory.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst
Doc/howto/instrumentation.rst
Doc/library/decimal.rst
Doc/library/devmode.rst
Doc/library/stdtypes.rst
Doc/library/sys.rst
Doc/library/warnings.rst
Doc/using/cmdline.rst
Doc/using/configure.rst [new file with mode: 0644]
Doc/using/index.rst
Doc/using/unix.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.9.rst