How to marshal a function?
François Pinard
pinard at iro.umontreal.ca
Thu Nov 15 08:00:06 EST 2001
More information about the Python-list mailing list
Thu Nov 15 08:00:06 EST 2001
- Previous message (by thread): How to marshal a function?
- Next message (by thread): How to marshal a function?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Michael Hudson] > pinard at iro.umontreal.ca (François Pinard) writes: > > Earlier today, I wondered how to marshal a function, in view of > > transmitting it to a remote machine and executing it there. > Well, the bytecode has changed between every released version of > Python, AFAIK. Certainly 1.5.2->2.0, 2.0->2.1 and 2.1->2.2, and not > usually backward compatibly. > So you can forget that idea. Simple enough! Thanks! :-) -- François Pinard http://www.iro.umontreal.ca/~pinard
- Previous message (by thread): How to marshal a function?
- Next message (by thread): How to marshal a function?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list