SIGN IN SIGN UP

bpo-36020: Require vsnprintf() to build Python (GH-20899)

The C99 functions snprintf() and vsnprintf() are now required
to build Python.

PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError().
Previously, they called Py_FatalError() on a buffer overflow on platforms
which don't provide vsnprintf().
V
Victor Stinner committed
7ab92d54b5d4440d84f6c02b4bc5a70103eff915
Parent: e822e37
Committed by GitHub <noreply@github.com> on 6/15/2020, 10:54:44 PM