Author: Armin Rigo <ar...@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) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit