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 dstufft, eric.araujo, floppymaster, martin.panter, taleinat, twouters
Date 2016-01-16.02:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452909635.61.0.954385128584.issue24421@psf.upfronthosting.co.za>
In-reply-to
Content
I am inclined to try committing my second patch to 3.6, as the race condition keeps bugging me every now and again.

My biggest worry is that it may not work on Windows. I assume Windows does not use the Makefile, but does use setup.py. In the worst case, perhaps I could add conditional code to restore the original setup.py parameters for Windows.
History
Date User Action Args
2016-01-16 02:00:35martin.pantersetrecipients: + martin.panter, twouters, taleinat, eric.araujo, floppymaster, dstufft
2016-01-16 02:00:35martin.pantersetmessageid: <1452909635.61.0.954385128584.issue24421@psf.upfronthosting.co.za>
2016-01-16 02:00:35martin.panterlinkissue24421 messages
2016-01-16 02:00:34martin.pantercreate