This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jemfinch
Recipients
Date 2003-11-04.06:58:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I just spent quite some time searching for
documentation on the interface for __reduce__.  Turns
out, it's in the library documentation, 3.14.5.2, under
the heading "Pickling and unpickling extension types."

Perhaps that heading can be changed to more clearly
indicate that "__reduce__ is documented here!"  At
least, when I'm writing new-style classes (which the
pickle/copy machinery doesn't accept anything but a
copy_reg registration or __reduce__ or __reduce_ex__) I
don't generally consider my work to be an "extension
class" and thus hadn't ever looked under that heading.
History
Date User Action Args
2008-01-20 09:59:28adminlinkissue835521 messages
2008-01-20 09:59:28admincreate