[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: move the unsafe test into a forked process

Matti Picus (@mattip) foss at heptapod.net
Fri Jan 14 06:09:45 EST 2022



Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
78192a2b by Carl Friedrich Bolz-Tereick at 2021-11-19T19:18:56+01:00
move the unsafe test into a forked process

--HG--
branch : py3.7

- - - - -
30b2bac9 by Carl Friedrich Bolz-Tereick at 2021-11-14T12:05:22+01:00
I *think* this is correct: the condition is not at all about runicode.MAXUNICODE
but about whether we bytes.decode("utf-8") will produce surrogates, which
happens when sys.maxunicode == 0xffff

--HG--
branch : py3.7

- - - - -


2 changed files:

- pypy/module/marshal/test/test_marshal.py
- pypy/objspace/std/unicodeobject.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e0d940f4b98d7c34e95df9ba234761b31a2740fa...30b2bac951f5f8547ed7683c90a6028968300d19

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e0d940f4b98d7c34e95df9ba234761b31a2740fa...30b2bac951f5f8547ed7683c90a6028968300d19
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20220114/ec3b831b/attachment.html>


More information about the pypy-commit mailing list