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 ncoghlan
Recipients Arfrever, Keith.Dart, Michael.Felt, aixtools@gmail.com, berker.peksag, christian.heimes, eric.araujo, hynek, kdart, knny-myer, lukasz.langa, martin.panter, methane, nailor, ncoghlan, ned.deily, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka, skrah, vstinner
Date 2017-11-26.02:50:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511664635.56.0.213398074469.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
The header file check in setup.py incorrectly reported "not found" if `uuid.h` was in one of the standard include directories, so I've submitted a tweak to fix that: https://github.com/python/cpython/pull/4565
History
Date User Action Args
2017-11-26 02:50:35ncoghlansetrecipients: + ncoghlan, orsenthil, kdart, pitrou, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, r.david.murray, methane, skrah, nvetoshkin, lukasz.langa, knny-myer, nailor, Keith.Dart, berker.peksag, hynek, martin.panter, serhiy.storchaka, Michael.Felt, aixtools@gmail.com
2017-11-26 02:50:35ncoghlansetmessageid: <1511664635.56.0.213398074469.issue11063@psf.upfronthosting.co.za>
2017-11-26 02:50:35ncoghlanlinkissue11063 messages
2017-11-26 02:50:35ncoghlancreate