[pypy-commit] pypy default: Issue #2623

2017-08-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r92085:2d3c081aa72d Date: 2017-08-05 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/2d3c081aa72d/ Log:Issue #2623 Tweak the signals logic to avoid the possibly-harmful optimization of pypysig_occurred. diff --git a/rpython/transla

[pypy-commit] pypy cppyy-packaging: (re-)enable some more tests and add a collect cycle for consistency

2017-08-04 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92084:5f12167c0f08 Date: 2017-08-04 21:10 -0700 http://bitbucket.org/pypy/pypy/changeset/5f12167c0f08/ Log:(re-)enable some more tests and add a collect cycle for consistency diff --git a/pypy/module/_cppyy/test/test_pythonify.py b/p

[pypy-commit] pypy cppyy-packaging: raise LookupError when failing the dispatch lookup (consistency with CPyCppyy)

2017-08-04 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92083:17bcb20012f1 Date: 2017-08-04 20:52 -0700 http://bitbucket.org/pypy/pypy/changeset/17bcb20012f1/ Log:raise LookupError when failing the dispatch lookup (consistency with CPyCppyy) diff --git a/pypy/module/_cppyy/interp_c

[pypy-commit] pypy cpyext-leakchecking: Remove useless 'reference warm-up'

2017-08-04 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r92081:c65274990272 Date: 2017-08-03 21:01 +0100 http://bitbucket.org/pypy/pypy/changeset/c65274990272/ Log:Remove useless 'reference warm-up' diff --git a/pypy/module/cpyext/test/test_api.py b/pypy/module/cpyext/test/test_api.py ---

[pypy-commit] pypy cpyext-leakchecking: Remove temporary changes and disable leakfinder checks, so that the tests pass

2017-08-04 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r92082:d66ca989779b Date: 2017-08-05 04:27 +0100 http://bitbucket.org/pypy/pypy/changeset/d66ca989779b/ Log:Remove temporary changes and disable leakfinder checks, so that the tests pass diff --git a/pypy/module/cpyext/test/te

[pypy-commit] pypy cppyy-packaging: add 'cppyy.gbl.namespace' to sys.modules, instead of '_cppyy.gbl.namespace' (to move to frontend, later)

2017-08-04 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92079:65f1498d698a Date: 2017-08-04 15:19 -0700 http://bitbucket.org/pypy/pypy/changeset/65f1498d698a/ Log:add 'cppyy.gbl.namespace' to sys.modules, instead of '_cppyy.gbl.namespace' (to move to frontend, later) diff --git a/p

[pypy-commit] pypy cppyy-packaging: merge default into branch

2017-08-04 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92080:3a13ca0c3f09 Date: 2017-08-04 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/3a13ca0c3f09/ Log:merge default into branch diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ RUNINTERP = $(PYPY_

[pypy-commit] pypy cppyy-packaging: remove (now unnecessary) explicit instantiations

2017-08-04 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92078:1b6feb53dfb7 Date: 2017-08-04 09:58 -0700 http://bitbucket.org/pypy/pypy/changeset/1b6feb53dfb7/ Log:remove (now unnecessary) explicit instantiations diff --git a/pypy/module/_cppyy/test/stltypes.cxx b/pypy/module/_cppyy/test/s

[pypy-commit] pypy default: merge

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92077:8c68d973f65b Date: 2017-08-04 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/8c68d973f65b/ Log:merge diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ RUNINTERP = $(PYPY_EXECUTABLE) endif -.PHONY:

[pypy-commit] pypy getarrayitem-into-bridges: close to-be-merged branch

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: getarrayitem-into-bridges Changeset: r92075:251f979f4bcc Date: 2017-08-04 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/251f979f4bcc/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@

[pypy-commit] pypy default: merge getarrayitem-into-bridges:

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92076:43ff4a9015e3 Date: 2017-08-04 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/43ff4a9015e3/ Log:merge getarrayitem-into-bridges: improvement on what information is retained into a bridge: in particular, knowledge abo

[pypy-commit] pypy py3.5: merge

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r92074:28233e67ad80 Date: 2017-08-04 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/28233e67ad80/ Log:merge diff --git a/lib-python/3/stat.py b/lib-python/3/stat.py --- a/lib-python/3/stat.py +++ b/lib-python/3/stat.py @@ -139,13 +13

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

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r92073:5d4625159d48 Date: 2017-08-04 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/5d4625159d48/ Log:merge default diff too long, truncating to 2000 out of 2201 lines diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Fix missing type definitions for custom payload

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2150:3394aed50b06 Date: 2017-07-14 20:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/3394aed50b06/ Log:Fix missing type definitions for custom payload diff --git a/c8/stm/timing.h b/c8/stm/timing.h --- a/c8/stm/timi

[pypy-commit] pypy cpyext-debug-type_dealloc: add debug hacks to find gc referrers in leak test

2017-08-04 Thread mattip
Author: Matti Picus Branch: cpyext-debug-type_dealloc Changeset: r92071:c5b852756f17 Date: 2017-08-04 13:38 +0300 http://bitbucket.org/pypy/pypy/changeset/c5b852756f17/ Log:add debug hacks to find gc referrers in leak test diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cp

[pypy-commit] pypy cpyext-debug-type_dealloc: maybe holding references from the SLOTS dictionary? it seems not ...

2017-08-04 Thread mattip
Author: Matti Picus Branch: cpyext-debug-type_dealloc Changeset: r92072:7bd0d7e8d934 Date: 2017-08-04 13:39 +0300 http://bitbucket.org/pypy/pypy/changeset/7bd0d7e8d934/ Log:maybe holding references from the SLOTS dictionary? it seems not ... diff --git a/pypy/module/cpyext/object.py b/pypy/m

[pypy-commit] pypy default: fix error message to not contain the internal name 'bigint'

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92070:76adf2cfc536 Date: 2017-08-04 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/76adf2cfc536/ Log:fix error message to not contain the internal name 'bigint' diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_a

[pypy-commit] extradoc extradoc: some reviews

2017-08-04 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5825:103974b87e0f Date: 2017-08-04 11:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/103974b87e0f/ Log:some reviews diff --git a/blog/draft/remove-gil.rst b/blog/draft/remove-gil.rst --- a/blog/draft/remove-gil.rst +++ b/blog/draft/rem

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Update trx length on commit and abort only

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2148:114803b15227 Date: 2017-07-10 16:55 +0200 http://bitbucket.org/pypy/stmgc/changeset/114803b15227/ Log:Update trx length on commit and abort only diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Update transaction lengths with learnings from TCP style

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2147:cac4878ee56a Date: 2017-08-04 11:48 +0200 http://bitbucket.org/pypy/stmgc/changeset/cac4878ee56a/ Log:Update transaction lengths with learnings from TCP style diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Move transaction length update on abort

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2149:aa5b73c18b88 Date: 2017-07-14 12:49 +0200 http://bitbucket.org/pypy/stmgc/changeset/aa5b73c18b88/ Log:Move transaction length update on abort diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Merge instrumentation updates

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2146:bcf327fad4ce Date: 2017-08-04 11:42 +0200 http://bitbucket.org/pypy/stmgc/changeset/bcf327fad4ce/ Log:Merge instrumentation updates diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Merge commit signalling

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2145:6cc14f08abf7 Date: 2017-08-04 11:35 +0200 http://bitbucket.org/pypy/stmgc/changeset/6cc14f08abf7/ Log:Merge commit signalling diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -3

[pypy-commit] stmgc c8-tcp-style-trx-length: Backed out changeset cdbb6dade13a

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2143:7ffcfbd0993a Date: 2017-08-03 12:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/7ffcfbd0993a/ Log:Backed out changeset cdbb6dade13a diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b/c8/stm/n

[pypy-commit] stmgc c8-tcp-style-trx-length: Change default transaction length to ~40 KB

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2142:cdbb6dade13a Date: 2017-08-02 17:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/cdbb6dade13a/ Log:Change default transaction length to ~40 KB diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++

[pypy-commit] stmgc c8-tcp-style-trx-length: Increase min trx len to ~400KB

2017-08-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2144:2d68598c75fd Date: 2017-08-03 12:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/2d68598c75fd/ Log:Increase min trx len to ~400KB diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b/c8/stm/nurs

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Fixed x86 32bit translation error and the multiprocessing_forkserver

2017-08-04 Thread Dodan
Author: Dodan Mihai Branch: py3.5-sendmsg-recvmsg Changeset: r92069:318fcd21d1de Date: 2017-08-04 12:27 +0300 http://bitbucket.org/pypy/pypy/changeset/318fcd21d1de/ Log:Fixed x86 32bit translation error and the multiprocessing_forkserver diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rs

[pypy-commit] extradoc extradoc: work on the blog post

2017-08-04 Thread fijal
Author: fijal Branch: extradoc Changeset: r5824:155c9cbc30c7 Date: 2017-08-04 11:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/155c9cbc30c7/ Log:work on the blog post diff --git a/blog/draft/remove-gil.rst b/blog/draft/remove-gil.rst --- a/blog/draft/remove-gil.rst +++ b/blog/draft/re

[pypy-commit] pypy default: unbreak translation (bad me, no cookie)

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92068:7f9bc66e8749 Date: 2017-08-04 09:01 +0200 http://bitbucket.org/pypy/pypy/changeset/7f9bc66e8749/ Log:unbreak translation (bad me, no cookie) diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/m

[pypy-commit] pypy default: fix fallout from celldict defaultification (this test is anyway much closer now to what we really care about)

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92067:1cf0fac8f2fe Date: 2017-08-04 09:00 +0200 http://bitbucket.org/pypy/pypy/changeset/1cf0fac8f2fe/ Log:fix fallout from celldict defaultification (this test is anyway much closer now to what we really care about) diff --git a/pypy/