[pypy-commit] pypy default: fix test (hopefully, 2nd try)

2018-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r93694:c40886d72bc2 Date: 2018-01-21 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/c40886d72bc2/ Log:fix test (hopefully, 2nd try) diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy default: PyUnicode_AsUTF{16,32}String()

2018-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r93692:84180176fef1 Date: 2018-01-21 09:58 +0100 http://bitbucket.org/pypy/pypy/changeset/84180176fef1/ Log:PyUnicode_AsUTF{16,32}String() diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py ---