-
-
Notifications
You must be signed in to change notification settings - Fork 49
Unable to unlink zip file while accessing resources #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In GitLab by @jaraco on Oct 19, 2020, 17:04 In the bugfix/bpo-41490 branch, I've ported zooba's tests, replicating the failure. |
In GitLab by @jaraco on Oct 19, 2020, 17:25 mentioned in commit eafac53d0ddddf9289a53c81675eb003d99b552b |
In GitLab by @jaraco on Oct 19, 2020, 17:40 mentioned in commit d911829d9067249e580058c3871e55936701964c |
In GitLab by @jaraco on Oct 19, 2020, 18:27 mentioned in commit 47fe1396058f0a6498cac66d5a0fa543cfcfbeb8 |
In GitLab by @jaraco on Oct 20, 2020, 09:34 mentioned in merge request !108 |
In GitLab by @jaraco on Oct 21, 2020, 09:57 I've managed to run the tests locally (after some wrangling of tox/virtualenv), though I continue to struggle with the error on select Pythons. |
In GitLab by @jaraco on Oct 19, 2020, 17:02
In bpo-41490, we learn that some use-cases expect to be able to remove the underlying zip file hosting a package after extracting contents from it (such as through
path()
).The text was updated successfully, but these errors were encountered: