[pypy-commit] pypy stm-gc: Fix for merge

arigo noreply at buildbot.pypy.org
Sun Feb 12 18:03:05 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: stm-gc
Changeset: r52390:39fa5ecf8332
Date: 2012-02-12 12:06 +0100
http://bitbucket.org/pypy/pypy/changeset/39fa5ecf8332/

Log:	Fix for merge

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -369,7 +369,6 @@
         config.objspace.std.suggest(optimized_list_getitem=True)
         config.objspace.std.suggest(getattributeshortcut=True)
         config.objspace.std.suggest(newshortcut=True)
-        config.objspace.std.suggest(withidentitydict=True)
         config.objspace.std.suggest(withspecialisedtuple=True)
         config.objspace.std.suggest(withidentitydict=True)
         #if not IS_64_BITS:


More information about the pypy-commit mailing list