Skip to content

Commit

Permalink
Merge branch 'main' into fix/3777
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Jan 27, 2025
2 parents 27cc909 + a443f76 commit 8ba79d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ python:
extra_requirements:
- doc

sphinx:
configuration: docs/conf.py

# required boilerplate readthedocs/readthedocs.org#10401
build:
os: ubuntu-lts-latest
Expand Down
2 changes: 2 additions & 0 deletions newsfragments/4809.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed crash generating error message printed when building wheels for the
free-threaded build using the limited API. -- by :user:`ngoldbaum`
2 changes: 1 addition & 1 deletion setuptools/command/bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _validate_py_limited_api(self) -> None:
raise ValueError(
f"`py_limited_api={self.py_limited_api!r}` not supported. "
"`Py_LIMITED_API` is currently incompatible with "
f"`Py_GIL_DISABLED` ({sys.abiflags=!r}). "
"`Py_GIL_DISABLED`."
"See https://github.com/python/cpython/issues/111506."
)

Expand Down

0 comments on commit 8ba79d9

Please sign in to comment.