summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-16 00:54:44 +0200
committerGitHub <noreply@github.com>2020-06-16 00:54:44 +0200
commit7ab92d54b5d4440d84f6c02b4bc5a70103eff915 (patch)
treec21f01c5fc74889ba3143dee26cb88b3da025f2f /Python/errors.c
parente822e37946f27c09953bb5733acf3b07c2db690f (diff)
downloadcpython-git-7ab92d54b5d4440d84f6c02b4bc5a70103eff915.tar.gz
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 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions