It totally depends on the option you want. For -u, the best thing to
do is to call setbuf(stdout, NULL) -- BEFORE doing any output in the
surrounging program. For -v, I'd set the "verbose" flag. And so on.
In general, just look in pythonmain() to see what the flags do...
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>