-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
Addressing TODO
s when getting lltrace env var:
Line 249 in bb9d955
lltrace = *python_lltrace - '0'; // TODO: Parse an int and all that |
cpython/Python/optimizer_analysis.c
Line 45 in bb9d955
lltrace = *uop_debug - '0'; // TODO: Parse an int and all that |
cpython/Python/optimizer_symbols.c
Line 41 in bb9d955
lltrace = *uop_debug - '0'; // TODO: Parse an int and all that |
Line 571 in bb9d955
lltrace = *python_lltrace - '0'; // TODO: Parse an int and all that |
Line 1197 in bb9d955
lltrace = *python_lltrace - '0'; // TODO: Parse an int and all that |
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Eclips4
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement