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.

classification
Title: Check for all necessary dir_fd and follow_symlinks functions
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: 15217 Superseder:
Assigned To: hynek Nosy List: Arfrever, georg.brandl, hynek, python-dev, serhiy.storchaka
Priority: release blocker Keywords: patch

Created on 2012-06-28 14:35 by hynek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fd-protection.diff hynek, 2012-06-28 14:35 review
Messages (2)
msg164259 - (view) Author: Hynek Schlawack (hynek) * (Python committer) Date: 2012-06-28 14:35
Currently not all functions are checked. As soon as #15217 is fixed, we have to add the rest.
msg164316 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-29 06:29
New changeset 992be49127e1 by Hynek Schlawack in branch 'default':
Check for all used fd-based functions in shutil.rmdir, closes #15218
http://hg.python.org/cpython/rev/992be49127e1
History
Date User Action Args
2022-04-11 14:57:32adminsetnosy: + georg.brandl
github: 59423
2012-06-29 06:29:35python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg164316

resolution: fixed
stage: resolved
2012-06-28 18:28:11Arfreversetnosy: + Arfrever
2012-06-28 15:06:02serhiy.storchakasetnosy: + serhiy.storchaka
2012-06-28 14:36:11hyneksetdependencies: + os.listdir is missing in os.supports_dir_fd
2012-06-28 14:35:58hynekcreate