We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb3e76 commit 7c76a8aCopy full SHA for 7c76a8a
setuptools/command/bdist_wheel.py
@@ -294,7 +294,7 @@ def _validate_py_limited_api(self) -> None:
294
raise ValueError(
295
f"`py_limited_api={self.py_limited_api!r}` not supported. "
296
"`Py_LIMITED_API` is currently incompatible with "
297
- f"`Py_GIL_DISABLED`{abinote}"
+ "`Py_GIL_DISABLED`."
298
"See https://github.com/python/cpython/issues/111506."
299
)
300
0 commit comments