[pypy-commit] [Git][pypy/pypy][branch/default] sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cd84ae35 by Matti Picus at 2022-11-17T11:10:11+02:00 sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream https://foss.heptapod.net/pypy/cffi/-/merge_requests/117 - - - - - 23 changed files: - extra_t

[pypy-commit] [Git][pypy/pypy][branch/default] update last commit

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 73fad759 by Matti Picus at 2022-11-17T11:11:07+02:00 update last commit - - - - - 1 changed file: - extra_tests/cffi_tests/cffi1/test_dlopen_unicode_literals.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: cd84ae35 by Matti Picus at 2022-11-17T11:10:11+02:00 sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream https://foss.heptapod.net/pypy/cffi/-/merge_requests/117 - - - - - 73fad759 by Matti Picus at 2022-

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cd84ae35 by Matti Picus at 2022-11-17T11:10:11+02:00 sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream https://foss.heptapod.net/pypy/cffi/-/merge_requests/117 - - - - - 73fad759 by Matti Picus at 2022-

[pypy-commit] [Git][pypy/pypy][branch/py3.9] hack differently: just grab the traceback source from disk, too many projects

2022-11-17 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 1cb06448 by Carl Friedrich Bolz-Tereick at 2022-11-17T13:43:32+01:00 hack differently: just grab the traceback source from disk, too many projects patch it --HG-- branch : py3.9 - - - - - 1 changed file: - ex

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: hack differently: just grab the traceback source from disk, too many projects

2022-11-17 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 2cfd3502 by Carl Friedrich Bolz-Tereick at 2022-11-17T13:43:32+01:00 hack differently: just grab the traceback source from disk, too many projects patch it --HG-- branch : py3.8 - - - - - 29c9eb32 by Carl Friedr

[pypy-commit] [Git][pypy/pypy][branch/py3.8] hack differently: just grab the traceback source from disk, too many projects

2022-11-17 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 2cfd3502 by Carl Friedrich Bolz-Tereick at 2022-11-17T13:43:32+01:00 hack differently: just grab the traceback source from disk, too many projects patch it --HG-- branch : py3.8 - - - - - 1 changed file: - ex

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: skip cffi tests that are too hard/impossible to get right on PyPy

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 763a956e by Matti Picus at 2022-11-17T13:35:26+02:00 skip cffi tests that are too hard/impossible to get right on PyPy --HG-- branch : py3.8 - - - - - 8d9132dc by Matti Picus at 2022-11-17T22:27:46+02:00 fix setting a slice in

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix for itemsize != 1

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0e40234f by Matti Picus at 2022-11-17T23:07:51+02:00 fix for itemsize != 1 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/buffer.py - pypy/objspace/std/test/test_memoryobject.py View it on Heptapod: h