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
Linked PRs
Metadata
Metadata
Assignees
Labels
bugs and security fixesbugs and security fixesThe build process and cross-buildThe build process and cross-build(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)An unexpected behavior, bug, or errorAn unexpected behavior, bug, or error