Skip to content
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

bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges #29886

Merged
merged 1 commit into from Dec 2, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 1, 2021

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.

https://bugs.python.org/issue45954

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.
@vstinner
Copy link
Member Author

vstinner commented Dec 1, 2021

cc @pablogsal

@vstinner vstinner merged commit a6c3b0f into python:main Dec 2, 2021
11 checks passed
@vstinner vstinner deleted the pyconfig_code_debug_ranges branch Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants