Issue 15218: Check for all necessary dir_fd and follow_symlinks functions (original) (raw)

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:32 admin set nosy: + georg.brandlgithub: 59423
2012-06-29 06:29:35 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2012-06-28 18:28:11 Arfrever set nosy: + Arfrever
2012-06-28 15:06:02 serhiy.storchaka set nosy: + serhiy.storchaka
2012-06-28 14:36:11 hynek set dependencies: + os.listdir is missing in os.supports_dir_fd
2012-06-28 14:35:58 hynek create