[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix an XXX in the method shortcut code: it actually is a problem for KeyError

2022-10-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default 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 2

[pypy-commit] [Git][pypy/pypy][branch/py3.8] use itemsize=0 on PyUnicode_Type

2022-10-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ffc2795b by Matti Picus at 2022-10-08T21:01:17+03:00 use itemsize=0 on PyUnicode_Type --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/cpyext/pyobject.py - pypy/module/cpyext/test/test_unicodeobject.py - pypy/m

[pypy-commit] [Git][pypy/pypy][branch/default] undo part of d808fe36af64 that I didn't understand properly to fix this bug:

2022-10-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 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 re

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: fix an XXX in the method shortcut code: it actually is a problem for KeyError

2022-10-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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 202

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 7 commits: fix an XXX in the method shortcut code: it actually is a problem for KeyError

2022-10-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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 202