Jeremy informed 
me<https://github.com/python/cpython/pull/27436#issuecomment-889815333> that 
due to a race condition on a test file and the CPython repo configuration for 
newline conversion, build bots on Windows may now be failing.

If you run such a buildbot, please consider running this command on your repo 
to bypass the issue:

git rm -r :/ ; git checkout HEAD -- :/


You may want to consider adding this command after every update to the repo to 
avoid the stale state.


_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/EZPAFN3BSVDBZC7CRAJEFIQVM6JOSGU5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to