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

Clear interned strings listed in slotdefs #66280

Closed
loewis mannequin opened this issue Jul 26, 2014 · 3 comments
Closed

Clear interned strings listed in slotdefs #66280

loewis mannequin opened this issue Jul 26, 2014 · 3 comments

Comments

@loewis
Copy link
Mannequin

loewis mannequin commented Jul 26, 2014

BPO 22082
Nosy @loewis
Files
  • type.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 = None
    closed_at = <Date 2014-07-27.02:08:13.065>
    created_at = <Date 2014-07-26.14:42:49.368>
    labels = []
    title = 'Clear interned strings listed in slotdefs'
    updated_at = <Date 2014-07-27.14:12:05.939>
    user = 'https://github.com/loewis'

    bugs.python.org fields:

    activity = <Date 2014-07-27.14:12:05.939>
    actor = 'python-dev'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-07-27.02:08:13.065>
    closer = 'loewis'
    components = []
    creation = <Date 2014-07-26.14:42:49.368>
    creator = 'loewis'
    dependencies = []
    files = ['36111']
    hgrepos = []
    issue_num = 22082
    keywords = ['patch']
    message_count = 3.0
    messages = ['224058', '224059', '224133']
    nosy_count = 2.0
    nosy_names = ['loewis', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue22082'
    versions = []

    @loewis
    Copy link
    Mannequin Author

    loewis mannequin commented Jul 26, 2014

    I'm chasing objects left at shutdown. I found that the string objects in slotdefs are still around at the end; this patch removes them.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jul 26, 2014

    New changeset c55300337932 by Martin v. Löwis in branch 'default':
    Issue bpo-22082: Clear interned strings in slotdefs.
    http://hg.python.org/cpython/rev/c55300337932

    @loewis loewis mannequin closed this as completed Jul 27, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jul 27, 2014

    New changeset c2d3feeb61ed by Victor Stinner in branch 'default':
    Issue bpo-22082: Fix a compiler warning (function is not a prototype)
    http://hg.python.org/cpython/rev/c2d3feeb61ed

    @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
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants