Optimize flag question

Raymond Hettinger python at rcn.com
Sat Feb 25 15:45:44 EST 2006


[Olivier Langlois]
> > So my question is: what are the 'optimizations' that the Python
> > interpreter is doing when you specify the optimize flag and is there
> > anything I should be cautious about when using it?

Currently, -O provides no optimizations other than eliminating
assertions.


Raymond




More information about the Python-list mailing list