cpython/Misc/NEWS.d/next/C API/2023-05-29-16-09-27.gh-issu...

4 lines
205 B
ReStructuredText

``PY_SSIZE_T_CLEAN`` is no longer required to use ``'#'`` formats in APIs
like :c:func:`PyArg_ParseTuple` and :c:func:`Py_BuildValue`. They uses
``Py_ssize_t`` for ``'#'`` regardless ``PY_SSIZE_T_CLEAN``.