]> granicus.if.org Git - python/commit
Get rid of the "bozo" __getstate__ that was inserted when __slots__
authorGuido van Rossum <guido@python.org>
Mon, 10 Feb 2003 21:31:27 +0000 (21:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Feb 2003 21:31:27 +0000 (21:31 +0000)
commit3f50cdc05e5254e1ce012ceca449387d50d28bc5
treea877f2c5fec02c9b2e1db4261f0e6c64c3d53e0d
parent0c10015a6e374544b4664eb0165aef65d986f469
Get rid of the "bozo" __getstate__ that was inserted when __slots__
was used.  This simplifies some logic in copy_reg.py (used by
pickling).  It also broke a test, but this was rewritten to test the
new feature. :-)
Lib/copy_reg.py
Lib/test/test_descr.py
Objects/typeobject.c