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: Convert os.scandir to Argument Clinic
Type: enhancement Stage: resolved
Components: Argument Clinic, Extension Modules Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: larry, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2016-11-02 08:33 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
clinic-scandir.patch serhiy.storchaka, 2016-11-02 08:33 review
Messages (2)
msg279907 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-11-02 08:33
Proposed patch converts os.scandir and DirEntry methods to Argument Clinic.
msg280136 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-06 11:45
New changeset 0590b9c5a18e by Serhiy Storchaka in branch 'default':
Issue #28586: Converted os.scandir() to Argument Clinic.
https://hg.python.org/cpython/rev/0590b9c5a18e
History
Date User Action Args
2022-04-11 14:58:38adminsetgithub: 72772
2016-11-06 21:54:24serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2016-11-06 11:45:56python-devsetnosy: + python-dev
messages: + msg280136
2016-11-02 08:34:13serhiy.storchakalinkissue25996 dependencies
2016-11-02 08:33:16serhiy.storchakacreate