Gregory P. Smith wrote: > Or update your Python 2 code to save its data in a proper well defined > language agnostic portable data format instead of a pickle. Pickles are > definitely a problem. My own advice is to never use them for anything you > don't mind throwing away (ie: simple caches). > Such as?