Skip to content

Commit 54370bd

Browse files
authored
cleanup outdated docs (#742)
1 parent bae7c21 commit 54370bd

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

DEV_NOTES

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,6 @@ ReferenceError: weakly-referenced object no longer exists
7575
>>>
7676

7777

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-
9078
########################################
9179
pickling generators:
9280

0 commit comments

Comments
 (0)