Steve Dower <steve.do...@python.org> added the comment:

This looks like a typical "lingering open handle" issue, though I can't tell 
whether it's in the destination or the source.

Probably just needs a bit of retry logic (personally I'd be fine putting in 
CPython itself, though that doesn't help this build which is using an 
already-released version). So get_externals.py needs it.

It's certainly not reliably reproducible or the CI system would be on the floor 
;) This runs on every build

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to