Question about compiled bytecode

Skip Montanaro skip at pobox.com
Wed Aug 21 12:08:47 EDT 2002


    nick> I am working on a project that needs to be able to trasfer
    nick> compiled bytecode between interpreters. I can not transfer
    nick> bytecode directly over a socket as Python will barf on this.

Why not?  I transfer binary data over sockets all the time.  Can you post
some barf and the code that generated it?

-- 
Skip Montanaro
skip at pobox.com
consulting: http://manatee.mojam.com/~skip/resume.html




More information about the Python-list mailing list