[pypy-commit] pypy default: Add missing check for the extended short preamble builder

2017-01-19 Thread sbauman
Author: Spenser Bauman Branch: Changeset: r89676:bd7b1902c4df Date: 2017-01-19 19:59 -0500 http://bitbucket.org/pypy/pypy/changeset/bd7b1902c4df/ Log:Add missing check for the extended short preamble builder diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/met

[pypy-commit] pypy default: Merge with default

2017-01-19 Thread sbauman
Author: Spenser Bauman Branch: Changeset: r89677:6a4e761daeb3 Date: 2017-01-19 20:38 -0500 http://bitbucket.org/pypy/pypy/changeset/6a4e761daeb3/ Log:Merge with default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_collection

[pypy-commit] pypy default: Typedef Py_ssize_t to long as it's (hopefully, maybe?) the right size on all supported platforms

2017-01-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89675:e83a89914c1b Date: 2017-01-20 00:31 + http://bitbucket.org/pypy/pypy/changeset/e83a89914c1b/ Log:Typedef Py_ssize_t to long as it's (hopefully, maybe?) the right size on all supported platforms diff --git a/pypy/module/cpyext/include/

[pypy-commit] pypy default: document the thread-safely issue of _collections.py

2017-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r89674:0ef49555300c Date: 2017-01-19 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0ef49555300c/ Log:document the thread-safely issue of _collections.py diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.

[pypy-commit] pypy default: fix commit a0105e0d00db, which was just wrong. In the upstream numpy, NUMPY_IMPORT_ARRAY_RETVAL is returned only in case of error, which never happens on pypy. As it was wr

2017-01-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r89673:cccff8a7d738 Date: 2017-01-19 15:41 + http://bitbucket.org/pypy/pypy/changeset/cccff8a7d738/ Log:fix commit a0105e0d00db, which was just wrong. In the upstream numpy, NUMPY_IMPORT_ARRAY_RETVAL is returned only in case of error,

[pypy-commit] pypy default: Fix, notably for Pillow's setup.py which calls find_library_file() to

2017-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r89672:66ef3eb6a91e Date: 2017-01-19 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/66ef3eb6a91e/ Log:Fix, notably for Pillow's setup.py which calls find_library_file() to locate the system's lib files diff --git a/lib-python/2.7/distutils

[pypy-commit] pypy nogil-unsafe: in-progress

2017-01-19 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe Changeset: r89671:8ecb513bacb4 Date: 2017-01-19 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/8ecb513bacb4/ Log:in-progress diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.py +

[pypy-commit] pypy default: Rename this file to start with "z", as it is very slow to run

2017-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r89670:b1c862cb933e Date: 2017-01-19 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/b1c862cb933e/ Log:Rename this file to start with "z", as it is very slow to run diff --git a/rpython/jit/metainterp/test/test_vector.py b/rpython/jit/metainterp/t

[pypy-commit] pypy default: issue2470

2017-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r89669:5390a8769eb3 Date: 2017-01-19 09:50 +0100 http://bitbucket.org/pypy/pypy/changeset/5390a8769eb3/ Log:issue2470 Remove FrontendTagOverflow and raise directly SwitchToBlackhole (there are a few obscure paths where the convertion wou