We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae7c21 commit 54370bdCopy full SHA for 54370bd
1 file changed
DEV_NOTES
@@ -75,18 +75,6 @@ ReferenceError: weakly-referenced object no longer exists
75
>>>
76
77
78
-
79
-########################################
80
-approach to pickling weakrefs:
81
82
-*) register the weakref types ? (see line ~228 of dill.py)
83
84
-*) use hash to create hard copy of ref object
85
- then upon unpickle, create new weakref
86
87
-*) propose that pickling a weakref will always provide a dead reference
88
- unless the reference object is pickled along with the weakref
89
90
########################################
91
pickling generators:
92
0 commit comments