[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] #3932: to be on the safe side, write an explicit test about how Cython does

2023-05-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 2477d511 by Carl Friedrich Bolz-Tereick at 2023-05-19T21:03:36+02:00 #3932: to be on the safe side, write an explicit test about how Cython does error positions now --HG-- branch : py3.10 - - - - - 1 changed

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] #3932: backport GH-91790 to 3.10: make sure that PyCode_NewEmpty returns a code

2023-05-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 5e5fb3f6 by Carl Friedrich Bolz-Tereick at 2023-05-19T20:41:37+02:00 #3932: backport GH-91790 to 3.10: make sure that PyCode_NewEmpty returns a code object that: - raises an AssertionError when called - produces

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: add _hashlib.scrypt (issue 3921)

2023-05-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 6777e572 by Matti Picus at 2023-05-19T12:51:36+03:00 add _hashlib.scrypt (issue 3921) --HG-- branch : py3.9 - - - - - 7d86ad1b by Matti Picus at 2023-05-19T12:53:44+03:00 merge py3.9 --HG-- branch : py3.10 - - - - - 2

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] add _hashlib.scrypt (issue 3921)

2023-05-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6777e572 by Matti Picus at 2023-05-19T12:51:36+03:00 add _hashlib.scrypt (issue 3921) --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/test/test_hashlib.py - lib_pypy/_hashlib/__init__.py View it on

[pypy-commit] [Mercurial][pypy/pypy][branch/rbigint-fromstr-subquadratic] 3 commits: some cleanups in the tests

2023-05-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/rbigint-fromstr-subquadratic at PyPy / pypy Commits: 4f8eb614 by Carl Friedrich Bolz-Tereick at 2023-05-18T17:35:28+02:00 some cleanups in the tests --HG-- branch : rbigint-fromstr-subquadratic - - - - - 193767c6 by Carl Friedrich

[pypy-commit] [Mercurial][pypy/pypy][branch/default] fix wrong test

2023-05-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3e71db3d by Carl Friedrich Bolz-Tereick at 2023-05-19T09:10:42+02:00 fix wrong test - - - - - 1 changed file: - rpython/rlib/unicodedata/test/test_unicodedata.py View it on Heptapod: