#13370 closed (fixed)
Pickling lazy things if fundamentally broken
Description ¶
Well pickling works, but unpickling doesn't.
Change History (4)
by , 15 years ago
Attachment: | django-i18n-pickling.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13000]) Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. Thanks to Alex Gaynor for the report and patch.