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

4 lines
185 B
ReStructuredText
Raw Normal View History

``va_start()`` with two parameters, like ``va_start(args, format),``
is now required to build Python. ``va_start()`` is no longer called with a single parameter.
Patch by Kumar Aditya.