]> granicus.if.org Git - python/commit
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>
Wed, 14 Mar 2007 12:34:30 +0000 (12:34 +0000)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>
Wed, 14 Mar 2007 12:34:30 +0000 (12:34 +0000)
commit94c887258c252fe4699b490b9b43185b0769c080
treed88dbe4b5c85e9b0727dec2c7d2c2b03cccc56f2
parent027ac24650f0cb48d0391ce34749ddfb29419f57
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
name. Remove a reference leak that happened if the name could not be
converted to string.
 (backport from rev. 54378)
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c