[issue42574] Travis can't build the 3.8 branch right now

Ammar Askar report at bugs.python.org
Mon Dec 7 14:01:17 EST 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

>From a quick glance at https://github.com/python/cpython/pulls?page=2&q=base%3A3.8+-label%3Atype-documentation

It looks like travis on 3.8 last passed at https://github.com/python/cpython/pull/23364 around 19 days ago

The culprit commit is likely https://github.com/python/cpython/commit/66dd5338a1ca98921c8e6c51228541ef8ed8076a from 19 days ago since it added the first bit of f-string syntax to clinic.py, it was committed directly without a PR which is likely why this wasn't caught.

----------
nosy: +ammar2

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42574>
_______________________________________


More information about the Python-bugs-list mailing list