Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 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

- - - - -
445b24bf by Carl Friedrich Bolz-Tereick at 2022-01-26T20:15:39+01:00
merge py3.8

--HG--
branch : py3.9

- - - - -


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/93ab76fc3dbf830dce34a7c138bdf37bf111c076...445b24bf91b24d738bc41b611285deab3bc329c9

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/93ab76fc3dbf830dce34a7c138bdf37bf111c076...445b24bf91b24d738bc41b611285deab3bc329c9
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