[pypy-commit] pypy cpyext-tls-operror: Use more specific exception for the test

2018-05-06 Thread pv
Author: Pauli Virtanen Branch: cpyext-tls-operror Changeset: r94473:e33ecbb4d6bd Date: 2018-03-20 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/e33ecbb4d6bd/ Log:Use more specific exception for the test diff --git a/pypy/module/cpyext/test/test_pyerrors.py b/pypy/module/cpyext/test/t

[pypy-commit] pypy py3.5-user-site-impl: Add test for user-site dir

2018-05-06 Thread pv
Author: Pauli Virtanen Branch: py3.5-user-site-impl Changeset: r94475:041d69a3aea1 Date: 2018-05-06 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/041d69a3aea1/ Log:Add test for user-site dir diff --git a/lib-python/3/test/test_sysconfig_pypy.py b/lib-python/3/test/test_sysconfig_pypy

[pypy-commit] pypy cpyext-tls-operror: cpyext: store error state thread-locally in executioncontext

2018-05-06 Thread pv
Author: Pauli Virtanen Branch: cpyext-tls-operror Changeset: r94471:925ca6fe70e4 Date: 2018-03-11 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/925ca6fe70e4/ Log:cpyext: store error state thread-locally in executioncontext diff --git a/pypy/module/cpyext/frameobject.py b/pypy/module/

[pypy-commit] pypy cpyext-tls-operror: cpyext: add a test for error state race condition

2018-05-06 Thread pv
Author: Pauli Virtanen Branch: cpyext-tls-operror Changeset: r94472:db2b75a607e4 Date: 2018-03-20 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/db2b75a607e4/ Log:cpyext: add a test for error state race condition diff --git a/pypy/module/cpyext/test/test_pyerrors.py b/pypy/module/cpye

[pypy-commit] pypy py3.5-user-site-impl: Use implementation-specific site directories in sysconfig.

2018-05-06 Thread pv
Author: Pauli Virtanen Branch: py3.5-user-site-impl Changeset: r94474:5ca68e43950b Date: 2018-04-08 21:01 +0200 http://bitbucket.org/pypy/pypy/changeset/5ca68e43950b/ Log:Use implementation-specific site directories in sysconfig. This is a forward port of fbb5b4cefb37ea859eccd0f71510

[pypy-commit] pypy crypt_h: Include crypt.h for crypt() on Linux

2018-05-06 Thread pv
Author: Pauli Virtanen Branch: crypt_h Changeset: r94493:32f93d4eabfa Date: 2018-05-06 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/32f93d4eabfa/ Log:Include crypt.h for crypt() on Linux diff --git a/pypy/module/crypt/interp_crypt.py b/pypy/module/crypt/interp_crypt.py --- a/pypy/mo