← 返回首页
[3.13] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-119766) by miss-islington · Pull Request #119767 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[3.13] GH-89727: Fix FD leak on os.fwalk() generator finalization. (GH-119766)#119767

Merged
barneygale merged 1 commit into
python:3.13from
miss-islington:backport-a5fef80-3.13
May 30, 2024
Merged

[3.13] GH-89727: Fix FD leak on os.fwalk() generator finalization. (GH-119766)#119767
barneygale merged 1 commit into
python:3.13from
miss-islington:backport-a5fef80-3.13

Conversation

miss-islington commented May 30, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Follow-up to 3c890b5. Ensure we os.close() open file descriptors when
the os.fwalk() generator is finalized.
(cherry picked from commit a5fef80)

Co-authored-by: Barney Gale barney.gale@gmail.com

…ythonGH-119766) Follow-up to 3c890b5. Ensure we `os.close()` open file descriptors when the `os.fwalk()` generator is finalized. (cherry picked from commit a5fef80) Co-authored-by: Barney Gale <barney.gale@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.