[pypy-commit] [Git][pypy/pypy][branch/default] 19 commits: (in-progress) another attempt: try to slice up too huge traces into trace chunks

2022-05-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 76a1fba8 by Carl Friedrich Bolz-Tereick at 2021-03-12T21:55:00+01:00 (in-progress) another attempt: try to slice up too huge traces into trace chunks already working: trace chunk for the original trace, ends wi

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: merge open-ended-traces to default

2022-05-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: c4efbbfa by Carl Friedrich Bolz-Tereick at 2022-05-15T13:07:09+02:00 merge open-ended-traces to default it has been on py3.8/3.9 for a while to see whether it was stable, then I forgot about it. seems it's stable

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation on windows

2022-05-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0f8ed1aa by Matti Picus at 2022-05-15T22:34:32+03:00 fix translation on windows - - - - - 1 changed file: - rpython/rlib/rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0f8ed1aa34b9bba2f53b14

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: merge open-ended-traces to default

2022-05-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c4efbbfa by Carl Friedrich Bolz-Tereick at 2022-05-15T13:07:09+02:00 merge open-ended-traces to default it has been on py3.8/3.9 for a while to see whether it was stable, then I forgot about it. seems it's stable. - - - - - b94

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix translation on windows

2022-05-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0f8ed1aa by Matti Picus at 2022-05-15T22:34:32+03:00 fix translation on windows - - - - - 1e039c3e by Matti Picus at 2022-05-15T22:35:26+03:00 merge default --HG-- branch : py3.8 - - - - - 1 changed file: - rpython/rlib/rso

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: check results from EVP_DigestInit_ex and EVP_DigestUpdate, and fix some failing tests (issue 3741)

2022-05-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e253ce74 by Matti Picus at 2022-05-15T23:44:46+03:00 check results from EVP_DigestInit_ex and EVP_DigestUpdate, and fix some failing tests (issue 3741) --HG-- branch : py3.8 - - - - - cb3f3852 by Matti Picus at 2022-05-15T23:4

[pypy-commit] [Git][pypy/pypy][branch/py3.8] check results from EVP_DigestInit_ex and EVP_DigestUpdate, and fix some failing tests (issue 3741)

2022-05-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e253ce74 by Matti Picus at 2022-05-15T23:44:46+03:00 check results from EVP_DigestInit_ex and EVP_DigestUpdate, and fix some failing tests (issue 3741) --HG-- branch : py3.8 - - - - - 2 changed files: - lib_pypy/_cffi_ssl/_