[pypy-commit] pypy globals-quasiimmut: rejigger test_pypy_c tests

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: globals-quasiimmut Changeset: r81753:4588aac79c87 Date: 2016-01-14 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/4588aac79c87/ Log:rejigger test_pypy_c tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py

[pypy-commit] pypy globals-quasiimmut: remove confusing class level default

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: globals-quasiimmut Changeset: r81755:12c73603f24a Date: 2016-01-14 11:12 +0100 http://bitbucket.org/pypy/pypy/changeset/12c73603f24a/ Log:remove confusing class level default diff --git a/pypy/interpreter/pyframe.py

[pypy-commit] cffi default: Expand the error message

2016-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r2580:6e962065ec24 Date: 2016-01-14 10:28 +0100 http://bitbucket.org/cffi/cffi/changeset/6e962065ec24/ Log:Expand the error message diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] cffi static-callback-embedding: details

2016-01-14 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2581:baa217ccf175 Date: 2016-01-14 10:31 +0100 http://bitbucket.org/cffi/cffi/changeset/baa217ccf175/ Log:details diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst --- a/doc/source/embedding.rst

[pypy-commit] pypy globals-quasiimmut: frame.f_globals is not writable

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: globals-quasiimmut Changeset: r81756:6b34788b3303 Date: 2016-01-14 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/6b34788b3303/ Log:frame.f_globals is not writable diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py

[pypy-commit] cffi static-callback-embedding: Add some sections

2016-01-14 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2579:7d0c3632fe95 Date: 2016-01-14 10:13 +0100 http://bitbucket.org/cffi/cffi/changeset/7d0c3632fe95/ Log:Add some sections diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst ---

[pypy-commit] pypy default: Expand the error message

2016-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r81754:e57a3cef398c Date: 2016-01-14 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e57a3cef398c/ Log:Expand the error message diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cffi1_module.py

[pypy-commit] pypy s390x-backend: merged default

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81758:7cc617cb941e Date: 2016-01-14 10:29 +0100 http://bitbucket.org/pypy/pypy/changeset/7cc617cb941e/ Log:merged default diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ # runs.

[pypy-commit] pypy s390x-backend: rewritten the last step of force_allocate_register, it could have taken (odd, even) instead of (even, odd)

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81759:97bc3df81867 Date: 2016-01-14 12:26 +0100 http://bitbucket.org/pypy/pypy/changeset/97bc3df81867/ Log:rewritten the last step of force_allocate_register, it could have taken (odd, even) instead of

[pypy-commit] pypy s390x-backend: still searching for this weird problem. seems to be introduced when switching from a guard to a bridge in a very rare case

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81757:41b2950af11a Date: 2016-01-14 10:29 +0100 http://bitbucket.org/pypy/pypy/changeset/41b2950af11a/ Log:still searching for this weird problem. seems to be introduced when switching from a guard to a

[pypy-commit] extradoc extradoc: fix merge

2016-01-14 Thread fijal
Author: fijal Branch: extradoc Changeset: r5595:4293181cb93f Date: 2016-01-14 12:07 + http://bitbucket.org/pypy/extradoc/changeset/4293181cb93f/ Log:fix merge diff --git a/blog/draft/cffi-embedding.rst b/blog/draft/cffi-embedding.rst --- a/blog/draft/cffi-embedding.rst +++

[pypy-commit] pypy s390x-backend: removed print statements

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81761:e8159a73d818 Date: 2016-01-14 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/e8159a73d818/ Log:removed print statements diff --git a/rpython/jit/backend/test/zll_stress.py

[pypy-commit] pypy default: merge globals-quasiimmut:

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r81764:3c41c2563421 Date: 2016-01-14 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/3c41c2563421/ Log:merge globals-quasiimmut: - make most global lookups take zero operations, even in the preamble and in

[pypy-commit] pypy default: a whatsnew entry

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r81765:7b97ce35aeb2 Date: 2016-01-14 17:49 +0100 http://bitbucket.org/pypy/pypy/changeset/7b97ce35aeb2/ Log:a whatsnew entry diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] cffi static-callback-embedding: tried hard and failed to have the embedding tests run in a debug-mode python

2016-01-14 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2582:ac536db9c3c1 Date: 2016-01-14 17:25 +0100 http://bitbucket.org/cffi/cffi/changeset/ac536db9c3c1/ Log:tried hard and failed to have the embedding tests run in a debug- mode python diff --git

[pypy-commit] pypy llvm-translation-backend: hg merge default

2016-01-14 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r81774:92a85579bb26 Date: 2016-01-15 04:29 +0100 http://bitbucket.org/pypy/pypy/changeset/92a85579bb26/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy exctrans: Create factory function for creating FuncNodes

2016-01-14 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81771:54678c7d1ee3 Date: 2016-01-13 18:57 + http://bitbucket.org/pypy/pypy/changeset/54678c7d1ee3/ Log:Create factory function for creating FuncNodes diff --git a/rpython/translator/c/node.py

[pypy-commit] pypy exctrans: Extract name computation out of FuncNode.__init__

2016-01-14 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81770:ae4115e11c00 Date: 2016-01-13 00:09 + http://bitbucket.org/pypy/pypy/changeset/ae4115e11c00/ Log:Extract name computation out of FuncNode.__init__ diff --git a/rpython/translator/c/node.py

[pypy-commit] pypy exctrans: Do the sandbox transform slightly earlier

2016-01-14 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81773:98af64007405 Date: 2016-01-14 19:20 + http://bitbucket.org/pypy/pypy/changeset/98af64007405/ Log:Do the sandbox transform slightly earlier diff --git a/rpython/translator/c/node.py b/rpython/translator/c/node.py

[pypy-commit] pypy exctrans: Do the sandbox transform by hacking fnobj.__dict__

2016-01-14 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81772:352ff7c8975d Date: 2016-01-13 19:46 + http://bitbucket.org/pypy/pypy/changeset/352ff7c8975d/ Log:Do the sandbox transform by hacking fnobj.__dict__ diff --git a/rpython/translator/c/node.py

[pypy-commit] pypy s390x-backend: not every call needs to reload the pool register, but call_assembler must perform a reload

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81766:30a2326ae1aa Date: 2016-01-14 19:42 +0100 http://bitbucket.org/pypy/pypy/changeset/30a2326ae1aa/ Log:not every call needs to reload the pool register, but call_assembler must perform a reload diff

[pypy-commit] pypy typed-cells: merge default

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: typed-cells Changeset: r81776:07be65d4b6c9 Date: 2016-01-15 08:32 +0100 http://bitbucket.org/pypy/pypy/changeset/07be65d4b6c9/ Log:merge default diff too long, truncating to 2000 out of 130117 lines diff --git a/.gitignore b/.gitignore ---

[pypy-commit] pypy s390x-backend: removed debugging lines scattered along several places outside of the zarch backend dir

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81767:6e2a46f9f524 Date: 2016-01-14 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/6e2a46f9f524/ Log:removed debugging lines scattered along several places outside of the zarch backend dir diff

[pypy-commit] pypy s390x-backend: translation issue in guard_subclass, fixed autoencoding tests (had too generic argtype annotations)

2016-01-14 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81762:b3a326be8820 Date: 2016-01-14 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b3a326be8820/ Log:translation issue in guard_subclass, fixed autoencoding tests (had too generic argtype

[pypy-commit] pypy globals-quasiimmut: close to-be-merged branch

2016-01-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: globals-quasiimmut Changeset: r81763:9b15516b463a Date: 2016-01-14 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/9b15516b463a/ Log:close to-be-merged branch ___ pypy-commit mailing list

[pypy-commit] pypy repeatlist_strategy: merge default

2016-01-14 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81768:5de7752a044a Date: 2016-01-14 22:19 +0100 http://bitbucket.org/pypy/pypy/changeset/5de7752a044a/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy repeatlist_strategy: backout e2d983c38082, it was wrong, the failure comes from repeatlist strategy

2016-01-14 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81769:23581fb2f3d5 Date: 2016-01-14 22:45 +0100 http://bitbucket.org/pypy/pypy/changeset/23581fb2f3d5/ Log:backout e2d983c38082, it was wrong, the failure comes from repeatlist strategy diff

[pypy-commit] cffi static-callback-embedding: Bah

2016-01-14 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2583:1c5c52f0ee90 Date: 2016-01-14 23:10 +0100 http://bitbucket.org/cffi/cffi/changeset/1c5c52f0ee90/ Log:Bah diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embedding.h