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 neyuru
Recipients dstufft, eric.araujo, neyuru, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-19.06:34:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547879651.07.0.627500353758.issue35299@roundup.psfhosted.org>
In-reply-to
Content
I want to document a workaround if anyone benefits from it, this would be step 7:

7) This error goes away if you remove the pyconfig.h from the include directory before the tests end (and of course, after the test distutils).

This is only a workaround and requires the user placing attention to the build process (maybe for the first 5-10 minutes). Having the option "-q" removed from the buildrelease.bat file (as discussed in issue https://bugs.python.org/issue35739 ) helps with determining when to safely remove the file so that the distutils test pass.
History
Date User Action Args
2019-01-19 06:34:12neyurusetrecipients: + neyuru, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft
2019-01-19 06:34:11neyurusetmessageid: <1547879651.07.0.627500353758.issue35299@roundup.psfhosted.org>
2019-01-19 06:34:11neyurulinkissue35299 messages
2019-01-19 06:34:11neyurucreate