Author: Brian Kearns <[email protected]>
Branch:
Changeset: r61435:8b318447d03f
Date: 2013-02-18 21:53 -0500
http://bitbucket.org/pypy/pypy/changeset/8b318447d03f/
Log: always inline this like look_inside_iff did
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/functional.py
--- a/pypy/module/__builtin__/functional.py
+++ b/pypy/module/__builtin__/functional.py
@@ -203,6 +203,7 @@
return min_max_unroll(space, args, implementation_of)
else:
return min_max_normal(space, args, implementation_of)
+min_max._always_inline = True
def max(space, __args__):
"""max(iterable[, key=func]) -> value
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit