]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
authorJim Fulton <jim@zope.com>
Sun, 8 Feb 2004 04:21:26 +0000 (04:21 +0000)
committerJim Fulton <jim@zope.com>
Sun, 8 Feb 2004 04:21:26 +0000 (04:21 +0000)
commit8a1a5945908c7a0b2b487a98431ff46ab934014a
treed366a15b19d7e6c171081c025b1f49fff62a964d
parentee33b27ef0bd49227aa59f0d3bca67e7f1e0ab64
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
  2.  Failure to clear the error when attempts to get the __getstate__
  attribute fail caused intermittent errors and odd behavior.
Misc/NEWS
Objects/typeobject.c