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 martin.panter
Recipients mark.dickinson, martin.panter, rpetrov
Date 2015-06-17.03:49:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434512967.94.0.907836191415.issue7518@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect the change here causes _math.c to be compiled to the same object file twice, and there is a race condition when the compilations are concurrent. See Issue 24421.
History
Date User Action Args
2015-06-17 03:49:28martin.pantersetrecipients: + martin.panter, mark.dickinson, rpetrov
2015-06-17 03:49:27martin.pantersetmessageid: <1434512967.94.0.907836191415.issue7518@psf.upfronthosting.co.za>
2015-06-17 03:49:27martin.panterlinkissue7518 messages
2015-06-17 03:49:27martin.pantercreate