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 avl
Recipients avl, loewis, movement, pitrou, skip.montanaro, tflecht, trs80, zooko
Date 2010-01-02.14:28:33
SpamBayes Score 9.592247e-07
Marked as misclassified No
Message-id <1262442515.52.0.313147881556.issue1759169@psf.upfronthosting.co.za>
In-reply-to
Content
Just wanted to chip in my $.02: 

Defining _XOPEN_SOURCE in the python headers causes problems for
Solaris. It also causes problems for Ubuntu Linux.

Because _XOPEN_SOURCE is defined, Python.h must included first in any
program under Ubuntu.

Perhaps the right fix is to just not define _XOPEN_SOURCE at all? Which
platforms disable important features when you don't define _XOPEN_SOURCE?

Sometimes there are standards which nobody follows. In such cases it can
be advantageous to "just do what everyone expects".
History
Date User Action Args
2010-01-02 14:28:35avlsetrecipients: + avl, loewis, skip.montanaro, zooko, pitrou, movement, trs80, tflecht
2010-01-02 14:28:35avlsetmessageid: <1262442515.52.0.313147881556.issue1759169@psf.upfronthosting.co.za>
2010-01-02 14:28:34avllinkissue1759169 messages
2010-01-02 14:28:33avlcreate