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 steve.dower
Recipients DiddiLeija, eryksun, gvanrossum, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-02.16:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630599010.53.0.158097733015.issue45055@roundup.psfhosted.org>
In-reply-to
Content
I use git worktree as well (it's great for backporting - I have all the release branches checked out all the time), but it likely means that you are regularly downloading and extracting these files.

So whatever app is keeping the file handle open is probably doing it reliably for one of the files, which is why you'll hit it each time. Once it's been copied into place, you won't see it again. And once we have the retry logic in the script then you won't see it the first time either.

This should be an easy project, though not trivial to test.
History
Date User Action Args
2021-09-02 16:10:10steve.dowersetrecipients: + steve.dower, gvanrossum, paul.moore, tim.golden, zach.ware, eryksun, DiddiLeija
2021-09-02 16:10:10steve.dowersetmessageid: <1630599010.53.0.158097733015.issue45055@roundup.psfhosted.org>
2021-09-02 16:10:10steve.dowerlinkissue45055 messages
2021-09-02 16:10:10steve.dowercreate