We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The free-threaded Windows PGO is a newly added buildbot builder, and has been consistently failing since it was introduced.
Example buildbot logs: https://buildbot.python.org/#/builders/1622/builds/28/steps/5/logs/stdio
For comparison, the regular (GIL-enabled) Windows PGO builder is healthy (https://buildbot.python.org/#/builders/1620), and also the free-threaded debug Windows builder is healthy (https://buildbot.python.org/#/builders/1241).
The failing tests are: test_call test_class test_functools test_ssl
CPython main branch
Windows
The text was updated successfully, but these errors were encountered:
test_call.test_super_deep
No branches or pull requests
Bug report
Bug description:
The free-threaded Windows PGO is a newly added buildbot builder, and has been consistently failing since it was introduced.
Example buildbot logs: https://buildbot.python.org/#/builders/1622/builds/28/steps/5/logs/stdio
For comparison, the regular (GIL-enabled) Windows PGO builder is healthy (https://buildbot.python.org/#/builders/1620), and also the free-threaded debug Windows builder is healthy (https://buildbot.python.org/#/builders/1241).
The failing tests are: test_call test_class test_functools test_ssl
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: