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 8226691 commit 4476346Copy full SHA for 4476346
Doc/whatsnew/3.14.rst
@@ -1587,7 +1587,7 @@ Limited C API changes
1587
* Remove the :c:macro:`PySequence_Fast_GET_SIZE`,
1588
:c:macro:`PySequence_Fast_GET_ITEM` and :c:macro:`PySequence_Fast_ITEMS`
1589
macros from the limited C API, since these macros never worked in the limited
1590
- C API. Keep c:func:`PySequence_Fast` in the limited C API.
+ C API. Keep :c:func:`PySequence_Fast` in the limited C API.
1591
(Contributed by Victor Stinner in :gh:`91417`.)
1592
1593
0 commit comments