Jeremy informed me 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.