For those who don't know what a meta-circular appraiser is, this is an interpreter that is written in a language that needs to be interpreted. For example: a Lisp interpreter written in Lisp, or, in our case, a Python interpreter written in Python. For more information, read this chapter from SICP .
As JBernardo said , PyPy is one. However, the PyPy Python interpreter is a meta-circular evaluator that is implemented in a statically typed subset of Python called RPython .
You will be pleased to know that from version 1.5 PyPy fully complies with the official Python 2.7 specification. Especially: PyPy almost always surpasses Python in performance tests.
. PyPy docs PyPy extra docs.