[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
STINNER Victor added the comment: Ok, the warning should be fixed in all supported branches. -- ___ Python tracker ___ ___ Python-b

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
miss-islington added the comment: New changeset 3acf30de90936fe3714bb62873e2523c0440e652 by Miss Islington (bot) in branch '3.6': bpo-31374: expat doesn't include on Windows (GH-11079) https://github.com/python/cpython/commit/3acf30de90936fe3714bb62873e2523c0440e652 -- ___

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
miss-islington added the comment: New changeset ef1fc0d031c925416d49b407518932ccbf57a0d2 by Miss Islington (bot) in branch '3.7': bpo-31374: expat doesn't include on Windows (GH-11079) https://github.com/python/cpython/commit/ef1fc0d031c925416d49b407518932ccbf57a0d2 -- ___

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset b6ef6f69a9afc979640a5f9883f799de1364bff7 by Victor Stinner in branch 'master': bpo-31374: expat doesn't include on Windows (GH-11079) https://github.com/python/cpython/commit/b6ef6f69a9afc979640a5f9883f799de1364bff7 -- __

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +10315 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +10314 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2632df4c3f48f23af85a60bffc61030d52e83ee2 by Victor Stinner in branch '2.7': [2.7] bpo-31374: Include pyconfig.h earlier in expat (GH-11078) https://github.com/python/cpython/commit/2632df4c3f48f23af85a60bffc61030d52e83ee2 -- _

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10313 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10312 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
miss-islington added the comment: New changeset 7bbf7b02ab0852aa757505a7e4062eb52817037a by Miss Islington (bot) in branch '2.7': bpo-31374: Include pyconfig.h earlier in expat (GH-11064) https://github.com/python/cpython/commit/7bbf7b02ab0852aa757505a7e4062eb52817037a -- _

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
miss-islington added the comment: New changeset 7215e4857123afa8577f63c1024bcd1889a96305 by Miss Islington (bot) in branch '3.6': bpo-31374: Include pyconfig.h earlier in expat (GH-11064) https://github.com/python/cpython/commit/7215e4857123afa8577f63c1024bcd1889a96305 -- _

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
miss-islington added the comment: New changeset 1467a3ac121897c2ad7512d664478d8916a35217 by Miss Islington (bot) in branch '3.7': bpo-31374: Include pyconfig.h earlier in expat (GH-11064) https://github.com/python/cpython/commit/1467a3ac121897c2ad7512d664478d8916a35217 -- nosy: +mis

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +10307 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset cf247359d5b7082044eea1fa94b5211a172b1ff6 by Victor Stinner in branch 'master': bpo-31374: Include pyconfig.h earlier in expat (GH-11064) https://github.com/python/cpython/commit/cf247359d5b7082044eea1fa94b5211a172b1ff6 --

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +10306 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +10305 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2018-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10298 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2017-09-15 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3593 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2017-09-14 Thread Christian Heimes
Changes by Christian Heimes : -- keywords: +patch pull_requests: +3560 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2017-09-06 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: -> haypo nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue31374] expat: warning: "_POSIX_C_SOURCE" redefined

2017-09-06 Thread Christian Heimes
New submission from Christian Heimes: In file included from /home/heimes/dev/python/cpython/Modules/expat/expat_config.h:8:0, from /home/heimes/dev/python/cpython/Modules/expat/xmltok.c:41: ./pyconfig.h:1454:0: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200809