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