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

mingw: export _PyNode_SizeOf as PyAPI for parser module #62837

Closed
rpetrov mannequin opened this issue Aug 2, 2013 · 4 comments
Closed

mingw: export _PyNode_SizeOf as PyAPI for parser module #62837

rpetrov mannequin opened this issue Aug 2, 2013 · 4 comments
Assignees
Labels
extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@rpetrov
Copy link
Mannequin

rpetrov mannequin commented Aug 2, 2013

BPO 18637
Nosy @serhiy-storchaka
Files
  • 0019-MINGW-export-_PyNode_SizeOf-as-PyAPI-for-parser-modu.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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2014-11-18.16:07:08.909>
    created_at = <Date 2013-08-02.19:38:29.384>
    labels = ['extension-modules', 'interpreter-core', 'type-bug']
    title = 'mingw: export _PyNode_SizeOf as PyAPI for parser module'
    updated_at = <Date 2014-11-18.16:07:08.908>
    user = 'https://bugs.python.org/rpetrov'

    bugs.python.org fields:

    activity = <Date 2014-11-18.16:07:08.908>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2014-11-18.16:07:08.909>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'Interpreter Core']
    creation = <Date 2013-08-02.19:38:29.384>
    creator = 'rpetrov'
    dependencies = []
    files = ['31127']
    hgrepos = []
    issue_num = 18637
    keywords = ['patch']
    message_count = 4.0
    messages = ['194201', '231325', '231326', '231327']
    nosy_count = 3.0
    nosy_names = ['rpetrov', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue18637'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @rpetrov
    Copy link
    Mannequin Author

    rpetrov mannequin commented Aug 2, 2013

    Split of bpo-3871 - build core modules.

    @rpetrov rpetrov mannequin added type-feature A feature request or enhancement extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Aug 2, 2013
    @serhiy-storchaka
    Copy link
    Member

    LGTM.

    @serhiy-storchaka serhiy-storchaka self-assigned this Nov 18, 2014
    @serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error and removed type-feature A feature request or enhancement labels Nov 18, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Nov 18, 2014

    New changeset eb25629d2a46 by Serhiy Storchaka in branch '2.7':
    Issue bpo-18637: Fixed an error in _PyNode_SizeOf declaration.
    https://hg.python.org/cpython/rev/eb25629d2a46

    New changeset ab3e8aab7119 by Serhiy Storchaka in branch '3.4':
    Issue bpo-18637: Fixed an error in _PyNode_SizeOf declaration.
    https://hg.python.org/cpython/rev/ab3e8aab7119

    New changeset 0f663e0ce1d3 by Serhiy Storchaka in branch 'default':
    Issue bpo-18637: Fixed an error in _PyNode_SizeOf declaration.
    https://hg.python.org/cpython/rev/0f663e0ce1d3

    @serhiy-storchaka
    Copy link
    Member

    Definitely this was a bug. Thank you Roumen for your patch.

    @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
    extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant