[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: fix test that raises ModuleNotFoundError

2023-02-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 76a62a8d by Matti Picus at 2023-02-19T12:59:28+02:00 fix test that raises ModuleNotFoundError --HG-- branch : py3.10 - - - - - f1125869 by Matti Picus at 2023-02-21T17:14:58+02:00 delay array import until after interpreter sta

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: add zip.__setstate__ for unpickling

2023-02-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: a1f06d82 by Matti Picus at 2023-02-21T22:56:55+02:00 add zip.__setstate__ for unpickling --HG-- branch : py3.10 - - - - - 96a94291 by Matti Picus at 2023-02-21T22:57:26+02:00 extend regex for error message --HG-- branch : py3

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] enable passing bad_get function from _testcapi

2023-02-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 8f7b1817 by Matti Picus at 2023-02-21T23:50:09+02:00 enable passing bad_get function from _testcapi --HG-- branch : py3.10 - - - - - 1 changed file: - lib_pypy/_testcapimodule.c View it on Heptapod: https://foss.heptapod

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: remove deprecated conversion to int

2023-02-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 78f77ff6 by Matti Picus at 2023-02-21T23:53:48+02:00 remove deprecated conversion to int --HG-- branch : py3.10 - - - - - 1ec2dab5 by Matti Picus at 2023-02-22T00:14:09+02:00 port test_itertools.py skips from py3.9: cycle pick