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 neologix
Recipients neologix, pitrou, python-dev, rosslagerwall, rpointel, vstinner
Date 2011-09-07.20:58:37
SpamBayes Score 1.4669788e-05
Marked as misclassified No
Message-id <1315429118.43.0.517048477944.issue12852@psf.upfronthosting.co.za>
In-reply-to
Content
> _POSIX_C_SOURCE value is set automatically depending on _XOPEN_SOURCE
> value.

I know, but I think it's better to be consistent an also bump _POSIX_C_SOURCE to POSIX 2008, and follow POSIX's recommandation (http://pubs.opengroup.org/onlinepubs/9699919799/):
"""
A Strictly Conforming POSIX Application is an application that requires only the facilities described in POSIX.1-2008. Such an application:
[...]
For the C programming language, shall define _POSIX_C_SOURCE to be 200809L before any header is included
"""
History
Date User Action Args
2011-09-07 20:58:38neologixsetrecipients: + neologix, pitrou, vstinner, rosslagerwall, python-dev, rpointel
2011-09-07 20:58:38neologixsetmessageid: <1315429118.43.0.517048477944.issue12852@psf.upfronthosting.co.za>
2011-09-07 20:58:37neologixlinkissue12852 messages
2011-09-07 20:58:37neologixcreate