Opened 12 years ago

Last modified 8 years ago

#17792 closed Bug

pickled object's __setstate__() ignores exceptions — at Initial Version

Reported by: rpq__@… Owned by: nobody
Component: contrib.sessions Version: 1.3
Severity: Normal Keywords: session pickle
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I find it odd that any exceptions (TypeError too) raised in a pickled object's setstate() are ignored.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top