SET_OPCODE_OR_RETURN undefined if configured with --disable-gil #126513
Labels
build
The build process and cross-build
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
The latest commit seems to have broken
specialized.c
when the GIL is disabled.Execute the basic
./configure
and compilation succeeds. Add--disable-gil
to the configure command line and the above error is generated.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux, macOS
Linked PRs
_Py_Specialize_ConstainsOp
#126517The text was updated successfully, but these errors were encountered: