Ticket #3 (new enhancement)
dill fails on weakrefs
Reported by: | mmckerns | Owned by: | mmckerns |
---|---|---|---|
Priority: | major | Milestone: | pathos-0.5a |
Component: | dill | Keywords: | |
Cc: |
Description (last modified by mmckerns) (diff)
Dill can't handle weakref objects. These should be added.
For example, matplotlib needs types from the weakref module (import weakref) --> fails on matplotlib's Line2D object
Change History
Note: See
TracTickets for help on using
tickets.