[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: more hashlib fixes and refactoring to get HMAC class to work

2023-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: eae961fb by Matti Picus at 2023-01-12T16:22:27+02:00 more hashlib fixes and refactoring to get HMAC class to work --HG-- branch : py3.10 - - - - - 96a0910f by Matti Picus at 2023-01-12T16:22:35+02:00 typo --HG-- branch : py3.

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] cpython removed the lock from BZ2File in bpo-43785, but now writing deadlocks

2023-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 47b9d4fa by Matti Picus at 2023-01-12T20:33:26+02:00 cpython removed the lock from BZ2File in bpo-43785, but now writing deadlocks I opened cpython 100996 about this --HG-- branch : py3.10 - - - - - 1 changed file: - lib-p

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] continuation of c6259b771071: make _socket.timeout an alias to TimeoutError

2023-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 280be8cc by Matti Picus at 2023-01-12T22:32:51+02:00 continuation of c6259b771071: make _socket.timeout an alias to TimeoutError "-A" test was failing, now passes --HG-- branch : py3.10 - - - - - 2 changed files: - lib_pyp

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] remove openssl<1.1.0 compatability shim

2023-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 347fec6b by Matti Picus at 2023-01-13T05:36:05+02:00 remove openssl<1.1.0 compatability shim --HG-- branch : py3.10 - - - - - 2 changed files: - lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.py - lib_pypy/_hashlib/__init__.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix test for python3.10 semantics

2023-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 38401e14 by Matti Picus at 2023-01-13T05:46:01+02:00 fix test for python3.10 semantics --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/objspace/std/test/test_longobject.py View it on Heptapod: https://foss.heptap