Staging
v0.8.1
https://github.com/python/cpython
Revision 1467a3ac121897c2ad7512d664478d8916a35217 authored by Miss Islington (bot) on 10 December 2018, 11:28:13 UTC, committed by GitHub on 10 December 2018, 11:28:13 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 1a7b62d
History
Tip revision: 1467a3ac121897c2ad7512d664478d8916a35217 authored by Miss Islington (bot) on 10 December 2018, 11:28:13 UTC
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Tip revision: 1467a3a
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.3 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 51.4 KB
license.rst -rw-r--r-- 43.4 KB
make.bat -rw-r--r-- 5.2 KB

README.rst

back to top