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


Commits:
bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00
need to patch warn_about_missing_assertion: the assert statement in 3.9+ does
not raise builtins.AssertionError (which might be patched), but always the
"regular" AssertionError

--HG--
branch : py3.8

- - - - -
e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00
maybe like this

- - - - -
fa97c3be by Carl Friedrich Bolz-Tereick at 2022-03-06T13:08:02+01:00
merge default

--HG--
branch : py3.8

- - - - -
ecae6537 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:11:09+01:00
fix test_namedtuple_construction by using a module dict in the right place

--HG--
branch : py3.8

- - - - -
07292e72 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:14:10+01:00
merge py3.8

--HG--
branch : py3.9

- - - - -


3 changed files:

- _pytest/assertion/__init__.py
- lib-python/3/collections/__init__.py
- pypy/module/pypyjit/test_pypy_c/test_instance.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/43857404b6dabb15baf1f2c6f305fc99b5c93219...07292e729dfdc82a6bb8974c4ae3267d8f37077e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/43857404b6dabb15baf1f2c6f305fc99b5c93219...07292e729dfdc82a6bb8974c4ae3267d8f37077e
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