[pypy-commit] pypy issue2464: Found a generic way to solve the __objclass__ problem

2017-01-14 Thread arigo
Author: Armin Rigo Branch: issue2464 Changeset: r89554:2d4f56fdba06 Date: 2017-01-14 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/2d4f56fdba06/ Log:Found a generic way to solve the __objclass__ problem diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/

[pypy-commit] pypy issue2464: try a fix for issue 2464

2017-01-14 Thread arigo
Author: Armin Rigo Branch: issue2464 Changeset: r89553:000177660dd7 Date: 2017-01-14 09:18 +0100 http://bitbucket.org/pypy/pypy/changeset/000177660dd7/ Log:try a fix for issue 2464 ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy default: A WeakSet is not necessary: just copy the list of weakrefs. We don't

2017-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r89555:15abf75346b2 Date: 2017-01-14 10:07 +0100 http://bitbucket.org/pypy/pypy/changeset/15abf75346b2/ Log:A WeakSet is not necessary: just copy the list of weakrefs. We don't need extra logic to remember statements in previous commits, because

[pypy-commit] pypy issue2464: ready to merge

2017-01-14 Thread arigo
Author: Armin Rigo Branch: issue2464 Changeset: r89557:0d931f4a7ea0 Date: 2017-01-14 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/0d931f4a7ea0/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/m

[pypy-commit] pypy default: document branch

2017-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r89559:9971839b05e4 Date: 2017-01-14 14:27 +0100 http://bitbucket.org/pypy/pypy/changeset/9971839b05e4/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy issue2464: fix test

2017-01-14 Thread arigo
Author: Armin Rigo Branch: issue2464 Changeset: r89556:899294ce2166 Date: 2017-01-14 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/899294ce2166/ Log:fix test diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/test/test_ty

[pypy-commit] pypy default: hg merge issue2464

2017-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r89558:c7cd66a19b5e Date: 2017-01-14 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/c7cd66a19b5e/ Log:hg merge issue2464 Give (almost?) all GetSetProperties a valid __objclass__. diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/

[pypy-commit] pypy reverse-debugger: Need to force disabled modules to be false, else they may still be

2017-01-14 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r89561:e90317857d27 Date: 2017-01-14 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/e90317857d27/ Log:Need to force disabled modules to be false, else they may still be enabled by suggestions (and _vmprof is always suggested

[pypy-commit] pypy default: issue 2465: failing test

2017-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r89560:3fa70d621b54 Date: 2017-01-14 15:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3fa70d621b54/ Log:issue 2465: failing test diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/jit/meta

[pypy-commit] pypy rffi-parser-2: fix translation

2017-01-14 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89562:58a2143f6b9d Date: 2017-01-14 16:20 + http://bitbucket.org/pypy/pypy/changeset/58a2143f6b9d/ Log:fix translation diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module

[pypy-commit] pypy default: Hack to "fix" test_issue2465

2017-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r89563:99a37d78d644 Date: 2017-01-14 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/99a37d78d644/ Log:Hack to "fix" test_issue2465 diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpyt

[pypy-commit] pypy reverse-debugger: Added tag RevDB-pypy2.7-v5.6.1 for changeset e90317857d27

2017-01-14 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r89564:98de56f32171 Date: 2017-01-14 17:31 +0100 http://bitbucket.org/pypy/pypy/changeset/98de56f32171/ Log:Added tag RevDB-pypy2.7-v5.6.1 for changeset e90317857d27 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -37,3 +37

[pypy-commit] pypy missing-tp_new: reduce diff in merge, document branch

2017-01-14 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r89566:a7f5d5cc77ae Date: 2017-01-14 20:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a7f5d5cc77ae/ Log:reduce diff in merge, document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew

[pypy-commit] pypy default: behave more like the cpython macros - do no type checking (should move to pure c)

2017-01-14 Thread mattip
Author: Matti Picus Branch: Changeset: r89567:597653e02827 Date: 2017-01-12 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/597653e02827/ Log:behave more like the cpython macros - do no type checking (should move to pure c) diff --git a/pypy/module/cpyext/listobject.py b/pypy/m

[pypy-commit] pypy missing-tp_new: merge default into branch

2017-01-14 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r89565:9c9b7e4614da Date: 2017-01-14 20:24 +0200 http://bitbucket.org/pypy/pypy/changeset/9c9b7e4614da/ Log:merge default into branch diff too long, truncating to 2000 out of 2762 lines diff --git a/lib-python/2.7/sqlite3/test/regression

[pypy-commit] pypy missing-tp_new: fix merge

2017-01-14 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r89568:574e0c5b9dc8 Date: 2017-01-14 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/574e0c5b9dc8/ Log:fix merge diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/

[pypy-commit] pypy missing-tp_new: merge default into branch

2017-01-14 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r89569:a69e2a0fae65 Date: 2017-01-14 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a69e2a0fae65/ Log:merge default into branch diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqli

[pypy-commit] pypy py3.5: cpython issue23099: adapt new exported buf cpython impl details, tighten getbuffer

2017-01-14 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89570:50b7ded1379c Date: 2017-01-14 22:26 -0800 http://bitbucket.org/pypy/pypy/changeset/50b7ded1379c/ Log:cpython issue23099: adapt new exported buf cpython impl details, tighten getbuffer diff --git a/lib-python/3/test/test_memoryio.p