Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ Porting to Python 3.11
#endif

Or use `the pythoncapi_compat project
<https://github.com/pythoncapi/pythoncapi_compat>`__ to get these functions
on old Python functions.
<https://github.com/pythoncapi/pythoncapi_compat>`__ to get these APIs
on older Python versions.

* Changes of the :c:type:`PyThreadState` structure members:

Expand Down