Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 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 - - - - - ffc2795b by Matti Picus at 2022-10-08T21:01:17+03:00 use itemsize=0 on PyUnicode_Type --HG-- branch : py3.8 - - - - - 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 - - - - - 146ec12e by Carl Friedrich Bolz-Tereick at 2022-10-08T23:01:21+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 10 changed files: - pypy/interpreter/typedef.py - pypy/module/_io/interp_iobase.py - pypy/module/_io/test/apptest_bytesio.py - pypy/module/cpyext/pyobject.py - pypy/module/cpyext/test/test_unicodeobject.py - pypy/module/cpyext/typeobject.py - pypy/module/cpyext/unicodeobject.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/771ef07f8419e77005ef5ce1e7f9106ca8a19a2a...146ec12e8b606ddb7fc28538e8601f3158e33f08 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/771ef07f8419e77005ef5ce1e7f9106ca8a19a2a...146ec12e8b606ddb7fc28538e8601f3158e33f08 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