Am 03.06.2011 08:28 schrieb Claudiu Popa:
Hello guys, While working at a dispatcher using multiprocessing.connection.Listener module I've stumbled upon some sort of magic trick that amazed me. How is this possible and what does multiprocessing library doing in background for this to work?
As Chris already said, it probably uses pickle. Doing so, you should be aware that unpickling strings can execute arbitrary code. So be very careful if you use something like that...
Thomas -- http://mail.python.org/mailman/listinfo/python-list