quick win32 pipe and objects question

dsavitsk dsavitsk at e-coli.net
Thu Mar 21 16:12:23 EST 2002


when writing and reading from a pipe, is it okay to do something like ...

>>> t = (0, 1, 2, 3)
>>> r = win32pipe.CallNamedPipe(pipename, t, 512, 0)

of should i pickle t first?

-d





More information about the Python-list mailing list