]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix from SF patch 565085: copy._reduction doesn't __setstate__.
authorGuido van Rossum <guido@python.org>
Thu, 6 Jun 2002 17:53:03 +0000 (17:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Jun 2002 17:53:03 +0000 (17:53 +0000)
commita48cb8f77dbee2942050e947bd6fa0b37f71690c
tree6e68edfd59ea16af2ee7e34b89f44e289b7e2d8f
parent3e3583c345e35d72a394f751bbee33257880fbd4
Fix from SF patch 565085: copy._reduction doesn't __setstate__.
Straightforward fix.  Will backport to 2.2.  If there's ever a new 2.1
release, this could be backported there too (since it's an issue with
anything that's got both a __reduce__ and a __setstate__).
Lib/test/test_descr.py