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 8df185a commit 1f960afCopy full SHA for 1f960af
setuptools/command/bdist_wheel.py
@@ -280,7 +280,7 @@ def finalize_options(self) -> None:
280
):
281
raise ValueError(f"py-limited-api must match '{PY_LIMITED_API_PATTERN}'")
282
283
- if "t" in sys.abiflags:
+ if sysconfig.get_config_var("Py_GIL_DISABLED"):
284
SetuptoolsWarning.emit(
285
summary=f"Ignoring `py_limited_api={self.py_limited_api!r}`.",
286
details="`Py_LIMITED_API` is currently incompatible with "
0 commit comments