Re: [pypy-commit] pypy default: fix test_capi's test_long/test_longlong

2013-01-30 Thread Alex Gaynor
I don't think we want to be mutating w_type on an OperationError, I'm not even sure what it does, since w_value will have a different type from w_type. Alex On Wed, Jan 30, 2013 at 10:41 PM, bdkearns wrote: > Author: Brian Kearns > Branch: > Changeset: r60748:c8febcb60f46 > Date: 2013-01-31 00

[pypy-commit] pypy default: fix test_capi's test_long/test_longlong

2013-01-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60748:c8febcb60f46 Date: 2013-01-31 00:59 -0500 http://bitbucket.org/pypy/pypy/changeset/c8febcb60f46/ Log:fix test_capi's test_long/test_longlong diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py --- a/lib-python/2.7/t