You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See python/cpython#10320 -- this will improve error handling on cleanup by attempting to issue a chflags call which may help with cleanup of VCS indexes during finalizer detach
The text was updated successfully, but these errors were encountered:
techalchemy
changed the title
Bckport and exxtend the new temporary directory error handlers from cpython
Bckport and extend the new temporary directory error handlers from cpython
Nov 10, 2018
- Backport python/cpython#10320 (not yet merged) for better cleanup on
`shutil.rmtree` failure (using `os.chflags`)
- Add compatibility shims for `PermissionError` and `IsADirectory`
exceptions
- General cleanup
- Fixes#38
Signed-off-by: Dan Ryan <dan@danryan.co>
See python/cpython#10320 -- this will improve error handling on cleanup by attempting to issue a
chflags
call which may help with cleanup of VCS indexes during finalizer detachThe text was updated successfully, but these errors were encountered: