]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1675981: remove unreachable code from type.__new__() method.
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>
Sun, 11 Mar 2007 16:01:51 +0000 (16:01 +0000)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>
Sun, 11 Mar 2007 16:01:51 +0000 (16:01 +0000)
commitad3d2c2fe496c824292720e0c6f5265634503cb0
treeebeaa30505a4e76083ef879fbdb90408024912b2
parentd28d9c8221136a37e47eac569fd7a508c3c946e3
Patch #1675981: remove unreachable code from type.__new__() method.
__dict__ and __weakref__ are removed from the slots tuple earlier
in the code, in the loop that mangles slot names.
 (backport from rev. 54270)
Misc/NEWS
Objects/typeobject.c