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 neyuru, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-11.06:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547186719.19.0.748790481641.issue35693@roundup.psfhosted.org>
In-reply-to
Content
> It is true that I worry about failing tests during PGO training because they stop me from compiling Python -with- PGO.

They shouldn't prevent you from compiling with PGO... even if they cause Python to crash, you should be able to compile still. How is it failing? Do you not get binaries in the output folder at the end? What error messages do you see?

In any case, the httpservers failures seem to recur for you on 3.7, but not anyone else, which means we need your help diagnosing that issue. Could you start by getting the latest 3.7 sources, run "PCbuild/build.bat -p x64" and then your rt.bat command and post the complete output?
History
Date User Action Args
2019-01-11 06:05:21steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, neyuru
2019-01-11 06:05:19steve.dowersetmessageid: <1547186719.19.0.748790481641.issue35693@roundup.psfhosted.org>
2019-01-11 06:05:19steve.dowerlinkissue35693 messages
2019-01-11 06:05:18steve.dowercreate