Feature or enhancement
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.
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.
Linked PRs
Feature or enhancement
The
test_cppexttest is currently disabled in--disable-gilbuilds because the bundled version ofwheeldid 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
.whlfile inLib/test/wheeldataand then re-enabletest_cppextin the free-threaded build.Linked PRs
wheelto version0.43.0#116878