cpython/Misc/NEWS.d/next/Build/2022-05-25-05-46-00.gh-issu...

5 lines
231 B
ReStructuredText

Python now always use the ``%zu`` and ``%zd`` printf formats to format a
``size_t`` or ``Py_ssize_t`` number. Building Python 3.12 requires a C11
compiler, so these printf formats are now always supported. Patch by Victor
Stinner.