Navigation Menu

Skip to content
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

Convert os.scandir to Argument Clinic #72772

Closed
serhiy-storchaka opened this issue Nov 2, 2016 · 2 comments
Closed

Convert os.scandir to Argument Clinic #72772

serhiy-storchaka opened this issue Nov 2, 2016 · 2 comments
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir topic-argument-clinic type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 28586
Nosy @larryhastings, @serhiy-storchaka
Files
  • clinic-scandir.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-11-06.21:54:24.046>
    created_at = <Date 2016-11-02.08:33:16.528>
    labels = ['extension-modules', 'type-feature', '3.7', 'expert-argument-clinic']
    title = 'Convert os.scandir to Argument Clinic'
    updated_at = <Date 2016-11-06.21:54:24.045>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2016-11-06.21:54:24.045>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-11-06.21:54:24.046>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'Argument Clinic']
    creation = <Date 2016-11-02.08:33:16.528>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['45311']
    hgrepos = []
    issue_num = 28586
    keywords = ['patch']
    message_count = 2.0
    messages = ['279907', '280136']
    nosy_count = 3.0
    nosy_names = ['larry', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28586'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch converts os.scandir and DirEntry methods to Argument Clinic.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life extension-modules C modules in the Modules dir topic-argument-clinic type-feature A feature request or enhancement labels Nov 2, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Nov 6, 2016

    New changeset 0590b9c5a18e by Serhiy Storchaka in branch 'default':
    Issue bpo-28586: Converted os.scandir() to Argument Clinic.
    https://hg.python.org/cpython/rev/0590b9c5a18e

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life extension-modules C modules in the Modules dir topic-argument-clinic type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant