-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
SET_OPCODE_OR_RETURN undefined if configured with --disable-gil #126513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
build
The build process and cross-build
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Comments
Thanks Skip for the report. |
cc @mpage |
I can take care of this. It's easy to fix. :) |
In case anyone wants to see the failure in a buildbot, https://buildbot.python.org/all/#/builders/1046/builds/6656 . |
mpage
pushed a commit
that referenced
this issue
Nov 6, 2024
* Use helpers for _Py_Specialize_ConstainsOp * Remove unnecessary variable
Fixed in #126517. |
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
…#126517) * Use helpers for _Py_Specialize_ConstainsOp * Remove unnecessary variable
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…#126517) * Use helpers for _Py_Specialize_ConstainsOp * Remove unnecessary variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: