You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packaging.tags requires two changes to support the experimental --disable-gil builds:
The packaging.tags._cpython_abis() function should return "t" in the ABI for --disable-gil builds
The packaging.tags.cpython_tags() function should exclude "abi3" for --disable-gil builds. There is ongoing discussion on how to support features from the stable ABI, but that's more likely to take the form of an "abi4".
The text was updated successfully, but these errors were encountered:
The
packaging.tags
requires two changes to support the experimental--disable-gil
builds:packaging.tags._cpython_abis()
function should return "t" in the ABI for--disable-gil
buildspackaging.tags.cpython_tags()
function should exclude "abi3" for--disable-gil
builds. There is ongoing discussion on how to support features from the stable ABI, but that's more likely to take the form of an "abi4".The text was updated successfully, but these errors were encountered: