]> 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>
Mon, 9 Feb 2004 02:57:18 +0000 (02:57 +0000)
committerJim Fulton <jim@zope.com>
Mon, 9 Feb 2004 02:57:18 +0000 (02:57 +0000)
commit95e4f23b098a5b9bf247ac751e186f61d30afe6d
treecbaa71416d487b5b37806f74fb10aee292780ecd
parente24a30b80e3f83c0a37e99102496c27554da80d3
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