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 Michael.Felt
Recipients Michael.Felt
Date 2019-05-22.12:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558526469.21.0.552690908728.issue37009@roundup.psfhosted.org>
In-reply-to
Content
For years Python includes the file /usr/include/pthread.h. The AIX documentation states that this needs to be the first include file included OR the define _THREAD_SAFE needs to be defined.

As this may have been true, might still be true, or might have never been true - this patch assures that the define is added to BASECFLAGS for AIX - and will not be forgotten during builds.

It may be advisable to include this in backports. This "conditional requirement" has been accurate for over 20 years.
History
Date User Action Args
2019-05-22 12:01:09Michael.Feltsetrecipients: + Michael.Felt
2019-05-22 12:01:09Michael.Feltsetmessageid: <1558526469.21.0.552690908728.issue37009@roundup.psfhosted.org>
2019-05-22 12:01:09Michael.Feltlinkissue37009 messages
2019-05-22 12:01:09Michael.Feltcreate