[pypy-commit] pypy fix-strbuf: Add this option in that branch

arigo noreply at buildbot.pypy.org
Sun Jul 26 11:50:21 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: fix-strbuf
Changeset: r78665:d1bf61de76a1
Date: 2015-07-26 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/d1bf61de76a1/

Log:	Add this option in that branch

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


More information about the pypy-commit mailing list