bpo-36020: Require vsnprintf() to build Python by vstinner · Pull Request #20899 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36020: Require vsnprintf() to build Python#20899
vstinner merged 1 commit intopython:masterfrom
vstinner:require_vsnprintf
bpo-36020: Require vsnprintf() to build Python#20899
vstinner merged 1 commit intopython:masterfrom
vstinner:require_vsnprintf
Conversation
Copy link Copy Markdown
Member
The C99 functions snprintf() and vsnprintf() are now required
to build Python.
PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError()
on a buffer overflow on platforms which don't provide vsnprintf().
The C99 functions snprintf() and vsnprintf() are now required to build Python. PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError() on a buffer overflow on platforms which don't provide vsnprintf().
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
added
the
🔨 test-with-buildbots
label
Jun 15, 2020Copy link Copy Markdown
bedevere-bot
commented
Jun 15, 2020
bedevere-bot commented
Jun 15, 2020
bedevere-bot
removed
the
🔨 test-with-buildbots
label
Jun 15, 2020
vstinner
merged commit
7ab92d5
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
require_vsnprintf
branch
mattip
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment