On Tue, Dec 2, 2008 at 10:31 AM, Matt Craighead < [EMAIL PROTECTED]> wrote:
> > Yes, I'm aware that pyc files can be decompiled -- but this does at least > strip comments from the code, slightly speed up loading, and a few other > minor things. > If you/anyone didn't already know, mod_wsgi can compile .py -> .pyc/.pyo files at runtime, via the WSGIPythonOptimize directive: http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPythonOptimize Rob :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
