Change by RAW :
--
resolution: out of date ->
___
Python tracker
<https://bugs.python.org/issue17120>
___
___
Python-bugs-list mailing list
Unsubscrib
RAW added the comment:
Please look at configure.ac which is used to create configure which will
generate pyconfig.h from pyconfig.h.in according to what features are detected
in the system.
--
status: pending -> open
___
Python tracker
<
Changes by RAW :
--
status: languishing -> open
___
Python tracker
<http://bugs.python.org/issue17120>
___
___
Python-bugs-list mailing list
Unsubscri
RAW added the comment:
Does anyone ever respond to reported issues here?
--
___
Python tracker
<http://bugs.python.org/issue17120>
___
___
Python-bugs-list mailin
RAW added the comment:
Any response?
--
status: open -> languishing
___
Python tracker
<http://bugs.python.org/issue17120>
___
___
Python-bugs-list mai
New submission from RAW:
The header file pyconfig.h mishandles the _POSIX_C_SOURCE and _XOPEN_SOURCE
preprocessor macros.
For older versions of Python, the pyconfig.h header specifies:
#define _POSIX_C_SOURCE 200112L
and:
#define _XOPEN_SOURCE 600
For newer versions of Python, the