[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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to