Closed
Description
Bug report
Bug description:
There appears to be a typo in the optimizer_bytecodes
for _GUARD_BOTH_UNICODE
where the right operand is not getting checked:
cpython/Python/optimizer_bytecodes.c
Lines 163 to 169 in 5e73ece
Original change from gh-118910:
N.b. I'm not very familiar with this part of the code-base and just happened to stumble upon this when studying through it; apologies if I misunderstood something 🙏
CPython versions tested on:
3.14, CPython main branch
Operating systems tested on:
No response