[pypy-commit] pypy py3.6: add the 3.6.1 new functions PySlice_Unpack() and PySlice_AdjustIndices()

2019-11-05 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97957:5b94ae9bcf6d Date: 2019-11-05 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/5b94ae9bcf6d/ Log:add the 3.6.1 new functions PySlice_Unpack() and PySlice_AdjustIndices() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext

[pypy-commit] pypy py3.6: fix test_flufl

2019-11-05 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97962:fa561c2cb364 Date: 2019-11-05 19:23 + http://bitbucket.org/pypy/pypy/changeset/fa561c2cb364/ Log:fix test_flufl diff --git a/lib-python/3/test/test_flufl.py b/lib-python/3/test/test_flufl.py --- a/lib-python/3/test/test_flufl.py +++ b/li