[pypy-commit] pypy cpyext-gc-cycle: Added more tests for "modern" rawrefcount finalizers

2019-02-22 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r96125:a3d95a9939f4 Date: 2019-02-22 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/a3d95a9939f4/ Log:Added more tests for "modern" rawrefcount finalizers diff --git a/rpython/memory/gc/test/dot/free_finalizer_nocycle.dot b/rpyth

[pypy-commit] cffi default: Issue #402

2019-02-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r3228:b8f5fc1c699b Date: 2019-02-22 12:21 +0100 http://bitbucket.org/cffi/cffi/changeset/b8f5fc1c699b/ Log:Issue #402 More rewording diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -146,

[pypy-commit] cffi default: typo

2019-02-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r3229:28096df0c342 Date: 2019-02-22 12:26 +0100 http://bitbucket.org/cffi/cffi/changeset/28096df0c342/ Log:typo diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -177,7 +177,7 @@ in addition to su

[pypy-commit] pypy py3.6: define a compile arg, not a macro (arigato)

2019-02-22 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96126:323ddcb8a8c4 Date: 2019-02-22 14:44 +0200 http://bitbucket.org/pypy/pypy/changeset/323ddcb8a8c4/ Log:define a compile arg, not a macro (arigato) diff --git a/lib_pypy/_blake2/_blake2_build.py b/lib_pypy/_blake2/_blake2_build.py --- a/lib_p

[pypy-commit] pypy py3.6: kill dead global

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96127:18e9ae494869 Date: 2019-02-21 21:55 +0100 http://bitbucket.org/pypy/pypy/changeset/18e9ae494869/ Log:kill dead global diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +

[pypy-commit] pypy py3.6: pypy's recursion limit is not precise

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96128:aebd4e263fc5 Date: 2019-02-22 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/aebd4e263fc5/ Log:pypy's recursion limit is not precise diff --git a/lib-python/3/test/test_traceback.py b/lib-python/3/test/test_traceback.

[pypy-commit] pypy py3.6: fix changed module name

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96129:905b81e90065 Date: 2019-02-22 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/905b81e90065/ Log:fix changed module name diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py --- a/pypy/module/thre

[pypy-commit] pypy py3.6: this was actually a rename to test_redirector.py (which we have)

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96130:1db0679fa78a Date: 2019-02-22 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/1db0679fa78a/ Log:this was actually a rename to test_redirector.py (which we have) diff --git a/lib-python/3/idlelib/idle_test/test_widgetred

[pypy-commit] pypy py3.6: follow more closely the complicated logic that CPython uses for code object equality

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96131:438c53ddd510 Date: 2019-02-22 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/438c53ddd510/ Log:follow more closely the complicated logic that CPython uses for code object equality diff --git a/pypy/interpreter/

[pypy-commit] pypy py3.6: try to update _ctypes_test.c

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96132:8e1f12b21406 Date: 2019-02-22 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/8e1f12b21406/ Log:try to update _ctypes_test.c diff --git a/lib-python/stdlib-upgrade.txt b/lib-python/stdlib-upgrade.txt --- a/lib-python/st

[pypy-commit] pypy py3.6: try to update testcapimodule.c

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96133:40c7bca434b8 Date: 2019-02-22 17:38 +0100 http://bitbucket.org/pypy/pypy/changeset/40c7bca434b8/ Log:try to update testcapimodule.c diff --git a/lib-python/stdlib-upgrade.txt b/lib-python/stdlib-upgrade.txt --- a/lib-python/

[pypy-commit] pypy default: a test that fails on py3.6

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96136:b71c018270cf Date: 2019-02-22 21:50 +0100 http://bitbucket.org/pypy/pypy/changeset/b71c018270cf/ Log:a test that fails on py3.6 diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobjec

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

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96137:b0af8614d286 Date: 2019-02-22 21:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b0af8614d286/ Log:merge default diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py ---

[pypy-commit] pypy py3.6: fix TODO: no, ignoring is_ascii wasn't correct :-(

2019-02-22 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96138:64cbcb808e45 Date: 2019-02-22 21:56 +0100 http://bitbucket.org/pypy/pypy/changeset/64cbcb808e45/ Log:fix TODO: no, ignoring is_ascii wasn't correct :-( diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.

[pypy-commit] pypy py3.6: Ignore _cffi_backend when checking for usemodules in -A tests

2019-02-22 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r96140:ed559ffaf9d1 Date: 2019-02-23 01:48 + http://bitbucket.org/pypy/pypy/changeset/ed559ffaf9d1/ Log:Ignore _cffi_backend when checking for usemodules in -A tests diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/p