Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r66837:14ae990a97a7
Date: 2013-09-07 10:13 -0700
http://bitbucket.org/pypy/pypy/changeset/14ae990a97a7/

Log:    This function is elidable

diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py
--- a/rpython/rlib/rstring.py
+++ b/rpython/rlib/rstring.py
@@ -149,6 +149,7 @@
 
 
 @specialize.argtype(0)
[email protected]
 def replace(input, sub, by, maxsplit=-1):
     if isinstance(input, str):
         assert isinstance(sub, str)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to