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

Reference leak in PyErr_SetObject() #78684

Closed
izbyshev mannequin opened this issue Aug 25, 2018 · 4 comments
Closed

Reference leak in PyErr_SetObject() #78684

izbyshev mannequin opened this issue Aug 25, 2018 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage

Comments

@izbyshev
Copy link
Mannequin

izbyshev mannequin commented Aug 25, 2018

BPO 34503
Nosy @benjaminp, @berkerpeksag, @serhiy-storchaka, @zhangyangyu, @izbyshev, @miss-islington
PRs
  • bpo-34503: Fix refleak in PyErr_SetObject() #8934
  • [3.7] bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) #8943
  • [3.6] bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) #8944
  • 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-08-26.17:20:30.739>
    created_at = <Date 2018-08-25.20:00:20.468>
    labels = ['interpreter-core', '3.7', '3.8', 'performance']
    title = 'Reference leak in PyErr_SetObject()'
    updated_at = <Date 2018-08-26.17:20:30.738>
    user = 'https://github.com/izbyshev'

    bugs.python.org fields:

    activity = <Date 2018-08-26.17:20:30.738>
    actor = 'xiang.zhang'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-08-26.17:20:30.739>
    closer = 'xiang.zhang'
    components = ['Interpreter Core']
    creation = <Date 2018-08-25.20:00:20.468>
    creator = 'izbyshev'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34503
    keywords = ['patch']
    message_count = 4.0
    messages = ['324099', '324122', '324123', '324124']
    nosy_count = 6.0
    nosy_names = ['benjamin.peterson', 'berker.peksag', 'serhiy.storchaka', 'xiang.zhang', 'izbyshev', 'miss-islington']
    pr_nums = ['8934', '8943', '8944']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue34503'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @izbyshev
    Copy link
    Mannequin Author

    izbyshev mannequin commented Aug 25, 2018

    'exc_value' reference is leaked at

    return;

    @izbyshev izbyshev mannequin added 3.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage labels Aug 25, 2018
    @zhangyangyu
    Copy link
    Member

    New changeset a2eefa6 by Xiang Zhang (Alexey Izbyshev) in branch 'master':
    bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
    a2eefa6

    @miss-islington
    Copy link
    Contributor

    New changeset 204fb45 by Miss Islington (bot) in branch '3.6':
    bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
    204fb45

    @miss-islington
    Copy link
    Contributor

    New changeset 2caf86f by Miss Islington (bot) in branch '3.7':
    bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
    2caf86f

    @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) performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants