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

zipimport argument clinic conversion #75292

Closed
jarondl mannequin opened this issue Aug 2, 2017 · 4 comments
Closed

zipimport argument clinic conversion #75292

jarondl mannequin opened this issue Aug 2, 2017 · 4 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-argument-clinic type-feature A feature request or enhancement

Comments

@jarondl
Copy link
Mannequin

jarondl mannequin commented Aug 2, 2017

BPO 31109
Nosy @Yhg1s, @brettcannon, @larryhastings, @serhiy-storchaka, @jarondl
PRs
  • bpo-31109: Convert zipimport to argument clinic #2990
  • 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 2017-08-19.17:09:39.922>
    created_at = <Date 2017-08-02.19:05:24.076>
    labels = ['3.7', 'type-feature', 'library', 'expert-argument-clinic']
    title = 'zipimport argument clinic conversion'
    updated_at = <Date 2017-08-19.17:09:39.921>
    user = 'https://github.com/jarondl'

    bugs.python.org fields:

    activity = <Date 2017-08-19.17:09:39.921>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-08-19.17:09:39.922>
    closer = 'brett.cannon'
    components = ['Library (Lib)', 'Argument Clinic']
    creation = <Date 2017-08-02.19:05:24.076>
    creator = 'jarondl'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31109
    keywords = []
    message_count = 4.0
    messages = ['299667', '299687', '299704', '300524']
    nosy_count = 5.0
    nosy_names = ['twouters', 'brett.cannon', 'larry', 'serhiy.storchaka', 'jarondl']
    pr_nums = ['2990']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31109'
    versions = ['Python 3.7']

    @jarondl
    Copy link
    Mannequin Author

    jarondl mannequin commented Aug 2, 2017

    Convert zipimport to use the argument clinic.
    I will submit the PR shortly.

    @jarondl jarondl mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-argument-clinic type-feature A feature request or enhancement labels Aug 2, 2017
    @serhiy-storchaka
    Copy link
    Member

    If zipimport will be reimplemented in Python (bpo-25711) this change will be not needed.

    @jarondl
    Copy link
    Mannequin Author

    jarondl mannequin commented Aug 3, 2017

    Oh that's a cool idea which I was not aware of.

    @brettcannon
    Copy link
    Member

    New changeset 02f3b7d by Brett Cannon (Yaron de Leeuw) in branch 'master':
    bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
    02f3b7d

    @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 stdlib Python modules in the Lib dir topic-argument-clinic type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants