Skip to content

Commit a0af3b5

Browse files
committed
Add NEWS
1 parent 1a42a3f commit a0af3b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)