[pypy-commit] pypy unicode-utf8: fast path for unicode, bytes

2018-12-20 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95515:3b46fe8d4d44 Date: 2018-12-16 22:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3b46fe8d4d44/ Log:fast path for unicode, bytes diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy unicode-utf8: fast path for unicode, also raises on non-ascii strings

2018-12-20 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95516:72d83a806c67 Date: 2018-12-20 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/72d83a806c67/ Log:fast path for unicode, also raises on non-ascii strings diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3.6: solve 32bit _blake2 compilation on linux, still need win32, arm fixes

2018-12-20 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r95517:e7b2b377385e Date: 2018-12-20 20:34 +0200 http://bitbucket.org/pypy/pypy/changeset/e7b2b377385e/ Log:solve 32bit _blake2 compilation on linux, still need win32, arm fixes diff --git a/lib_pypy/_blake2/_blake2_build.py