[pypy-svn] pypy default: fixed issue, redisable geninterp

fijal commits-noreply at bitbucket.org
Tue Feb 1 15:32:11 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r41524:aa1a6d5a1ef1
Date: 2011-02-01 16:31 +0200
http://bitbucket.org/pypy/pypy/changeset/aa1a6d5a1ef1/

Log:	fixed issue, redisable geninterp

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -166,7 +166,7 @@
                suggests=[("objspace.allworkingmodules", False)]),
 
     BoolOption("geninterp", "specify whether geninterp should be used",
-               default=True),
+               default=False),
 
     BoolOption("logbytecodes",
                "keep track of bytecode usage",


More information about the Pypy-commit mailing list