Issue 22082: Clear interned strings listed in slotdefs
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) * ![]() |
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) ![]() |
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) ![]() |
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:06 | admin | set | github: 66280 |
| 2014-07-27 14:12:05 | python-dev | set | messages: + msg224133 |
| 2014-07-27 02:08:13 | loewis | set | status: open -> closed resolution: fixed |
| 2014-07-26 14:44:19 | python-dev | set | nosy:
+ python-dev messages: + msg224059 |
| 2014-07-26 14:42:49 | loewis | create | |

