Opened 12 years ago

Closed 12 years ago

Last modified 8 years ago

#17792 closed Bug (wontfix)

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

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 (last modified by Aymeric Augustin)

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

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

I fail to see how this is a bug in Django. pickle, __setstate__ and TypeError are pure Python concepts.

Please provide more information if you were actually describing a bug in Django.

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