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 steve.dower
Recipients dstufft, eric.araujo, neyuru, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-11-23.17:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542995759.24.0.788709270274.issue35299@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to declare that this is a bug in distutils not correctly setting INCLUDE and LIB values when building in a source directory. When this is fixed, there will be no need to copy pyconfig.h anywhere, and the installer build will be fine.

(And it should be noted that we don't rely on 100% pass rate of the test suite when training for PGO - the point is to exercise as many code paths as possible. The test suite has shown to be as good as any other generic workload, and is easily available in our repo.)
History
Date User Action Args
2018-11-23 17:55:59steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft, neyuru
2018-11-23 17:55:59steve.dowersetmessageid: <1542995759.24.0.788709270274.issue35299@psf.upfronthosting.co.za>
2018-11-23 17:55:59steve.dowerlinkissue35299 messages
2018-11-23 17:55:59steve.dowercreate