-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Compile fails when --enable-pystats
#131281
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
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Comments
Fidget-Spinner
pushed a commit
that referenced
this issue
Mar 15, 2025
* fix compile error due to `BINARY_SUBSCR` * replace stat_inc with `BINARY_OP`
Building with |
This just failed again, and I think @markshannon 's recent work on headers caused it. Fixing now. |
Fidget-Spinner
added a commit
that referenced
this issue
Mar 17, 2025
Add include to for pystats builds
plashchynski
pushed a commit
to plashchynski/cpython
that referenced
this issue
Mar 17, 2025
…31283) * fix compile error due to `BINARY_SUBSCR` * replace stat_inc with `BINARY_OP`
plashchynski
pushed a commit
to plashchynski/cpython
that referenced
this issue
Mar 17, 2025
Add include to for pystats builds
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
…31283) * fix compile error due to `BINARY_SUBSCR` * replace stat_inc with `BINARY_OP`
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
Add include to for pystats builds
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
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
I've tried to compile CPython with
--enable-pystats
, but it failswth gcc 14.2.0
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
BINARY_SUBSCR
#131283The text was updated successfully, but these errors were encountered: