]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
authorVictor Stinner <vstinner@python.org>
Tue, 24 May 2022 21:23:01 +0000 (23:23 +0200)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 21:23:01 +0000 (23:23 +0200)
commitc7667a2d353cebb0287d29a3ead29b2107425b96
treec96827d5bc5ef93bd1200ba0b79e01fb725ebc16
parentfbd11f3edd6d2034774d802e048261e613ffcbf5
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)

Document that -d option and PYTHONDEBUG env var require a debug
build of Python. Also mention them in the debug build documentation.
Doc/c-api/init_config.rst
Doc/using/cmdline.rst
Doc/using/configure.rst