Staging
v0.8.1
https://github.com/python/cpython
Revision e822e37946f27c09953bb5733acf3b07c2db690f authored by Victor Stinner on 15 June 2020, 19:59:47 UTC, committed by GitHub on 15 June 2020, 19:59:47 UTC
On Windows, #include "pyerrors.h" no longer defines "snprintf" and
"vsnprintf" macros.

PyOS_snprintf() and PyOS_vsnprintf() should be used to get portable
behavior.

Replace snprintf() calls with PyOS_snprintf() and replace vsnprintf()
calls with PyOS_vsnprintf().
1 parent 5f79f46
History
Tip revision: e822e37946f27c09953bb5733acf3b07c2db690f authored by Victor Stinner on 15 June 2020, 19:59:47 UTC
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Tip revision: e822e37
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.4 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 67.8 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 13.1 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 500.2 KB
configure.ac -rw-r--r-- 169.0 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 44.5 KB
setup.py -rw-r--r-- 108.4 KB

README.rst

back to top