Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to