10000 gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup by kwi-dk · Pull Request #99930 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup #99930

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

Merged
merged 15 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
NEWS: fix blurb typo
  • Loading branch information
kwi-dk committed Dec 14, 2022
commit 60de13ae894b26bdb4926e1e1c520e78778e901a
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix a bug `:class:`tempfile.TemporaryDirectory` cleanup, which now no longer
Fix a bug :class:`tempfile.TemporaryDirectory` cleanup, which now no longer
dereferences symlinks when working around file system permission errors.
0