Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits: 976fe5ff by Carl Friedrich Bolz-Tereick at 2021-04-30T20:53:35+02:00 make it possible to pass a unicodedb to make_utf8_escape_function, otherwise some default version was used. also move char_escape_helper to the global level, no need to specialize - - - - - d1025bdd by Carl Friedrich Bolz-Tereick at 2021-04-30T20:53:46+02:00 merge default --HG-- branch : py3.7 - - - - - 248579a2 by Carl Friedrich Bolz-Tereick at 2021-04-30T20:59:29+02:00 fix #3384: use the correct unicodedb to figure out which unicode chars are printable in repr(unicode) --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/objspace/std/test/test_unicodeobject.py - pypy/objspace/std/unicodeobject.py - rpython/rlib/rutf8.py - rpython/rlib/test/test_rutf8.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/310e5357044f71713bbf329e7a7e76b231ab258e...248579a21d55ddbe01ff2c7d15a9673ebd0379d0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/310e5357044f71713bbf329e7a7e76b231ab258e...248579a21d55ddbe01ff2c7d15a9673ebd0379d0 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
