[pypy-svn] r35304 - pypy/dist/pypy/interpreter
cfbolz at codespeak.net
cfbolz at codespeak.net
Tue Dec 5 16:22:12 CET 2006
Author: cfbolz
Date: Tue Dec 5 16:22:09 2006
New Revision: 35304
Modified:
pypy/dist/pypy/interpreter/baseobjspace.py
Log:
who would have guessed: this small change makes the testmodule behave in very
funny ways!
Modified: pypy/dist/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/dist/pypy/interpreter/baseobjspace.py (original)
+++ pypy/dist/pypy/interpreter/baseobjspace.py Tue Dec 5 16:22:09 2006
@@ -171,7 +171,7 @@
# sets all the internal descriptors
if config is None:
from pypy.config.pypyoption import get_pypy_config
- config = get_pypy_config(translating=True)
+ config = get_pypy_config(translating=False)
self.config = config
self.interned_strings = {}
self.pending_actions = []
More information about the pypy-svn
mailing list