summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-15 22:54:44 (GMT)
committerGitHub <noreply@github.com>2020-06-15 22:54:44 (GMT)
commit7ab92d54b5d4440d84f6c02b4bc5a70103eff915 (patch)
treec21f01c5fc74889ba3143dee26cb88b3da025f2f /Include/object.h
parente822e37946f27c09953bb5733acf3b07c2db690f (diff)
downloadcpython-7ab92d54b5d4440d84f6c02b4bc5a70103eff915.zip
cpython-7ab92d54b5d4440d84f6c02b4bc5a70103eff915.tar.gz
cpython-7ab92d54b5d4440d84f6c02b4bc5a70103eff915.tar.bz2
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().
Diffstat (limited to 'Include/object.h')
0 files changed, 0 insertions, 0 deletions