Author: Armin Rigo
Branch:
Changeset: r93981:60377e65ccee
Date: 2018-03-17 16:24 +0100
http://bitbucket.org/pypy/pypy/changeset/60377e65ccee/
Log:(mattip, arigo)
Randomly fix a failure on narrow unicode builds
diff --git a/pypy/module/unicodedata/test/test_hyp.py
b/pypy/module/uni
Author: Armin Rigo
Branch: unicode-utf8
Changeset: r93982:b73752662f75
Date: 2018-03-17 17:00 +0100
http://bitbucket.org/pypy/pypy/changeset/b73752662f75/
Log:(mattip, arigo)
Fix for test_unicodeobject.py in cpyext
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/m
Author: Armin Rigo
Branch: unicode-utf8
Changeset: r93983:eda16cfcfb5e
Date: 2018-03-17 17:13 +0100
http://bitbucket.org/pypy/pypy/changeset/eda16cfcfb5e/
Log:(mattip, arigo)
more of the same
diff --git a/pypy/module/cpyext/test/test_codecs.py
b/pypy/module/cpyext/test/test_codecs.
Author: Armin Rigo
Branch: unicode-utf8
Changeset: r93984:ead419b87760
Date: 2018-03-17 17:21 +0100
http://bitbucket.org/pypy/pypy/changeset/ead419b87760/
Log:(mattip, arigo)
Improve error message for now
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_arr