Changes between Initial Version and Version 1 of Ticket #16563, comment 21
- Timestamp:
- Dec 14, 2011, 8:33:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16563, comment 21
initial v1 19 19 I 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. 20 20 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.21 I'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.