>-O     : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)
>-OO    : remove doc-strings in addition to the -O optimizations
>...
>
>if you want to use these from your C code, setting the global Py_OptimizeFlag
>to 1 (-O) or 2 (-OO) should work.

Yes that is what I wanted to do. Thank you very much.

Stephen
-- 
Stephen Kellett
Object Media Limited
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to