[pypy-commit] pypy py3k: fix default's latest merge
pjenvey
noreply at buildbot.pypy.org
Tue Mar 20 02:24:31 CET 2012
Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r53828:f3948fdac195
Date: 2012-03-19 18:23 -0700
http://bitbucket.org/pypy/pypy/changeset/f3948fdac195/
Log: fix default's latest merge
diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micronumpy/interp_dtype.py
+++ b/pypy/module/micronumpy/interp_dtype.py
@@ -394,7 +394,7 @@
name='int64',
char='q',
w_box_type = space.gettypefor(interp_boxes.W_LongLongBox),
- alternate_constructors=[space.w_long],
+ alternate_constructors=[space.w_int],
)
self.w_ulonglongdtype = W_Dtype(
types.UInt64(),
More information about the pypy-commit
mailing list