Comment 2 for bug 804832

Revision history for this message
Tres Seaver (tseaver) wrote :

The folks on #pypy say that C extensions under PyPy are always going to be super-slow, because the C extension
compatibility layer is never going to be optimizable.

Therefore, i think we can merge the patch as a "forever" fix for PyPy.