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

A reference counting bug in PyState_RemoveModule() #79595

Closed
ZackerySpytz mannequin opened this issue Dec 5, 2018 · 5 comments
Closed

A reference counting bug in PyState_RemoveModule() #79595

ZackerySpytz mannequin opened this issue Dec 5, 2018 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@ZackerySpytz
Copy link
Mannequin

ZackerySpytz mannequin commented Dec 5, 2018

BPO 35414
Nosy @serhiy-storchaka, @ZackerySpytz, @miss-islington, @iritkatriel
PRs
  • bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule() #10914
  • [3.7] bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) #10915
  • [3.6] bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) #10916
  • 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:57.692>
    created_at = <Date 2018-12-05.06:25:24.262>
    labels = ['interpreter-core', '3.7', '3.8']
    title = 'A reference counting bug in PyState_RemoveModule()'
    updated_at = <Date 2020-10-18.09:38:57.692>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2020-10-18.09:38:57.692>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-18.09:38:57.692>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2018-12-05.06:25:24.262>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35414
    keywords = ['patch']
    message_count = 5.0
    messages = ['331091', '331092', '331093', '331094', '378759']
    nosy_count = 4.0
    nosy_names = ['serhiy.storchaka', 'ZackerySpytz', 'miss-islington', 'iritkatriel']
    pr_nums = ['10914', '10915', '10916']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue35414'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @ZackerySpytz
    Copy link
    Mannequin Author

    ZackerySpytz mannequin commented Dec 5, 2018

    There's a missing Py_INCREF(Py_None) in PyState_RemoveModule().

    @ZackerySpytz ZackerySpytz mannequin added 3.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Dec 5, 2018
    @serhiy-storchaka
    Copy link
    Member

    New changeset 2a89343 by Serhiy Storchaka (Zackery Spytz) in branch 'master':
    bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
    2a89343

    @miss-islington
    Copy link
    Contributor

    New changeset 2d594f8 by Miss Islington (bot) in branch '3.7':
    bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
    2d594f8

    @miss-islington
    Copy link
    Contributor

    New changeset afb07fc by Miss Islington (bot) in branch '3.6':
    bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
    afb07fc

    @iritkatriel
    Copy link
    Member

    Can this be closed?

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

    No branches or pull requests

    3 participants