[issue22082] Clear interned strings listed in slotdefs

2014-07-27 Thread Roundup Robot

Roundup Robot added the comment:

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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22082
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22082] Clear interned strings listed in slotdefs

2014-07-26 Thread Martin v . Löwis

New submission from Martin v. Löwis:

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.

--
files: type.diff
keywords: patch
messages: 224058
nosy: loewis
priority: normal
severity: normal
status: open
title: Clear interned strings listed in slotdefs
Added file: http://bugs.python.org/file36111/type.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22082
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22082] Clear interned strings listed in slotdefs

2014-07-26 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22082
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22082] Clear interned strings listed in slotdefs

2014-07-26 Thread Martin v . Löwis

Changes by Martin v. Löwis mar...@v.loewis.de:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22082
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com