]> 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 15:54:54 +0000 (15:54 +0000)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>
Sun, 11 Mar 2007 15:54:54 +0000 (15:54 +0000)
commit890320877658121d9def472ae0d7063b81fc3aed
tree02488ae2d25e14e50fe422d1dd56d15304036ecd
parentb27831887f84c8ef9326453572e750cdf225edcc
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. Will backport.
Misc/NEWS
Objects/typeobject.c