pickling problem
Brian Blais
bblais at bryant.edu
Thu Jun 7 10:03:05 EDT 2007
More information about the Python-list mailing list
Thu Jun 7 10:03:05 EDT 2007
- Previous message (by thread): Lack of += and -= operators in Pyrex?
- Next message (by thread): pickling problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have a somewhat nested dict that I want to pickle, but it (sometimes) contains some
no-no's (specifically, in this case, functions). I know I can't pickle them, but I
would like to be able to pickle the rest of the dict. Is there a good way to be able
to walk through a dict, and take out all of the non-pickleable objects? I could
replace them with something else (a tag of some sort, for me to reconstruct things
later).
thanks,
Brian Blais
--
-----------------
bblais at bryant.edu
http://web.bryant.edu/~bblais
- Previous message (by thread): Lack of += and -= operators in Pyrex?
- Next message (by thread): pickling problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list