We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a42a3f commit a0af3b5Copy full SHA for a0af3b5
Misc/NEWS.d/next/C API/2023-05-29-16-09-27.gh-issue-104922.L23qaU.rst
@@ -0,0 +1,3 @@
1
+``PY_SSIZE_T_CLEAN`` is no longer required to use ``'#'`` formats in APIs
2
+like :c:func:`PyArg_ParseTuple` and :c:func:`Py_BuildValue`. They uses
3
+``Py_ssize_t`` for ``'#'`` regardless ``PY_SSIZE_T_CLEAN``.
0 commit comments