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
wheel
0.43.0
Lib/test/wheeldata
The test_cppext test is currently disabled in --disable-gil builds because the bundled version of wheel did not support the "t" flag in the ABI.
test_cppext
--disable-gil
This is now fixed and released upstream in wheel 0.43.0.
Let's update the bundled wheel .whl file in Lib/test/wheeldata and then re-enable test_cppext in the free-threaded build.
.whl
The text was updated successfully, but these errors were encountered:
pythongh-116877: Update wheel to version 0.43.0
8641c82
gh-116877: Update wheel to version 0.43.0 (#116878)
c80d2d3
pythongh-116877: Update wheel to version 0.43.0 (python#116878)
657af8d
f1e880d
10a4901
No branches or pull requests
Feature or enhancement
The
test_cppext
test is currently disabled in--disable-gil
builds because the bundled version ofwheel
did not support the "t" flag in the ABI.This is now fixed and released upstream in wheel 0.43.0.
Let's update the bundled wheel
.whl
file inLib/test/wheeldata
and then re-enabletest_cppext
in the free-threaded build.Linked PRs
wheel
to version0.43.0
#116878The text was updated successfully, but these errors were encountered: