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;
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs