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


Commits:
de336efc by Matti Picus at 2023-11-26T10:01:23+02:00
more fixes for bytearray

--HG--
branch : py3.9

- - - - -
cd8c8d4a by Matti Picus at 2023-11-26T10:02:06+02:00
sync with upstream, adds more to the comment

--HG--
branch : py3.9

- - - - -
c4b2c041 by Matti Picus at 2023-11-26T19:08:10+02:00
skip implementation details in testing zoneinfo

--HG--
branch : py3.9

- - - - -
cdedc355 by Matti Picus at 2023-11-26T19:13:08+02:00
add passing test of multiple legacy inheritance for hpy

--HG--
branch : py3.9

- - - - -
e92f57c1 by Matti Picus at 2023-11-26T19:13:59+02:00
declare _frozen_importlib, _frozen_importlib_external, zipimport to be frozen

--HG--
branch : py3.9

- - - - -
94e66665 by Matti Picus at 2023-11-26T23:23:36+02:00
do more gc.collect to make test pass, test and fix HPy_New with metaclass

--HG--
branch : py3.9

- - - - -
c8ef2ef1 by Matti Picus at 2023-11-27T07:38:59+02:00
explicitly test for 0-len byte array when converting indexes

reverts d7392539820e, ab40ae2be233

--HG--
branch : py3.9

- - - - -
aecc058e by Matti Picus at 2023-11-27T14:50:18+02:00
add hidden_applevel to _contextvars.Context.run

discovered in django PR 17500

--HG--
branch : py3.9

- - - - -
0bb82b9a by Matti Picus at 2023-11-27T16:44:58+02:00
merge py3.9

--HG--
branch : py3.10

- - - - -


9 changed files:

- extra_tests/hpy_tests/_vendored/test_hpytype_legacy.py
- lib-python/3/functools.py
- lib_pypy/_contextvars.py
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/hpytype.h
- pypy/module/_hpy_universal/interp_type.py
- pypy/module/_hpy_universal/test/_vendored/test_hpytype_legacy.py
- pypy/module/imp/interp_imp.py
- pypy/objspace/std/bytearrayobject.py
- pypy/objspace/std/test/test_bytearrayobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/0e6931743278f3552a08bdb01bebd342e0c1b232...0bb82b9af8b29695c3ea17da5e272dc0e2afc3ef

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/0e6931743278f3552a08bdb01bebd342e0c1b232...0bb82b9af8b29695c3ea17da5e272dc0e2afc3ef
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