Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: cd58edf7 by Carl Friedrich Bolz-Tereick at 2022-01-25T13:20:18+01:00 #3642: replace "raise ImportError" with "raise ModuleNotFoundError" where appropriate --HG-- branch : py3.7 - - - - - 51bc00b8 by Carl Friedrich Bolz-Tereick at 2022-01-26T20:11:53+01:00 this test just works now --HG-- branch : py3.7 - - - - - 0c43c12d by Carl Friedrich Bolz-Tereick at 2022-01-26T20:13:07+01:00 fix transparent proxies of exceptions after ca6365ca5d6d. make it possible to raise them again. (slight problem: __context__ reads and writes are not seen by the proxy. I don't care at this point, I don't think there are any users of transparent proxies left?) --HG-- branch : py3.7 - - - - - 8700598d by Carl Friedrich Bolz-Tereick at 2022-01-26T20:15:22+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 18 changed files: - + extra_tests/test_modules.py - lib_pypy/__init__.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_crypt/__init__.py - lib_pypy/_ctypes_test.py - lib_pypy/_curses.py - lib_pypy/_dbm.py - lib_pypy/_overlapped.py - lib_pypy/_scproxy.py - lib_pypy/_testmultiphase.py - lib_pypy/_winapi.py - lib_pypy/msvcrt.py - lib_pypy/pyrepl/_minimal_curses.py - lib_pypy/readline.py - lib_pypy/syslog.py - pypy/objspace/std/proxyobject.py - pypy/objspace/std/test/test_bytesobject.py - pypy/objspace/std/transparent.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bd8c43a68a17b1af9a0dd3e0edd5d02504af3a1f...8700598db1a4d74b418f7f731182b2d2dae052e0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bd8c43a68a17b1af9a0dd3e0edd5d02504af3a1f...8700598db1a4d74b418f7f731182b2d2dae052e0 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