Nuitka now supports Python 3.2 syntax and compiles the full CPython 3.2 test suite.
http://nuitka.net/posts/nuitka-release-040.html What is Nuitka? Nuitka is an implementation of Python written in C++. At the moment it is claimed to be about 2.5 times as fast as CPython running the pystone benchmark. Future plans including using type inference and whole program analysis to optimize Python code using C++ native types. Unlike PyPy, which is a JIT compiler, Nuitka is intended as a static optimizing compiler. -- Steven -- http://mail.python.org/mailman/listinfo/python-list