[pypy-commit] pypy py3.5: oops, unroll this dummy loop

2018-09-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95157:b143f3f8da5d Date: 2018-09-23 13:08 +0200 http://bitbucket.org/pypy/pypy/changeset/b143f3f8da5d/ Log:oops, unroll this dummy loop diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/_

[pypy-commit] pypy py3.5: oops

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93473:b1f2250e284c Date: 2017-12-18 13:47 +0100 http://bitbucket.org/pypy/pypy/changeset/b1f2250e284c/ Log:oops diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +++ b/pypy/

[pypy-commit] pypy py3.5: oops

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92637:093af3bb83a7 Date: 2017-10-07 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/093af3bb83a7/ Log:oops diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/unicodeobject.py +++ b

[pypy-commit] pypy py3.5: Oops, fix win32 build

2017-06-27 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r91657:d0f683da0c05 Date: 2017-06-28 07:59 +0200 http://bitbucket.org/pypy/pypy/changeset/d0f683da0c05/ Log:Oops, fix win32 build diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib

[pypy-commit] pypy py3.5: oops, SetErrorMode is in kernel32.dll

2017-05-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r91174:c170bb968e18 Date: 2017-05-02 23:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c170bb968e18/ Log:oops, SetErrorMode is in kernel32.dll diff --git a/lib_pypy/msvcrt.py b/lib_pypy/msvcrt.py --- a/lib_pypy/msvcrt.py +++ b/lib_pypy

[pypy-commit] pypy py3.5: oops, fix

2017-02-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89910:d08bf476e7fc Date: 2017-02-03 13:02 +0100 http://bitbucket.org/pypy/pypy/changeset/d08bf476e7fc/ Log:oops, fix diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py --- a/pypy/modul

[pypy-commit] pypy py3.5: oops

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89593:bf9d15d22fb6 Date: 2017-01-15 10:52 -0800 http://bitbucket.org/pypy/pypy/changeset/bf9d15d22fb6/ Log:oops diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/interp_bytesio.py +++ b/py