[pypy-commit] pypy py3.5: use cpython's argument name (should maybe be done more systematically?)

2018-12-03 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r95406:ce637db93b36 Date: 2018-12-03 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/ce637db93b36/ Log:use cpython's argument name (should maybe be done more systematically?) diff --git a/pypy/objspace/std/intobject.py

[pypy-commit] pypy default: fix weird fallout of 74c1f4c8363d

2018-12-03 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95405:52c3040f147b Date: 2018-12-03 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/52c3040f147b/ Log:fix weird fallout of 74c1f4c8363d diff --git a/rpython/translator/backendopt/test/test_mallocprediction.py b/rpython/translator