This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Clear interned strings listed in slotdefs
Type: Stage:
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, python-dev
Priority: normal Keywords: patch

Created on 2014-07-26 14:42 by loewis, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
type.diff loewis, 2014-07-26 14:42 review
Messages (3)
msg224058 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-07-26 14:42
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.
msg224059 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-07-26 14:44
New changeset c55300337932 by Martin v. Löwis in branch 'default':
Issue #22082: Clear interned strings in slotdefs.
http://hg.python.org/cpython/rev/c55300337932
msg224133 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-07-27 14:12
New changeset c2d3feeb61ed by Victor Stinner in branch 'default':
Issue #22082: Fix a compiler warning (function is not a prototype)
http://hg.python.org/cpython/rev/c2d3feeb61ed
History
Date User Action Args
2022-04-11 14:58:06adminsetgithub: 66280
2014-07-27 14:12:05python-devsetmessages: + msg224133
2014-07-27 02:08:13loewissetstatus: open -> closed
resolution: fixed
2014-07-26 14:44:19python-devsetnosy: + python-dev
messages: + msg224059
2014-07-26 14:42:49loewiscreate