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 eitan.adler
Recipients eitan.adler
Date 2018-05-14.03:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526269069.92.0.682650639539.issue33490@psf.upfronthosting.co.za>
In-reply-to
Content
There is a ton of logic in configure.ac to detect pthreads support. There is a standard macro to use instead: https://www.gnu.org/software/autoconf-archive/ax_pthread.html#ax_pthread 

In order to simplify our pthread logic we should make use of the standard macro instead of writing our own code.
History
Date User Action Args
2018-05-14 03:37:49eitan.adlersetrecipients: + eitan.adler
2018-05-14 03:37:49eitan.adlersetmessageid: <1526269069.92.0.682650639539.issue33490@psf.upfronthosting.co.za>
2018-05-14 03:37:49eitan.adlerlinkissue33490 messages
2018-05-14 03:37:49eitan.adlercreate