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

Fix errors handling in the parser module #74256

Closed
serhiy-storchaka opened this issue Apr 14, 2017 · 6 comments
Closed

Fix errors handling in the parser module #74256

serhiy-storchaka opened this issue Apr 14, 2017 · 6 comments
Assignees
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@serhiy-storchaka
Copy link
Member

BPO 30070
Nosy @rhettinger, @benjaminp, @serhiy-storchaka
PRs
  • bpo-30070: Fixed leaks and crashes in errors handling in the parser module. #1131
  • [3.6] bpo-30070: Fixed leaks and crashes in errors handling in the pa… #1184
  • [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the pa… #1185
  • [2.7] bpo-30070: Fixed leaks and crashes in errors handling in … #1189
  • 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 2017-04-19.21:50:22.323>
    created_at = <Date 2017-04-14.11:07:11.622>
    labels = ['extension-modules', '3.7', 'type-crash']
    title = 'Fix errors handling in the parser module'
    updated_at = <Date 2017-04-19.21:50:22.323>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-04-19.21:50:22.323>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-04-19.21:50:22.323>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2017-04-14.11:07:11.622>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30070
    keywords = []
    message_count = 6.0
    messages = ['291645', '291855', '291890', '291899', '291903', '291910']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'benjamin.peterson', 'serhiy.storchaka']
    pr_nums = ['1131', '1184', '1185', '1189']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue30070'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch fixes miscellaneous errors in errors handling in the parser module. This errors can cause leaking references, raising wrong exceptions, and even crashing.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump labels Apr 14, 2017
    @serhiy-storchaka serhiy-storchaka self-assigned this Apr 16, 2017
    @rhettinger
    Copy link
    Contributor

    LGTM

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset a79f4c2 by Serhiy Storchaka in branch 'master':
    bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (bpo-1131)
    a79f4c2

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 39dedb6 by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (bpo-1184)
    39dedb6

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 952a05e by Serhiy Storchaka in branch '3.5':
    [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (bpo-1185)
    952a05e

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 2a1bf06 by Serhiy Storchaka in branch '2.7':
    [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (bpo-1189)
    2a1bf06

    @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 type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants