summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 23:57:42 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 23:59:37 -0400
commit25a055334e5cd9d22777864d2a5c0fd8a88bbcff (patch)
tree3a10293a8328eae8b48771cbb4f1e259b337b152 /Doc
parent7401e648d44f9324a313346f45e86fc5e779a7aa (diff)
downloadpycrypto-25a055334e5cd9d22777864d2a5c0fd8a88bbcff.tar.gz
Don't abuse __builtins__
According to Jean-Paul Calderone at https://bugs.launchpad.net/pycrypto/+bug/785150: `__builtins__` is an implementation detail of CPython. It takes on inconsistent values at various times. The use in `common.py` happens to work on recent version of CPython, but it doesn't work on PyPy. The only thing you should ever do, when you're doing this sort of thing, is "import __builtin__; __builtin__.foo".
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions