Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: 906899e7 by Carl Friedrich Bolz-Tereick at 2022-10-08T18:46:04+02:00 fix an XXX in the method shortcut code: it actually is a problem for KeyError on pypy3 - - - - - 594b5846 by Carl Friedrich Bolz-Tereick at 2022-10-08T18:47:19+02:00 #3821: support subclassing _RawIOBase and BytesIO at the same time - - - - - b019546e by Carl Friedrich Bolz-Tereick at 2022-10-08T18:49:34+02:00 add a docstring - - - - - 399791d1 by Carl Friedrich Bolz-Tereick at 2022-10-08T22:34:32+02:00 undo part of d808fe36af64 that I didn't understand properly to fix this bug: >>>> class K(KeyError): pass >>>> print(K(1)) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'KeyError' object expected, got 'K' instead - - - - - ca99edd1 by Carl Friedrich Bolz-Tereick at 2022-10-08T22:48:56+02:00 merge default. should fix #3821 --HG-- branch : py3.8 - - - - - 6 changed files: - pypy/interpreter/typedef.py - pypy/module/_io/interp_iobase.py - pypy/module/_io/test/apptest_bytesio.py - pypy/module/exceptions/interp_exceptions.py - pypy/module/exceptions/test/test_exc.py - pypy/objspace/std/objectobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ffc2795b5d7033e691aee4d193b6fc9b3468b806...ca99edd1ebbd396ccb188f54010a277fbffbe713 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ffc2795b5d7033e691aee4d193b6fc9b3468b806...ca99edd1ebbd396ccb188f54010a277fbffbe713 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com