[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: start a release note
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f5864fa3 by Matti Picus at 2022-11-18T01:29:14+02:00 start a release note - - - - - 3adbe457 by Matti Picus at 2022-11-18T09:53:15+02:00 add new test file - - - - - bc414eb9 by Matti Picus at 2022-11-18T09:59:24+02:00 restore file to pristine state, pending cffi PR to fix the typos - - - - - e4f51da1 by Matti Picus at 2022-11-18T09:59:49+02:00 merge default --HG-- branch : py3.8 - - - - - 4 changed files: - + extra_tests/cffi_tests/embedding/empty-test.c - pypy/doc/index-of-release-notes.rst - + pypy/doc/release-v7.3.10.rst - pypy/module/_cffi_backend/test/_backend_test_c.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0e40234fb478dd28b3e165883f8ac2cad69a605a...e4f51da1172fc19c7b369d4c4b1d771508c661c7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0e40234fb478dd28b3e165883f8ac2cad69a605a...e4f51da1172fc19c7b369d4c4b1d771508c661c7 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: start a release note
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f5864fa3 by Matti Picus at 2022-11-18T01:29:14+02:00 start a release note - - - - - 3adbe457 by Matti Picus at 2022-11-18T09:53:15+02:00 add new test file - - - - - bc414eb9 by Matti Picus at 2022-11-18T09:59:24+02:00 restore file to pristine state, pending cffi PR to fix the typos - - - - - 4 changed files: - + extra_tests/cffi_tests/embedding/empty-test.c - pypy/doc/index-of-release-notes.rst - + pypy/doc/release-v7.3.10.rst - pypy/module/_cffi_backend/test/_backend_test_c.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/73fad7599fc176f7f31d198708056583dcb388e6...bc414eb9f8d1c78228ffe93c9f91245ec86c994a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/73fad7599fc176f7f31d198708056583dcb388e6...bc414eb9f8d1c78228ffe93c9f91245ec86c994a You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: skip cffi tests that are too hard/impossible to get right on PyPy
Matti Picus pushed to branch branch/py3.9 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 a memoryview with non-unit strides (issue 3857) --HG-- branch : py3.8 - - - - - 0e40234f by Matti Picus at 2022-11-17T23:07:51+02:00 fix for itemsize != 1 --HG-- branch : py3.8 - - - - - f5864fa3 by Matti Picus at 2022-11-18T01:29:14+02:00 start a release note - - - - - 52d2ac59 by Matti Picus at 2022-11-18T09:42:18+02:00 typo --HG-- branch : py3.9 - - - - - 3adbe457 by Matti Picus at 2022-11-18T09:53:15+02:00 add new test file - - - - - bc414eb9 by Matti Picus at 2022-11-18T09:59:24+02:00 restore file to pristine state, pending cffi PR to fix the typos - - - - - e4f51da1 by Matti Picus at 2022-11-18T09:59:49+02:00 merge default --HG-- branch : py3.8 - - - - - 33188e38 by Matti Picus at 2022-11-18T10:00:06+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 8 changed files: - + extra_tests/cffi_tests/embedding/empty-test.c - extra_tests/conftest.py - pypy/doc/index-of-release-notes.rst - + pypy/doc/release-v7.3.10.rst - pypy/interpreter/buffer.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/cpyext/include/abstract.h - pypy/objspace/std/test/test_memoryobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/29c9eb326f4b0af48a0aa9824f677f638966be48...33188e38a2d0fe65fbf00c2888a332fc53e5c7fd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/29c9eb326f4b0af48a0aa9824f677f638966be48...33188e38a2d0fe65fbf00c2888a332fc53e5c7fd You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.9] continue to update the release note
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3455d226 by Matti Picus at 2022-11-18T10:47:16+02:00 continue to update the release note --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3455d226b5c6cd0219a7c1fe3b37c98b296ba19f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3455d226b5c6cd0219a7c1fe3b37c98b296ba19f You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: update to latest OpenSSL versions in build script
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 16fdd18c by Matti Picus at 2022-11-18T12:23:33+02:00 update to latest OpenSSL versions in build script - - - - - 7f87a919 by Matti Picus at 2022-11-18T10:47:16+02:00 continue to update the release note - - - - - d7828adf by Matti Picus at 2022-11-18T16:12:09+02:00 continue to update the release notice - - - - - 2 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bc414eb9f8d1c78228ffe93c9f91245ec86c994a...d7828adf8e810abcab32caf4cf0eb8459176bdf4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bc414eb9f8d1c78228ffe93c9f91245ec86c994a...d7828adf8e810abcab32caf4cf0eb8459176bdf4 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com