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

Typo in Python/import.c #77624

Closed
ukwksk mannequin opened this issue May 7, 2018 · 3 comments
Closed

Typo in Python/import.c #77624

ukwksk mannequin opened this issue May 7, 2018 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@ukwksk
Copy link
Mannequin

ukwksk mannequin commented May 7, 2018

BPO 33443
Nosy @brettcannon, @ukwksk
PRs
  • bpo-33443: Fix typo in Python/import.c #6721
  • bpo-33443 Fix typo in Python/import.c (GH-6721) #6722
  • 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 2018-05-14.19:11:15.755>
    created_at = <Date 2018-05-07.15:12:33.016>
    labels = ['interpreter-core']
    title = 'Typo in Python/import.c'
    updated_at = <Date 2018-05-14.19:11:15.754>
    user = 'https://github.com/ukwksk'

    bugs.python.org fields:

    activity = <Date 2018-05-14.19:11:15.754>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-14.19:11:15.755>
    closer = 'brett.cannon'
    components = ['Interpreter Core']
    creation = <Date 2018-05-07.15:12:33.016>
    creator = 'ukwksk'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33443
    keywords = ['patch']
    message_count = 3.0
    messages = ['316273', '316554', '316555']
    nosy_count = 2.0
    nosy_names = ['brett.cannon', 'ukwksk']
    pr_nums = ['6721', '6722']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue33443'
    versions = []

    @ukwksk
    Copy link
    Mannequin Author

    ukwksk mannequin commented May 7, 2018

    In the method, "_PyImportZip_Init(void)", of Python/import.c, the variable, "PyObject *path_hooks, *zimpimport;", seems to be typo, which can be "zipimport".

    @ukwksk ukwksk mannequin added 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) and removed 3.8 only security fixes labels May 7, 2018
    @brettcannon
    Copy link
    Member

    New changeset 5e6312c by Brett Cannon (ukwksk) in branch 'master':
    bpo-33443 Fix typo in Python/import.c (GH-6722)
    5e6312c

    @brettcannon
    Copy link
    Member

    Thanks!

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant