[pypy-commit] pypy default: issue 3141 part 2: use Py_TYPE(op) instead of (ob)->ob_type

2020-01-04 Thread mattip
Author: Matti Picus Branch: Changeset: r98443:433283f3338b Date: 2020-01-04 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/433283f3338b/ Log:issue 3141 part 2: use Py_TYPE(op) instead of (ob)->ob_type diff --git a/pypy/module/cpyext/include/dictobject.h b/pypy/module/cpyext/include/d

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

2020-01-04 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98444:def680385695 Date: 2020-01-04 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/def680385695/ Log:merge default into py3.6 diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE. -P

[pypy-commit] cffi shortername: tweak how to pass define_macros, shorten module name to not go over 260 chars

2020-01-04 Thread mattip
Author: Matti Picus Branch: shortername Changeset: r3318:6fb2ee84a9da Date: 2020-01-05 00:12 +0200 http://bitbucket.org/cffi/cffi/changeset/6fb2ee84a9da/ Log:tweak how to pass define_macros, shorten module name to not go over 260 chars diff --git a/doc/source/whatsnew.rst b/doc/sourc

[pypy-commit] pypy py3.7: start working on expression unparsing, needed for PEP 563, postponed evaluation

2020-01-04 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.7 Changeset: r98445:0882834dcbb1 Date: 2020-01-05 00:06 +0100 http://bitbucket.org/pypy/pypy/changeset/0882834dcbb1/ Log:start working on expression unparsing, needed for PEP 563, postponed evaluation of type annotations diff --git a/py