[pypy-commit] pypy py3.6: merge py3.5

2018-06-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r94739:a2790e033e07 Date: 2018-06-08 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a2790e033e07/ Log:merge py3.5 diff too long, truncating to 2000 out of 9430 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy default: Issue #2840

2018-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r94740:937d78fe0a37 Date: 2018-06-09 06:38 +0200 http://bitbucket.org/pypy/pypy/changeset/937d78fe0a37/ Log:Issue #2840 Fix multithreading issues in calls to setenv() diff --git a/rpython/rlib/rposix_environ.py b/rpython/rlib/rposix_environ.py

[pypy-commit] pypy cppyy-packaging: further support for templated methods and for sfinae

2018-06-08 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94742:c68cd6b1c308 Date: 2018-06-08 22:26 -0700 http://bitbucket.org/pypy/pypy/changeset/c68cd6b1c308/ Log:further support for templated methods and for sfinae diff --git a/pypy/module/_cppyy/capi/loadable_capi.py

[pypy-commit] pypy cppyy-packaging: method template improvements

2018-06-08 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94741:068d5604f6e9 Date: 2018-06-07 22:35 -0700 http://bitbucket.org/pypy/pypy/changeset/068d5604f6e9/ Log:method template improvements diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py ---