[pypy-commit] pypy cpyext-gc-cycle: Implemented wrapper for tp_finalize

2019-02-21 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r96124:78d356baf93c Date: 2019-02-21 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/78d356baf93c/ Log:Implemented wrapper for tp_finalize diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/modu

[pypy-commit] cffi default: Issue #402

2019-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r3227:edac34833b64 Date: 2019-02-21 15:10 +0100 http://bitbucket.org/cffi/cffi/changeset/edac34833b64/ Log:Issue #402 Fix bug in documentation diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rs

[pypy-commit] pypy default: fix

2019-02-21 Thread mattip
Author: Matti Picus Branch: Changeset: r96122:789d5650e3af Date: 2019-02-21 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/789d5650e3af/ Log:fix diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8.py +++ b/rpython/rlib/test

[pypy-commit] pypy py3.5: close 3.5 branch to focus on py3.6

2019-02-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r96121:eb6e70a9658e Date: 2019-02-21 11:35 +0100 http://bitbucket.org/pypy/pypy/changeset/eb6e70a9658e/ Log:close 3.5 branch to focus on py3.6 ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy py3.6: copy slightly lengthy test from cpython to find the (crashing) bug in set_lineno

2019-02-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96120:1d06586fec74 Date: 2019-02-21 11:26 +0100 http://bitbucket.org/pypy/pypy/changeset/1d06586fec74/ Log:copy slightly lengthy test from cpython to find the (crashing) bug in set_lineno diff --git a/pypy/interpreter/pyfr