Author: Christian Tismer <[email protected]>
Branch: win64-stage1
Changeset: r49676:87a8294d2a9c
Date: 2011-11-22 20:36 +0100
http://bitbucket.org/pypy/pypy/changeset/87a8294d2a9c/
Log: small merge glitch with big effect
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/history.py
+++ b/pypy/jit/metainterp/history.py
@@ -268,7 +268,6 @@
def __init__(self, value):
if not we_are_translated():
- if isinstance(value, int):
if isinstance(value, (int, long)):
value = int(value) # bool -> int
else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit