Congratulations! Looking forward to the day PyPy becomes the reference implementation.
I hope that that never happens. CPython is still pretty readable, and reference implementations should be simple and easy to learn from. Actually, I'd like it if somebody hacked up a very very simple and naive Python interpreter and nominated that for the reference implementation instead.
I have not read large amounts of it, but the interpreter is written in RPython. Surely it's easier to read than the CPython source?