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.

classification
Title: Re-definition of _POSIX_C_SOURCE with Fedora 26.
Type: Stage: resolved
Components: Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: expat: warning: "_POSIX_C_SOURCE" redefined
View: 31374
Assigned To: Nosy List: martin.panter, matrixise
Priority: normal Keywords:

Created on 2017-10-11 15:14 by matrixise, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg304148 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2017-10-11 15:14
Hi all,

Is it problematic ? if it is not the case, we can close it.


In file included from /home/stephane/src/github.com/python/cpython/Modules/expat/expat_config.h:8:0,
                 from /home/stephane/src/github.com/python/cpython/Modules/expat/xmltok.c:41:
./pyconfig.h:1457: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/stephane/src/github.com/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


Stéphane
msg304454 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2017-10-16 06:49
Looks the same as Issue 31374
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75941
2017-10-16 06:49:14martin.pantersetstatus: open -> closed

superseder: expat: warning: "_POSIX_C_SOURCE" redefined

nosy: + martin.panter
messages: + msg304454
resolution: duplicate
stage: resolved
2017-10-11 15:14:45matrixisecreate