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 loewis
Recipients
Date 2004-10-20.06:26:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Python itself and Python extensions must be compiled with
precisely the same settings, so taking some other setting of
_POSIX_C_SOURCE may cause binary incompatibility.

If you include Python.h first, as you should,
_POSIX_C_SOURCE will not be defined, so the #ifndef should
not have any effect except in broken extension modules.
History
Date User Action Args
2007-08-23 14:26:39adminlinkissue1045893 messages
2007-08-23 14:26:39admincreate