This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2017-09-06.22:43:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504737803.67.0.369927535596.issue31374@psf.upfronthosting.co.za>
In-reply-to
Content
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 200809L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/string.h:26,
                 from /home/heimes/dev/python/cpython/Modules/expat/xmltok.c:35:
/usr/include/features.h:286:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 199506L
History
Date User Action Args
2017-09-06 22:43:23christian.heimessetrecipients: + christian.heimes
2017-09-06 22:43:23christian.heimessetmessageid: <1504737803.67.0.369927535596.issue31374@psf.upfronthosting.co.za>
2017-09-06 22:43:23christian.heimeslinkissue31374 messages
2017-09-06 22:43:23christian.heimescreate