Skip to content

Latest commit

 

History

History
 
 

module

this directory contains PyPy's builtin module implementation
that require access to interpreter level.  See here
for more information: 

    http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#modules-in-pypy

ATTENTION: don't put any '.py' files directly into pypy/module 
because you can easily get import mixups on e.g. "import sys" 
then (Python tries relative imports first).