There's an alpha of python2c out there somewhere, but it's not as much of a
boost as you would think. It essentially translates the python byte code to
Python C API calls the same way that the interpreter does so the only thing
you gain is not having to loop though the byte code and dispatchind it in a
switch statement.