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
Raw File
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
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top