Bug report
Bug description:
We need to reuse this condition:
|
if (!overflow && val >= 0 && val < 256 && val < _PY_NSMALLPOSINTS) { |
in CFG. FTR:
#129568 (comment).
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Bug report
Bug description:
We need to reuse this condition:
cpython/Python/codegen.c
Line 287 in 71ae933
in CFG. FTR: #129568 (comment).
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
codegen_addop_load_consta macro #129553