-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Free-threaded builds with PGO fail to build on Windows #123153
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
Comments
Given that it's an |
Sorry, I should have said so, but I plan to. |
mdboom
added a commit
to mdboom/cpython
that referenced
this issue
Oct 16, 2024
mdboom
added a commit
that referenced
this issue
Oct 17, 2024
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…n#125607) * pythongh-123153: Fix PGO builds with free-threading * Redo how the #define works
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
I don't consider this a high-priority bug, since free threading remains experimental, however it does prevent us from getting accurate benchmarking figures for free-threaded builds on Windows.
Building with
currently fails with an internal compiler error:
Full build log here
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: