]> granicus.if.org Git - python/commit
_slotnames(): exclude __dict__ and __weakref__; these aren't real
authorGuido van Rossum <guido@python.org>
Mon, 3 Feb 2003 18:10:09 +0000 (18:10 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Feb 2003 18:10:09 +0000 (18:10 +0000)
commit868ecc22ab2207b1f9a36f803eaa58f5c3037657
treebc7b92b584b21822aea8efd725b656d85f5bc8b5
parent795ea89cb51edbebcb23149db5bf95fcb55857b9
_slotnames(): exclude __dict__ and __weakref__; these aren't real
slots even though they can be listed in __slots__.
Lib/pickle.py