Closed
Description
Bug report
Bug description:
The code in cpython/Include/internal/pycore_optimizer.h
causing problems
typedef struct {
uint8_t tag;
bool not;
uint16_t value;
} JitOptTruthiness;
- PR which created the issue: GH-130415: Use boolean guards to narrow types to values in the JIT #130659
CPython versions tested on:
3.14
Operating systems tested on:
macOS