pickle and weakref
Nagy László
nagylzs at freemail.hu
Fri Jan 10 09:04:14 EST 2003
More information about the Python-list mailing list
Fri Jan 10 09:04:14 EST 2003
- Previous message (by thread): GUI speed
- Next message (by thread): pickle and weakref
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> print a.c # None > print a.ref_b # <weakref at 0x???? to 'instance' at 0x????>, > references to pickled instances should be unpickled gracefully > print a.ref_c # <weakref at ????; dead>, references to other (not > pickled) instances should be unpickled as a dead reference > Sorry, "print a.c" was a mistake. Laci 1.0
- Previous message (by thread): GUI speed
- Next message (by thread): pickle and weakref
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list