Feature or enhancement
Proposal:
The PYTHON_LLTRACE and PYTHON_OPT_DEBUG environment variables are currently parsed by only reading the first character:
lltrace = *python_lltrace - '0'; // '10' becomes 1
This means values like PYTHON_LLTRACE=10 are interpreted as 1 instead of 10.
PR: #148636
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
The
PYTHON_LLTRACEandPYTHON_OPT_DEBUGenvironment variables are currently parsed by only reading the first character:This means values like
PYTHON_LLTRACE=10 are interpreted as 1 instead of 10.PR: #148636
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
PYTHON_LLTRACE/PYTHON_OPT_DEBUGas integer #148636