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 e4b4f39 commit f4c0a29Copy full SHA for f4c0a29
Doc/whatsnew/3.13.rst
@@ -1872,7 +1872,7 @@ Porting to Python 3.13
1872
platforms, the ``HAVE_STDDEF_H`` macro is only defined on Windows.
1873
(Contributed by Victor Stinner in :gh:`108765`.)
1874
1875
-* The :c:func`PyTuple_SET_ITEM` inline function may not be passed ``NULL``.
+* The :c:func:`PyTuple_SET_ITEM` inline function may not be passed ``NULL``.
1876
This has always been the documented behavior, but was not enforced for
1877
the value until now. :c:var:``Py_None` should be used instead of ``NULL``.
1878
0 commit comments