Changes between Initial Version and Version 1 of Ticket #17792


Ignore:
Timestamp:
Mar 4, 2012, 3:15:23 AM (12 years ago)
Author:
Aymeric Augustin
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17792

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #17792 – Description

    initial v1  
    1 I find it odd that any exceptions (TypeError too) raised in a pickled object's __setstate__() are ignored.
     1I find it odd that any exceptions (TypeError too) raised in a pickled object's `__setstate__()` are ignored.
Back to Top