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 vstinner
Recipients emilyemorehouse, eric.smith, gvanrossum, steven.daprano, tim.peters, vstinner, xtreak
Date 2019-01-25.00:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548376786.48.0.426322805737.issue35224@roundup.psfhosted.org>
In-reply-to
Content
> @vstinner Is there something I could/should have checked other than the CI displayed in GitHub before merging? Let me know if I can help.

It wasn't your fault. Our pre-commit checks on pull requests is incomplete on purpose: it has to be fast. It's fine to break buildbots sometimes. It's a tradeoff.

If you want to help, please merge https://github.com/python/cpython/pull/11670 as soon as the CI test pass since I'm going to bed :-)

You are the victim of a very very specific annoying test, test_unparse with its annoying "randomly pick 10 files from the stdlib" feature...
History
Date User Action Args
2019-01-25 00:39:47vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, eric.smith, steven.daprano, emilyemorehouse, xtreak
2019-01-25 00:39:46vstinnersetmessageid: <1548376786.48.0.426322805737.issue35224@roundup.psfhosted.org>
2019-01-25 00:39:46vstinnerlinkissue35224 messages
2019-01-25 00:39:46vstinnercreate