aboutsummaryrefslogtreecommitdiff
blob: 58acec316272e36092df7874ef80efe35c1984c7 (plain)
1
2
3
4
5
6
7
8
9
10
this directory contains PyPy's builtin module implementation
that require access to interpreter level.  See here
for more information: 

    http://doc.pypy.org/en/latest/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).