Developing a network protocol with Python

Paul Rubin http
Wed Dec 14 04:17:48 EST 2005


Laszlo Zsolt Nagy <gandalf at designaproduct.biz> writes:
> I already have my own classes. My objects are in object ownership
> trees, and they are referencing to each other (weakly and
> strongly). These classes have their own streaming methods, and they
> can be pickled safely.

Standard warning: if you're accepting requests from potentially
hostile sources, don't use pickle.



More information about the Python-list mailing list