Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
b3229da4 by Carl Friedrich Bolz-Tereick at 2021-06-10T11:32:58+02:00
test and fix: method equality is based on instance identity, not equality

--HG--
branch : py3.8

- - - - -
e70b7be0 by Carl Friedrich Bolz-Tereick at 2021-06-10T12:54:49+02:00
fix argument parsing of the new sep and bytes_per_sep arguments to hex and
hexlify functions: bytes_per_sep=0 means something else than not giving a
bytes_per_sep argument

--HG--
branch : py3.8

- - - - -


8 changed files:

- pypy/interpreter/function.py
- pypy/interpreter/test/apptest_function.py
- pypy/module/binascii/interp_hexlify.py
- pypy/module/binascii/test/test_binascii.py
- pypy/objspace/std/bytearrayobject.py
- pypy/objspace/std/bytesobject.py
- pypy/objspace/std/memoryobject.py
- pypy/objspace/std/test/test_bytearrayobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1da9432408211f1956c5d471356c08bd74ad7c32...e70b7be08db52d04819ca425cc0c0ae60eac497f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1da9432408211f1956c5d471356c08bd74ad7c32...e70b7be08db52d04819ca425cc0c0ae60eac497f
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