mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
7ab92d54b5
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().
Miscellaneous source files for the main Python shared library