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 nascheme
Recipients ZackerySpytz, gregory.p.smith, methane, miss-islington, nascheme, pablogsal, steve.dower, tianon
Date 2019-07-29.18:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564425774.29.0.68985540752.issue36044@roundup.psfhosted.org>
In-reply-to
Content
I think expanding the list of tests used by --pgo is fine, as long as we put a little thought into each one we add.  The ones added by Steve look fine to me.

It seems useful to run a profiler and see if there are any unusually expensive tests being added.  I used 'cprofile' and found a few candidates.  See bug #37707 and PR 15009.
History
Date User Action Args
2019-07-29 18:42:54naschemesetrecipients: + nascheme, gregory.p.smith, methane, steve.dower, ZackerySpytz, pablogsal, miss-islington, tianon
2019-07-29 18:42:54naschemesetmessageid: <1564425774.29.0.68985540752.issue36044@roundup.psfhosted.org>
2019-07-29 18:42:54naschemelinkissue36044 messages
2019-07-29 18:42:54naschemecreate