[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] ouch, "works on my machine" :-(

2023-02-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: a74f0c88 by Carl Friedrich Bolz-Tereick at 2023-02-12T09:08:06+01:00 ouch, "works on my machine" :-( --HG-- branch : py3.10 - - - - - 2 changed files: - + pypy/module/_abc/interp_abc.py - + pypy/module/_abc/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix translation

2023-02-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 5c8b270f by Carl Friedrich Bolz-Tereick at 2023-02-12T09:00:23+01:00 fix translation --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on Heptapod: https:/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] correct inheritance of the new flag

2023-02-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 7b904b9f by Carl Friedrich Bolz-Tereick at 2023-02-12T10:11:05+01:00 correct inheritance of the new flag --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/interpreter/astcompiler/test/apptest_patma.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] remove symlink, readlink support on windows: support for bytes with unicode is broken

2023-02-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: cab48d40 by Matti Picus at 2023-02-12T17:05:54+02:00 remove symlink, readlink support on windows: support for bytes with unicode is broken --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/posix/interp_posix.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] finish the bpo-62433 _ssl get_unverified_chain, get_unverified_chain

2023-02-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 73a8fcd0 by Matti Picus at 2023-02-12T22:38:54+02:00 finish the bpo-62433 _ssl get_unverified_chain, get_unverified_chain --HG-- branch : py3.10 - - - - - 3 changed files: - lib_pypy/_cffi_ssl/_cffi_src/openssl/x509.py - li

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: add interfaces needed for hashlib

2023-02-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: d13db64a by Matti Picus at 2023-02-12T23:09:00+02:00 add interfaces needed for hashlib --HG-- branch : py3.10 - - - - - 1864bc59 by Matti Picus at 2023-02-12T23:09:32+02:00 fix the hang in test_httpservers.py, not sure if this

[pypy-commit] [Mercurial][pypy/pypy][branch/default] update to ssl 1.1.1t, 3.0.8

2023-02-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2afa4479 by Matti Picus at 2023-02-13T05:33:57+02:00 update to ssl 1.1.1t, 3.0.8 - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2af

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 7 commits: update pycparser

2023-02-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 2a259fa7 by Matti Picus at 2023-01-23T10:34:11+02:00 update pycparser - - - - - 015f6079 by Matti Picus at 2023-01-28T20:29:04+02:00 only define SO in sysconfig if imp.get_suffixes() has imp.C_EXTENSION - - - - - 55675e98 by M

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 4 commits: update pycparser

2023-02-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2a259fa7 by Matti Picus at 2023-01-23T10:34:11+02:00 update pycparser - - - - - 015f6079 by Matti Picus at 2023-01-28T20:29:04+02:00 only define SO in sysconfig if imp.get_suffixes() has imp.C_EXTENSION - - - - - 2afa4479 by Ma