[pypy-commit] pypy default: fix test from 275fd99e1c23 - __args__.keywords can be None or an empty list

2019-03-01 Thread mattip
Author: Matti Picus Branch: Changeset: r96195:739b9c69e036 Date: 2019-02-28 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/739b9c69e036/ Log:fix test from 275fd99e1c23 - __args__.keywords can be None or an empty list diff --git a/pypy/module/cpyext/methodobject.py b/pypy/modu

[pypy-commit] pypy newmemoryview-app-level: merge default into branch

2019-03-01 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96196:22d553bf29f9 Date: 2019-03-01 07:32 +0200 http://bitbucket.org/pypy/pypy/changeset/22d553bf29f9/ Log:merge default into branch diff too long, truncating to 2000 out of 203400 lines diff --git a/pypy/interpreter/astcompile

[pypy-commit] pypy cpyext-gc-cycle: Implemented tests for gc.garbage list and adapted interface

2019-03-01 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r96197:15bed0a0192d Date: 2019-03-01 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/15bed0a0192d/ Log:Implemented tests for gc.garbage list and adapted interface diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.

[pypy-commit] pypy cpyext-gc-cycle: Started implementation for gc.garbage, adapted interface

2019-03-01 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r96198:77d74e85609f Date: 2019-03-01 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/77d74e85609f/ Log:Started implementation for gc.garbage, adapted interface diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py