#17792 closed Bug (wontfix)
pickled object's __setstate__() ignores exceptions — at Version 1
| Reported by: | 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 )
I find it odd that any exceptions (TypeError too) raised in a pickled object's __setstate__() are ignored.
Change History (1)
comment:1 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I fail to see how this is a bug in Django.
pickle,__setstate__andTypeErrorare pure Python concepts.Please provide more information if you were actually describing a bug in Django.