beremiz
Clone
Summary
Browse
Changes
Graph
Adding Lock around C code called by Debug thread
2009-05-30, greg
c68fc75ebb06
Adding Lock around C code called by Debug thread
import time,sys
def myprintfunc(arg):
print arg
sys.stdout.flush()
return arg