mirror of https://github.com/python/cpython
bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)
This commit is contained in:
parent
e0bc8ee945
commit
ba5725171d
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue