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 Segev Finer
Recipients Segev Finer
Date 2017-06-28.22:24:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498688645.93.0.221276689872.issue30797@psf.upfronthosting.co.za>
In-reply-to
Content
This is caused by _GNU_SOURCE being defined here: https://github.com/python/cpython/blob/c08177a1ccad2ed0d50898c2731b518c631aed14/configure.ac#L124, But also getting defined by AC_USE_SYSTEM_EXTENSIONS (https://github.com/python/cpython/blob/c08177a1ccad2ed0d50898c2731b518c631aed14/configure.ac#L906).

AC_USE_SYSTEM_EXTENSIONS does use an #ifndef but Python's AC_DEFINE seems to be getting order after it.
History
Date User Action Args
2017-06-28 22:24:05Segev Finersetrecipients: + Segev Finer
2017-06-28 22:24:05Segev Finersetmessageid: <1498688645.93.0.221276689872.issue30797@psf.upfronthosting.co.za>
2017-06-28 22:24:05Segev Finerlinkissue30797 messages
2017-06-28 22:24:05Segev Finercreate