[pypy-commit] pypy oefmt: fix

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84125:f3c78c2276bd Date: 2016-05-02 00:39 -0700 http://bitbucket.org/pypy/pypy/changeset/f3c78c2276bd/ Log:fix diff --git a/pypy/module/cpyext/pystrtod.py b/pypy/module/cpyext/pystrtod.py --- a/pypy/module/cpyext/pystrtod.py +++ b/pypy/module/c

[pypy-commit] pypy oefmt: fix

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84123:c665430f23c3 Date: 2016-05-01 23:54 -0700 http://bitbucket.org/pypy/pypy/changeset/c665430f23c3/ Log:fix diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/module/cpyext/methodobject.py +++ b/

[pypy-commit] pypy oefmt: fix test, this is lazy now

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84118:2faccce3d0dd Date: 2016-05-01 22:09 -0700 http://bitbucket.org/pypy/pypy/changeset/2faccce3d0dd/ Log:fix test, this is lazy now diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py --- a/pypy/inter