| commit | 3e3583c345e35d72a394f751bbee33257880fbd4 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Jun 06 17:41:20 2002 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu Jun 06 17:41:20 2002 +0000 |
| tree | 5e5bd8efdd10176c02679934c54fed96037799bc | |
| parent | 88a20baa77493d2a432f1636d2933001f083f0e8 [diff] |
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__).