]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Dec 2021 10:43:37 +0000 (11:43 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Dec 2021 10:43:37 +0000 (11:43 +0100)
commita6c3b0faa1d55e36539caf19bd3bcf1dea12df84
tree806b78a43fe43b90a490d8a0abcba622352768ac
parentcb2b3c8d3566ae46b3b8d0718019e1c98484589e
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)

Rename PyConfig.no_debug_ranges to PyConfig.code_debug_ranges and
invert the value.

Document -X no_debug_ranges and PYTHONNODEBUGRANGES env var in
PyConfig.code_debug_ranges documentation.
Doc/c-api/init_config.rst
Include/cpython/initconfig.h
Lib/test/_test_embed_set_config.py
Lib/test/support/__init__.py
Lib/test/test_embed.py
Objects/codeobject.c
Programs/_testembed.c
Python/initconfig.c