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 lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-02.22:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570055857.28.0.434394542652.issue38355@roundup.psfhosted.org>
In-reply-to
Content
The change to error handling did not include ERROR_CANT_ACCESS_FILE, but this error occurs in the Store package install.

After suppressing this error, it then occurs again when stripping the prefix - we should just check for the same error here to determine whether it's safe to remove the prefix of a file we can't access.
History
Date User Action Args
2019-10-02 22:37:37steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, lukasz.langa, zach.ware
2019-10-02 22:37:37steve.dowersetmessageid: <1570055857.28.0.434394542652.issue38355@roundup.psfhosted.org>
2019-10-02 22:37:37steve.dowerlinkissue38355 messages
2019-10-02 22:37:37steve.dowercreate