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
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
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
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
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