Sturla Molden wrote: > Why stop with the standard library? Why not implement the whole CPython > interpreter in Cython? That would be tricky, because the code that Cython generates depends on large chunks of CPython as an infrastructure. -- Greg