2009/5/9 Martin Aspeli <optilude+li...@gmail.com>:
> We can't go straight to .pyc? Won't GAE execute .pyc files?

Who knows. By the way, can someone confirm if the GAE supports the
``execfile`` built-in? It doesn't seem to provide the ``imp`` module
which we currently use to load and compile template source code.

> Also see the note about the _ast module earlier today.

As far as I'm aware, the ``_ast`` module is the new Python 2.6 one
which merely provides a much improved AST. It won't do compilation.

\malthe
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to