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.04:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547182788.26.0.496624996406.issue35693@roundup.psfhosted.org>
In-reply-to
Content
Defining new training sets for PGO would be a new job (that you could volunteer to do if you like). The test suite is convenient because when you clone our GitHub repository, it's already there. Another training suite would have to be installed somehow as part of build (like we already do for extra tools).

The layouts are how Python looks when installed. Currently they are not documented, as they are subject to change (within reason - python.exe has to continue working from the root of any install), but the script in the PC/layout directory can produce them all with different options.

It sounds like these jobs may be more than you want to do. If you are just worried about failing tests during PGO training, then stop worrying because they are known and okay. Provided they pass when Python is installed properly (using our primary installer), there is no problem, and it sounds like this is the case.
History
Date User Action Args
2019-01-11 04:59:50steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, neyuru
2019-01-11 04:59:48steve.dowersetmessageid: <1547182788.26.0.496624996406.issue35693@roundup.psfhosted.org>
2019-01-11 04:59:48steve.dowerlinkissue35693 messages
2019-01-11 04:59:48steve.dowercreate