]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1623563: allow __class__ assignment for classes with __slots__.
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>
Fri, 16 Mar 2007 11:59:38 +0000 (11:59 +0000)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>
Fri, 16 Mar 2007 11:59:38 +0000 (11:59 +0000)
commit6f2d09c949ac0c21c56c97e7f772a2726e34d74f
treee7244ea4d06e42bc6fd8f1745bed0ce682947c5f
parent6ab8452036beead2b74d38564162b291f2db643c
Patch #1623563: allow __class__ assignment for classes with __slots__.
The old and the new class are still required to have the same slot
names, but the order in which they are specified is not relevant.
Doc/ref/ref3.tex
Lib/test/test_descr.py
Misc/ACKS
Misc/NEWS
Objects/typeobject.c