Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
7b8a2dae by Carl Friedrich Bolz-Tereick at 2021-08-18T12:07:52+02:00
fix test_tcl.py
- implement cesu-8 decoding to deal with non-bmp characters
- skip some non-windows cases: pypy uses 16-bit surrogatepass encoding
  everywhere, whereas CPython uses that approach only for windows (and utf-8
  surrogateescape for non-windows). it might make sense to switch to that
  approach later

--HG--
branch : py3.8

- - - - -


3 changed files:

- + extra_tests/test_tk.py
- lib-python/3/test/test_tcl.py
- lib_pypy/_tkinter/tclobj.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7b8a2daefa2945e46cc60a555de4ec710fced397

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7b8a2daefa2945e46cc60a555de4ec710fced397
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to