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

Refleak in PyMethodObject repr #59609

Closed
asvetlov opened this issue Jul 20, 2012 · 2 comments
Closed

Refleak in PyMethodObject repr #59609

asvetlov opened this issue Jul 20, 2012 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage

Comments

@asvetlov
Copy link
Contributor

BPO 15404
Nosy @asvetlov
Files
  • leak.diff
  • 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/asvetlov'
    closed_at = <Date 2012-07-20.11:59:08.083>
    created_at = <Date 2012-07-20.11:42:53.097>
    labels = ['interpreter-core', 'performance']
    title = 'Refleak in PyMethodObject repr'
    updated_at = <Date 2012-07-20.12:07:35.842>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2012-07-20.12:07:35.842>
    actor = 'asvetlov'
    assignee = 'asvetlov'
    closed = True
    closed_date = <Date 2012-07-20.11:59:08.083>
    closer = 'asvetlov'
    components = ['Interpreter Core']
    creation = <Date 2012-07-20.11:42:53.097>
    creator = 'asvetlov'
    dependencies = []
    files = ['26449']
    hgrepos = []
    issue_num = 15404
    keywords = ['patch']
    message_count = 2.0
    messages = ['165913', '165915']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue15404'
    versions = ['Python 3.2', 'Python 3.3']

    @asvetlov
    Copy link
    Contributor Author

    Python leaks in method.__repr__ if class has no __name__.
    Very rare situation.

    @asvetlov asvetlov self-assigned this Jul 20, 2012
    @asvetlov asvetlov added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jul 20, 2012
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jul 20, 2012

    New changeset 4b724884c81f by Andrew Svetlov in branch '3.2':
    Issue bpo-15404: Refleak in PyMethodObject repr.
    http://hg.python.org/cpython/rev/4b724884c81f

    @asvetlov asvetlov added the performance Performance or resource usage label Jul 20, 2012
    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant