mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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().
2 lines
95 B
ReStructuredText
2 lines
95 B
ReStructuredText
The C99 functions :c:func:`snprintf` and :c:func:`vsnprintf` are now required
|
|
to build Python.
|