Staging
v0.5.1
https://github.com/python/cpython
Revision 7bbf7b02ab0852aa757505a7e4062eb52817037a authored by Miss Islington (bot) on 10 December 2018, 11:38:55 UTC, committed by GitHub on 10 December 2018, 11:38:55 UTC

Include <pyconfig.h> ealier in Modules/expat/xmltok.c to define
properly _POSIX_C_SOURCE. Python defines _POSIX_C_SOURCE as 200809L,
whereas <features.h> (included indirectly by <string.h>) defines
_POSIX_C_SOURCE as 199506L.
(cherry picked from commit cf247359d5b7082044eea1fa94b5211a172b1ff6)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent cecf313
History
Tip revision: 7bbf7b02ab0852aa757505a7e4062eb52817037a authored by Miss Islington (bot) on 10 December 2018, 11:38:55 UTC
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Tip revision: 7bbf7b0
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.1 KB
README.txt -rw-r--r-- 3.9 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.0 KB
conf.py -rw-r--r-- 5.8 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
docutils.conf -rw-r--r-- 56 bytes
glossary.rst -rw-r--r-- 36.5 KB
license.rst -rw-r--r-- 44.1 KB
make.bat -rw-r--r-- 4.4 KB

README.txt

back to top