Changes between Initial Version and Version 1 of Ticket #16563, comment 21


Ignore:
Timestamp:
Dec 14, 2011, 8:33:53 PM (12 years ago)
Author:
Luke Plant

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16563, comment 21

    initial v1  
    1919I still get failure if `SimpleLazyObject` is wrapping a builtin, and nothing but removing the `__class__` proxying appears to be able to fix that. But that bug has always been there, and this change doesn't affect it.
    2020
    21 I've confirmed that with this patch you can pickle `request.user`, and on pickling get an object that compares equal to the original, so I'm therefore committing my improved patch.
     21I've confirmed that with this patch you can pickle `request.user`, and on unpickling get an object that compares equal to the original, so I'm therefore committing my improved patch.
Back to Top