[pypy-commit] pypy fastjson: enable _fastjson by default

antocuni noreply at buildbot.pypy.org
Tue Jun 4 17:42:05 CEST 2013


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: fastjson
Changeset: r64775:7cc8032c9144
Date: 2013-06-04 17:41 +0200
http://bitbucket.org/pypy/pypy/changeset/7cc8032c9144/

Log:	enable _fastjson by default

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -35,7 +35,7 @@
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "binascii", "_multiprocessing", '_warnings',
      "_collections", "_multibytecodec", "micronumpy", "_ffi",
-     "_continuation", "_cffi_backend", "_csv", "cppyy"]
+     "_continuation", "_cffi_backend", "_csv", "cppyy", "_fastjson"]
 ))
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list