[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-11-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 089e5f52a34377193a9e6c03088114b14c8507af by Benjamin Peterson in branch '2.7': bpo-37731: Squish another _POSIX_C_SOURCE redefinition problem in expat. (GH-17077) https://github.com/python/cpython/commit/089e5f52a34377193a9e6c03088114b14c850

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-11-06 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +16587 pull_request: https://github.com/python/cpython/pull/17077 ___ Python tracker ___ ___

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-11-06 Thread miss-islington
miss-islington added the comment: New changeset 30114c7119a9ae0e610d6974f57f22d8d05ed50d by Miss Islington (bot) in branch '2.7': bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) https://github.com/python/cpython/commit/30114c7119a9ae0e610d6974f57f2

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-11-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16586 pull_request: https://github.com/python/cpython/pull/17076 ___ Python tracker ___ __

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 ___ Python tracker ___ _

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset ba44ea6ff8be2b7874c4358f89d5b6f4a558f711 by Miss Islington (bot) in branch '3.8': bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) https://github.com/python/cpython/commit/ba44ea6ff8be2b7874c4358f89d5b

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16313 pull_request: https://github.com/python/cpython/pull/16734 ___ Python tracker ___ __

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 8177404d520e81f16324a900f093adf3856d33f8 by Pablo Galindo in branch 'master': bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) https://github.com/python/cpython/commit/8177404d520e81f16324a900f0

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +16312 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16733 ___ Python tracker __

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread Dong-hee Na
Dong-hee Na added the comment: This is also reproducible on Ubuntu 18.04 gcc 7.4.0 In file included from /home/corona10/cpython/Modules/expat/expat_config.h:8:0, from /home/corona10/cpython/Modules/expat/xmltok.c:49: ./pyconfig.h:1586:0: warning: "_POSIX_C_SOURCE" redefined #

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-07-31 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- type: behavior -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-07-31 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : While compiling Python, I got this warning. ./pyconfig.h:1590:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200809L In file included from /usr/include/s390x-linux-gnu/bits/libc-header-start.h:33:0, from /usr/include/st