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

Add missing PyErr_NoMemory() calls #79617

Closed
ZackerySpytz mannequin opened this issue Dec 7, 2018 · 6 comments
Closed

Add missing PyErr_NoMemory() calls #79617

ZackerySpytz mannequin opened this issue Dec 7, 2018 · 6 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 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

@ZackerySpytz
Copy link
Mannequin

ZackerySpytz mannequin commented Dec 7, 2018

BPO 35436
Nosy @serhiy-storchaka, @ZackerySpytz, @iritkatriel
PRs
  • bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes #11015
  • [3.7] bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) #11020
  • [3.6] bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) #11026
  • 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 2020-10-18.09:38:26.478>
    created_at = <Date 2018-12-07.06:54:27.089>
    labels = ['extension-modules', 'interpreter-core', '3.8', 'type-bug', '3.7']
    title = 'Add missing PyErr_NoMemory() calls'
    updated_at = <Date 2020-10-18.09:38:26.478>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2020-10-18.09:38:26.478>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-18.09:38:26.478>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'Interpreter Core']
    creation = <Date 2018-12-07.06:54:27.089>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35436
    keywords = ['patch']
    message_count = 6.0
    messages = ['331276', '331287', '331302', '331330', '331331', '378761']
    nosy_count = 3.0
    nosy_names = ['serhiy.storchaka', 'ZackerySpytz', 'iritkatriel']
    pr_nums = ['11015', '11020', '11026']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35436'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    @ZackerySpytz ZackerySpytz mannequin added 3.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Dec 7, 2018
    @ZackerySpytz
    Copy link
    Mannequin Author

    ZackerySpytz mannequin commented Dec 7, 2018

    The attached PR adds some missing PyErr_NoMemory() calls.

    @serhiy-storchaka
    Copy link
    Member

    New changeset 4c49da0 by Serhiy Storchaka (Zackery Spytz) in branch 'master':
    bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
    4c49da0

    @serhiy-storchaka
    Copy link
    Member

    New changeset 602d307 by Serhiy Storchaka (Zackery Spytz) in branch '3.7':
    bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020)
    602d307

    @serhiy-storchaka
    Copy link
    Member

    New changeset 2d6bc25 by Serhiy Storchaka in branch '3.6':
    bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026)
    2d6bc25

    @serhiy-storchaka
    Copy link
    Member

    Backporting to 2.7 is not so trivial due to the number of conflicts. Zackery, do you mind to create a backport for 2.7?

    @iritkatriel
    Copy link
    Member

    Can this be closed? 2.7 is no longer relevant.

    @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 3.8 only security fixes 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

    2 participants