Staging
v0.5.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
Raw File
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
CODE_OF_CONDUCT.rst
Code of Conduct
===============

Please note that all interactions on
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
infrastructure is `covered
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top