This may be a dumb question, but are there any practical advantages of compiling a python application to *.pyo, or *.pyc? I haven't noticed any difference in the performance of text *.py or a bytecompiled file. -- http://mail.python.org/mailman/listinfo/python-list
- Re: Compiled bytecode LutherRevisited
- Re: Compiled bytecode JZ
- Re: Compiled bytecode "Martin v. Löwis"
- Re: Compiled bytecode Peter Hansen
- Re: Compiled bytecode Rocco Moretti
- Re: Compiled bytecode Peter Hansen