[pypy-commit] pypy py3.5: hg merge default

2017-05-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r91162:7e5247599a57 Date: 2017-05-02 00:48 +0200 http://bitbucket.org/pypy/pypy/changeset/7e5247599a57/ Log:hg merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.py ++

[pypy-commit] pypy default: Backport _pypy_winbase_build.py from the 3.5 branch, to reduce merge conflicts.

2017-05-01 Thread [email protected]
Author: [email protected] Branch: Changeset: r91161:aa98455c75dc Date: 2017-05-01 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/aa98455c75dc/ Log:Backport _pypy_winbase_build.py from the 3.5 branch, to reduce merge conflicts. diff --git a/lib_pypy/_pypy_winbase_build.py b/li

[pypy-commit] pypy default: Expose win32's SetErrorMode, which is mandatory for the 3.5 test suite.

2017-05-01 Thread [email protected]
Author: [email protected] Branch: Changeset: r91160:e69e22840104 Date: 2017-05-01 15:26 -0700 http://bitbucket.org/pypy/pypy/changeset/e69e22840104/ Log:Expose win32's SetErrorMode, which is mandatory for the 3.5 test suite. diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_

[pypy-commit] pypy default: Issue #1213: in ctypes, complain instead of silently ignoring _swappedbytes_

2017-05-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r91159:fa2b7ecca667 Date: 2017-05-01 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/fa2b7ecca667/ Log:Issue #1213: in ctypes, complain instead of silently ignoring _swappedbytes_ diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctype