Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
d349e5ff by Matti Picus at 2023-11-29T08:23:01+02:00
prevent overflow in index calculations

--HG--
branch : py3.9

- - - - -
786afd6b by Matti Picus at 2023-11-29T13:45:14+02:00
make sure an encoding does not have invalid surrogates

--HG--
branch : py3.9

- - - - -
f5273fb7 by Matti Picus at 2023-11-29T23:32:39+02:00
add create_pyobject_from_storage and use the HPy storage as the PyObject c 
struct.

Also rearrange the type creation so that legacy types call `attach` to fill all
the slots

--HG--
branch : py3.9

- - - - -


9 changed files:

- extra_tests/hpy_tests/_vendored/test_capsule.py
- pypy/module/_hpy_universal/interp_cpy_compat.py
- pypy/module/_hpy_universal/interp_slot.py
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/test/_vendored/test_hpytype_legacy.py
- pypy/objspace/std/bytearrayobject.py
- pypy/objspace/std/test/test_bytearrayobject.py
- pypy/objspace/std/test/test_bytesobject.py
- pypy/objspace/std/unicodeobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7672b7e352a61f6d090ad469989e2eb47232b5bb...f5273fb711a72f5c85efbfd9e526382b93af19b4

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7672b7e352a61f6d090ad469989e2eb47232b5bb...f5273fb711a72f5c85efbfd9e526382b93af19b4
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

Reply via email to