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


Commits:
250468e9 by Carl Friedrich Bolz-Tereick at 2022-01-13T12:18:30+01:00
better error messages on unknown options

--HG--
branch : py3.7

- - - - -
e0d940f4 by Matti Picus at 2022-01-13T13:25:20+02:00
move import

--HG--
branch : py3.7

- - - - -
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

- - - - -
670c3952 by Carl Friedrich Bolz-Tereick at 2022-01-14T12:54:56+01:00
bad me, no cookies: re-enable accidentally commented out look_inside_iff

--HG--
branch : py3.7

- - - - -
a89944e2 by Carl Friedrich Bolz-Tereick at 2022-01-14T20:47:13+01:00
skip this one, it doesn't really make sense in this form on pypy3

--HG--
branch : py3.7

- - - - -
8301595a by Carl Friedrich Bolz-Tereick at 2022-01-14T20:52:09+01:00
those operations are fine

(the difference is — as in some other tests — that in pypy3 the iterator of
range(n) does not emit a guard that checks that the result is non-negative)

--HG--
branch : py3.7

- - - - -
1d48add0 by Matti Picus at 2022-01-15T17:56:29+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -


8 changed files:

- pypy/interpreter/app_main.py
- pypy/interpreter/test/test_app_main.py
- pypy/module/_posixsubprocess/test/apptest_subprocess.py
- pypy/module/marshal/test/test_marshal.py
- pypy/module/pypyjit/test_pypy_c/test_containers.py
- pypy/module/pypyjit/test_pypy_c/test_generators.py
- pypy/module/sys/vm.py
- pypy/objspace/std/unicodeobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/57d40feef12c46a33e4c8444c0e59cd23ebcedf8...1d48add077eb89f5455407c186381b5546c3b847

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/57d40feef12c46a33e4c8444c0e59cd23ebcedf8...1d48add077eb89f5455407c186381b5546c3b847
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