[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: need to patch warn_about_missing_assertion: the assert statement in 3.9+ does

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Sun Mar 6 07:20:39 EST 2022



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.


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


More information about the pypy-commit mailing list