[pypy-commit] pypy speedup-unpackiterable: merge default

fijal noreply at buildbot.pypy.org
Fri Jul 13 12:25:41 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: speedup-unpackiterable
Changeset: r56062:d976477ab7b8
Date: 2012-07-13 12:25 +0200
http://bitbucket.org/pypy/pypy/changeset/d976477ab7b8/

Log:	merge default

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -41,6 +41,7 @@
 translation_modules.update(dict.fromkeys(
     ["fcntl", "rctime", "select", "signal", "_rawffi", "zlib",
      "struct", "_md5", "cStringIO", "array", "_ffi",
+     "binascii",
      # the following are needed for pyrepl (and hence for the
      # interactive prompt/pdb)
      "termios", "_minimal_curses",


More information about the pypy-commit mailing list