tests/python/runtime.py
author greg
Mon, 18 May 2009 07:58:41 +0200
changeset 345 a3520d75a722
parent 291 701c0601db02
permissions -rw-r--r--
get the WaitPythonCommands return (semaphore error code) to quit python_iterator loop when semaphore is destroyed
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg