[pypy-commit] buildbot default: Stop trying to run the benchmarks on tannit

2018-10-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r1064:2aed4ccd3b31 Date: 2018-10-03 11:39 +0200 http://bitbucket.org/pypy/buildbot/changeset/2aed4ccd3b31/ Log:Stop trying to run the benchmarks on tannit diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/mas

[pypy-commit] pypy default: Add C implementations for PyObject_DelItemString, PyMapping_DelItem, PyMapping_DelItemString

2018-10-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r95179:a5735c0b1edd Date: 2018-10-03 18:29 +0100 http://bitbucket.org/pypy/pypy/changeset/a5735c0b1edd/ Log:Add C implementations for PyObject_DelItemString, PyMapping_DelItem, PyMapping_DelItemString diff --git a/pypy/module/cpyext/api.py b/pyp