[pypy-commit] cffi default: msvc support

2018-08-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r3136:ce24777ce311 Date: 2018-08-08 11:28 +0200 http://bitbucket.org/cffi/cffi/changeset/ce24777ce311/ Log:msvc support diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h --- a/c/misc_thread_common.h +++ b/c/misc_thread_common.h @@ -44,11 +44,

[pypy-commit] cffi default: Issue #375

2018-08-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r3137:1dd7bdcf4993 Date: 2018-08-08 11:44 +0200 http://bitbucket.org/cffi/cffi/changeset/1dd7bdcf4993/ Log:Issue #375 Port another test from CPython, which also passes already on win64. diff --git a/testing/cffi0/test_ownlib.py b/testing/cffi0/

[pypy-commit] pypy default: update to cffi/1dd7bdcf4993

2018-08-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r94978:a233de8fbd4b Date: 2018-08-08 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/a233de8fbd4b/ Log:update to cffi/1dd7bdcf4993 diff --git a/lib_pypy/cffi/_cffi_errors.h b/lib_pypy/cffi/_cffi_errors.h --- a/lib_pypy/cffi/_cffi_errors.h +++ b/lib

[pypy-commit] pypy default: update to cffi/1dd7bdcf4993 (really this time)

2018-08-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r94979:1a106114b2a3 Date: 2018-08-08 13:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1a106114b2a3/ Log:update to cffi/1dd7bdcf4993 (really this time) diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_ownlib.py b/pypy/module/test_lib_pyp

[pypy-commit] pypy default: Fix issue with empty string as module attribute.

2018-08-08 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r94980:8c0c734e9e02 Date: 2018-08-08 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8c0c734e9e02/ Log:Fix issue with empty string as module attribute. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/

[pypy-commit] pypy py3.5: Fix thread => _thread

2018-08-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94981:103f347f34e8 Date: 2018-08-09 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/103f347f34e8/ Log:Fix thread => _thread diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_pypy/grp.py @@ -5,8 +5,8 @@ import os