[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: constant-fold ovf operations in rpython
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 998666e2 by Carl Friedrich Bolz-Tereick at 2022-11-09T10:38:31+01:00 constant-fold ovf operations in rpython - - - - - d7b59ef5 by Carl Friedrich Bolz-Tereick at 2022-11-10T21:14:17+01:00 #3840: implement the .description attribute of cursors more carefully - - - - - 3d658e61 by Matti Picus at 2022-11-12T23:47:12+02:00 skip test_callback_exception on PyPy - the exception does not have a traceback --HG-- branch : py3.8 - - - - - c9ba3868 by Matti Picus at 2022-11-12T23:52:25+02:00 skip corner case test that is too hard for PyPy to get right - - - - - b6c30e53 by Matti Picus at 2022-11-13T00:04:53+02:00 sync files - - - - - e1a1057b by Matti Picus at 2022-11-13T00:15:35+02:00 set is_musl to always False - - - - - 50a71404 by Matti Picus at 2022-11-13T00:25:11+02:00 skip _cffi_beckend ztranslation, requires too much emulation - - - - - 5501a791 by Matti Picus at 2022-11-13T00:27:21+02:00 merge default --HG-- branch : py3.8 - - - - - 8 changed files: - extra_tests/test_sqlite3.py - lib_pypy/_sqlite3.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/conftest.py - pypy/module/_cffi_backend/test/test_c.py - pypy/module/_cffi_backend/test/test_ztranslation.py - rpython/translator/backendopt/constfold.py - rpython/translator/backendopt/test/test_constfold.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fb3d6a37fa89eb796b37d34e6db65c71b053c26f...5501a7914d44b7c7b451fbfed6732a9b2bd3da84 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fb3d6a37fa89eb796b37d34e6db65c71b053c26f...5501a7914d44b7c7b451fbfed6732a9b2bd3da84 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] 4 commits: skip corner case test that is too hard for PyPy to get right
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c9ba3868 by Matti Picus at 2022-11-12T23:52:25+02:00 skip corner case test that is too hard for PyPy to get right - - - - - b6c30e53 by Matti Picus at 2022-11-13T00:04:53+02:00 sync files - - - - - e1a1057b by Matti Picus at 2022-11-13T00:15:35+02:00 set is_musl to always False - - - - - 50a71404 by Matti Picus at 2022-11-13T00:25:11+02:00 skip _cffi_beckend ztranslation, requires too much emulation - - - - - 4 changed files: - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/conftest.py - pypy/module/_cffi_backend/test/test_c.py - pypy/module/_cffi_backend/test/test_ztranslation.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d7b59ef555de03d4ab3f8b9bf12281d7247cb9cf...50a71404b990bdf2cebcf5e4958dd04b0622052b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d7b59ef555de03d4ab3f8b9bf12281d7247cb9cf...50a71404b990bdf2cebcf5e4958dd04b0622052b 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/py_initialize] 2 commits: typos and trivial fixes
Matti Picus pushed to branch branch/py_initialize at PyPy / pypy Commits: 0e84c2b2 by Matti Picus at 2022-11-13T07:53:16+02:00 typos and trivial fixes --HG-- branch : py_initialize - - - - - 237d4ecc by Matti Picus at 2022-11-13T07:54:50+02:00 add a minimal embedding example --HG-- branch : py_initialize - - - - - 4 changed files: - + lib-python/3/Programs/_test_minimumembed.c - lib-python/3/Programs/build_exes.py - pypy/module/cpyext/pylifecycle.py - pypy/module/cpyext/unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7ff51870d2470a92b325a25a388793f9914c37f0...237d4ecc46c2852054412ebbc122b2d92f80a54b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7ff51870d2470a92b325a25a388793f9914c37f0...237d4ecc46c2852054412ebbc122b2d92f80a54b 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] skip corner case test that is too hard for PyPy to get right
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 1 changed file: - extra_tests/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d29c2e0ed8d9ef9a79386a4c82fd03a5d8c6c81c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d29c2e0ed8d9ef9a79386a4c82fd03a5d8c6c81c 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.8] 6 commits: add tests for issues 3849, 3850, 3851 from nanobind
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 1fc79049 by Wenzel Jakob at 2022-11-14T10:06:04+02:00 add tests for issues 3849, 3850, 3851 from nanobind --HG-- branch : py3.8 - - - - - 4d05f220 by Matti Picus at 2022-11-14T13:49:22+02:00 skip python3.9 test, make tests pass on CPython3.8 --HG-- branch : py3.8 - - - - - b4ff00be by Matti Picus at 2022-11-14T14:24:08+02:00 fix implementation module names --HG-- branch : py3.8 - - - - - b6a831e0 by Matti Picus at 2022-11-14T18:22:03+02:00 skip tp_traverse for not on PyPy, it is "advanced" --HG-- branch : py3.8 - - - - - 2b3d0bda by Matti Picus at 2022-11-14T20:39:06+02:00 assign tp_getset to app-level type in PyType_FromSpecWithBases (issue 3851) --HG-- branch : py3.8 - - - - - 4dd5de68 by Matti Picus at 2022-11-14T22:14:17+02:00 fix graminit.h generation --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/cpyext/api.py - + pypy/module/cpyext/test/nanobind2.c - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/aaa3ef9fa441bc86607da6b92d55908f01d62362...4dd5de68248237fa9df428669eb30fae78f23bb7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/aaa3ef9fa441bc86607da6b92d55908f01d62362...4dd5de68248237fa9df428669eb30fae78f23bb7 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] 17 commits: constant-fold ovf operations in rpython
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 998666e2 by Carl Friedrich Bolz-Tereick at 2022-11-09T10:38:31+01:00 constant-fold ovf operations in rpython - - - - - d7b59ef5 by Carl Friedrich Bolz-Tereick at 2022-11-10T21:14:17+01:00 #3840: implement the .description attribute of cursors more carefully - - - - - 3d658e61 by Matti Picus at 2022-11-12T23:47:12+02:00 skip test_callback_exception on PyPy - the exception does not have a traceback --HG-- branch : py3.8 - - - - - c9ba3868 by Matti Picus at 2022-11-12T23:52:25+02:00 skip corner case test that is too hard for PyPy to get right - - - - - b6c30e53 by Matti Picus at 2022-11-13T00:04:53+02:00 sync files - - - - - e1a1057b by Matti Picus at 2022-11-13T00:15:35+02:00 set is_musl to always False - - - - - 50a71404 by Matti Picus at 2022-11-13T00:25:11+02:00 skip _cffi_beckend ztranslation, requires too much emulation - - - - - 5501a791 by Matti Picus at 2022-11-13T00:27:21+02:00 merge default --HG-- branch : py3.8 - - - - - aaa3ef9f by Carl Friedrich Bolz-Tereick at 2022-11-14T11:14:30+01:00 fix 3.8 _sqlite differences --HG-- branch : py3.8 - - - - - 1fc79049 by Wenzel Jakob at 2022-11-14T10:06:04+02:00 add tests for issues 3849, 3850, 3851 from nanobind --HG-- branch : py3.8 - - - - - 4d05f220 by Matti Picus at 2022-11-14T13:49:22+02:00 skip python3.9 test, make tests pass on CPython3.8 --HG-- branch : py3.8 - - - - - b4ff00be by Matti Picus at 2022-11-14T14:24:08+02:00 fix implementation module names --HG-- branch : py3.8 - - - - - b6a831e0 by Matti Picus at 2022-11-14T18:22:03+02:00 skip tp_traverse for not on PyPy, it is "advanced" --HG-- branch : py3.8 - - - - - 2b3d0bda by Matti Picus at 2022-11-14T20:39:06+02:00 assign tp_getset to app-level type in PyType_FromSpecWithBases (issue 3851) --HG-- branch : py3.8 - - - - - 4dd5de68 by Matti Picus at 2022-11-14T22:14:17+02:00 fix graminit.h generation --HG-- branch : py3.8 - - - - - c08b3789 by Matti Picus at 2022-11-14T22:26:11+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 23346fb9 by Matti Picus at 2022-11-14T23:18:13+02:00 add PyObject_VectorcallMethod, with untested kwarg, unbound method code paths (issue 3850) --HG-- branch : py3.9 - - - - - 13 changed files: - extra_tests/test_sqlite3.py - lib_pypy/_sqlite3.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/conftest.py - pypy/module/_cffi_backend/test/test_c.py - pypy/module/_cffi_backend/test/test_ztranslation.py - pypy/module/cpyext/api.py - pypy/module/cpyext/methodobject.py - + pypy/module/cpyext/test/nanobind2.c - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py - rpython/translator/backendopt/constfold.py - rpython/translator/backendopt/test/test_constfold.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/93224d83b2b356d6c48864d8420b7171b2465cfb...23346fb9ceaf59c842d2e33614757034005875ec -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/93224d83b2b356d6c48864d8420b7171b2465cfb...23346fb9ceaf59c842d2e33614757034005875ec 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] fix translation
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 23189923 by Matti Picus at 2022-11-14T23:53:55+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/methodobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/23189923e96216b82ea548783644b21abdfa1e9c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/23189923e96216b82ea548783644b21abdfa1e9c 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] 2 commits: extend PyVectorCall tests to cover kwarg, unbound method
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 81b4a3ff by Jakob Wenzel at 2022-11-15T13:14:57+02:00 extend PyVectorCall tests to cover kwarg, unbound method --HG-- branch : py3.9 - - - - - 567c54fc by Matti Picus at 2022-11-15T14:04:11+02:00 make tests pass with -A --python=python3.9 --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/cpyext/test/nanobind2.c - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23189923e96216b82ea548783644b21abdfa1e9c...567c54fc82d3a9f3c70eda838ec9edc2cde325c2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23189923e96216b82ea548783644b21abdfa1e9c...567c54fc82d3a9f3c70eda838ec9edc2cde325c2 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.8] 2 commits: properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ed183cf5 by Matti Picus at 2022-11-16T14:17:43+02:00 properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776) --HG-- branch : py3.8 - - - - - 7bcbb303 by Matti Picus at 2022-11-16T15:50:57+02:00 add a passing test --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/include/funcobject.h - pypy/module/cpyext/include/missing.h - pypy/module/cpyext/src/missing.c - pypy/module/cpyext/test/test_object.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/02dfba80ae166ebabe075c3668252a5fd36eccec...7bcbb3038bc4b9fd1375115a0f3668fcb69fd3db -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/02dfba80ae166ebabe075c3668252a5fd36eccec...7bcbb3038bc4b9fd1375115a0f3668fcb69fd3db 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.8] consolidate PyObject_Call tests
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 28afc163 by Matti Picus at 2022-11-16T17:54:01+02:00 consolidate PyObject_Call tests --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/28afc1633137b0f9dc336003b6e873cb43f31393 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/28afc1633137b0f9dc336003b6e873cb43f31393 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] 6 commits: make type lookups fill the .name field of AttributeError
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 02dfba80 by Carl Friedrich Bolz-Tereick at 2022-11-14T21:46:46+01:00 make type lookups fill the .name field of AttributeError --HG-- branch : py3.8 - - - - - ed183cf5 by Matti Picus at 2022-11-16T14:17:43+02:00 properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776) --HG-- branch : py3.8 - - - - - 7bcbb303 by Matti Picus at 2022-11-16T15:50:57+02:00 add a passing test --HG-- branch : py3.8 - - - - - 28afc163 by Matti Picus at 2022-11-16T17:54:01+02:00 consolidate PyObject_Call tests --HG-- branch : py3.8 - - - - - 7d570641 by Matti Picus at 2022-11-16T17:54:20+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 614b1a4e by Matti Picus at 2022-11-16T19:16:57+02:00 test, add/rename PyObject_Call variants *NoArgs, *OneArg, *MethodNoArgs, *MethodOneArg (issue 3669) --HG-- branch : py3.9 - - - - - 10 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/eval.py - pypy/module/cpyext/include/funcobject.h - pypy/module/cpyext/include/missing.h - pypy/module/cpyext/src/missing.c - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_object.py - pypy/module/cpyext/test/test_typeobject.py - pypy/objspace/std/test/test_typeobject.py - pypy/objspace/std/typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/567c54fc82d3a9f3c70eda838ec9edc2cde325c2...614b1a4e2d5f96545a0972141625c95957c26f57 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/567c54fc82d3a9f3c70eda838ec9edc2cde325c2...614b1a4e2d5f96545a0972141625c95957c26f57 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.8] 4 commits: skip corner case test that is too hard for PyPy to get right
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - - - 42dc907a by Matti Picus at 2022-11-16T22:44:29+02:00 test, implement os.get_native_thread by copying CPython's C implementation --HG-- branch : py3.8 - - - - - dca142f5 by Matti Picus at 2022-11-16T22:50:56+02:00 merge default --HG-- branch : py3.8 - - - - - 7 changed files: - pypy/module/thread/moduledef.py - pypy/module/thread/os_thread.py - pypy/module/thread/test/test_thread.py - rpython/rlib/rthread.py - rpython/translator/c/src/thread.h - rpython/translator/c/src/thread_nt.c - rpython/translator/c/src/thread_pthread.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/46c5a2a34f6a56de055506ea3501bd3b88281574...dca142f50b2edf3e1f7d75c92cdc25eaa9d6afee -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/46c5a2a34f6a56de055506ea3501bd3b88281574...dca142f50b2edf3e1f7d75c92cdc25eaa9d6afee 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] backport rpython changes from cfc2d7ffded5
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - - - 4 changed files: - rpython/rlib/rthread.py - rpython/translator/c/src/thread.h - rpython/translator/c/src/thread_nt.c - rpython/translator/c/src/thread_pthread.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/412d40cd195d821d16d7d2f3bd492da20a6fd3ad -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/412d40cd195d821d16d7d2f3bd492da20a6fd3ad 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] 5 commits: skip corner case test that is too hard for PyPy to get right
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - - - 42dc907a by Matti Picus at 2022-11-16T22:44:29+02:00 test, implement os.get_native_thread by copying CPython's C implementation --HG-- branch : py3.8 - - - - - dca142f5 by Matti Picus at 2022-11-16T22:50:56+02:00 merge default --HG-- branch : py3.8 - - - - - 569a6412 by Matti Picus at 2022-11-16T22:51:27+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 7 changed files: - pypy/module/thread/moduledef.py - pypy/module/thread/os_thread.py - pypy/module/thread/test/test_thread.py - rpython/rlib/rthread.py - rpython/translator/c/src/thread.h - rpython/translator/c/src/thread_nt.c - rpython/translator/c/src/thread_pthread.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d03a59f9d855f2d873b1b05f3251ba86bee153e5...569a6412391b43ca4d5f36f7aec5124ee1df834e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d03a59f9d855f2d873b1b05f3251ba86bee153e5...569a6412391b43ca4d5f36f7aec5124ee1df834e 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] define aliases like CPython does
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 8d747e88 by Matti Picus at 2022-11-17T09:46:07+02:00 define aliases like CPython does --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/include/abstract.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8d747e8823a517e1246499d052193b34ad0b519e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8d747e8823a517e1246499d052193b34ad0b519e 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] sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream
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_tests/cffi_tests/cffi0/backend_tests.py - extra_tests/cffi_tests/cffi0/test_cdata.py - extra_tests/cffi_tests/cffi0/test_ctypes.py - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - extra_tests/cffi_tests/cffi0/test_function.py - extra_tests/cffi_tests/cffi0/test_model.py - extra_tests/cffi_tests/cffi0/test_ownlib.py - extra_tests/cffi_tests/cffi0/test_parsing.py - extra_tests/cffi_tests/cffi0/test_unicode_literals.py - extra_tests/cffi_tests/cffi0/test_verify.py - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zdistutils.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/cffi1/test_commontypes.py - extra_tests/cffi_tests/cffi1/test_dlopen.py - extra_tests/cffi_tests/cffi1/test_ffi_obj.py - extra_tests/cffi_tests/cffi1/test_new_ffi_1.py - extra_tests/cffi_tests/cffi1/test_parse_c_type.py - extra_tests/cffi_tests/cffi1/test_pkgconfig.py - extra_tests/cffi_tests/cffi1/test_re_python.py - extra_tests/cffi_tests/cffi1/test_realize_c_type.py - extra_tests/cffi_tests/cffi1/test_recompiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cd84ae35b9d97ea116623cdcfb928a0b19d422a2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cd84ae35b9d97ea116623cdcfb928a0b19d422a2 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] update last commit
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/-/commit/73fad7599fc176f7f31d198708056583dcb388e6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/73fad7599fc176f7f31d198708056583dcb388e6 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] 4 commits: sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream
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-11-17T11:11:07+02:00 update last commit - - - - - 1694358f by Matti Picus at 2022-11-17T12:36:05+02:00 merge default --HG-- branch : py3.8 - - - - - 66309dd6 by Matti Picus at 2022-11-17T12:36:26+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 24 changed files: - extra_tests/cffi_tests/cffi0/backend_tests.py - extra_tests/cffi_tests/cffi0/test_cdata.py - extra_tests/cffi_tests/cffi0/test_ctypes.py - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - extra_tests/cffi_tests/cffi0/test_function.py - extra_tests/cffi_tests/cffi0/test_model.py - extra_tests/cffi_tests/cffi0/test_ownlib.py - extra_tests/cffi_tests/cffi0/test_parsing.py - extra_tests/cffi_tests/cffi0/test_unicode_literals.py - extra_tests/cffi_tests/cffi0/test_verify.py - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zdistutils.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/cffi1/test_commontypes.py - extra_tests/cffi_tests/cffi1/test_dlopen.py - extra_tests/cffi_tests/cffi1/test_dlopen_unicode_literals.py - extra_tests/cffi_tests/cffi1/test_ffi_obj.py - extra_tests/cffi_tests/cffi1/test_new_ffi_1.py - extra_tests/cffi_tests/cffi1/test_parse_c_type.py - extra_tests/cffi_tests/cffi1/test_pkgconfig.py - extra_tests/cffi_tests/cffi1/test_re_python.py - extra_tests/cffi_tests/cffi1/test_realize_c_type.py - extra_tests/cffi_tests/cffi1/test_recompiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8d747e8823a517e1246499d052193b34ad0b519e...66309dd6cfb9e78963695f2e01ee73befb236c73 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8d747e8823a517e1246499d052193b34ad0b519e...66309dd6cfb9e78963695f2e01ee73befb236c73 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.8] 3 commits: sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream
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-11-17T11:11:07+02:00 update last commit - - - - - 1694358f by Matti Picus at 2022-11-17T12:36:05+02:00 merge default --HG-- branch : py3.8 - - - - - 24 changed files: - extra_tests/cffi_tests/cffi0/backend_tests.py - extra_tests/cffi_tests/cffi0/test_cdata.py - extra_tests/cffi_tests/cffi0/test_ctypes.py - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - extra_tests/cffi_tests/cffi0/test_function.py - extra_tests/cffi_tests/cffi0/test_model.py - extra_tests/cffi_tests/cffi0/test_ownlib.py - extra_tests/cffi_tests/cffi0/test_parsing.py - extra_tests/cffi_tests/cffi0/test_unicode_literals.py - extra_tests/cffi_tests/cffi0/test_verify.py - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zdistutils.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/cffi1/test_commontypes.py - extra_tests/cffi_tests/cffi1/test_dlopen.py - extra_tests/cffi_tests/cffi1/test_dlopen_unicode_literals.py - extra_tests/cffi_tests/cffi1/test_ffi_obj.py - extra_tests/cffi_tests/cffi1/test_new_ffi_1.py - extra_tests/cffi_tests/cffi1/test_parse_c_type.py - extra_tests/cffi_tests/cffi1/test_pkgconfig.py - extra_tests/cffi_tests/cffi1/test_re_python.py - extra_tests/cffi_tests/cffi1/test_realize_c_type.py - extra_tests/cffi_tests/cffi1/test_recompiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dca142f50b2edf3e1f7d75c92cdc25eaa9d6afee...1694358f13f5499b539a08767886c5e4b6e24c72 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dca142f50b2edf3e1f7d75c92cdc25eaa9d6afee...1694358f13f5499b539a08767886c5e4b6e24c72 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.8] 2 commits: skip cffi tests that are too hard/impossible to get right on PyPy
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 a memoryview with non-unit strides (issue 3857) --HG-- branch : py3.8 - - - - - 3 changed files: - extra_tests/conftest.py - pypy/interpreter/buffer.py - pypy/objspace/std/test/test_memoryobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2cfd3502e4ab90e1032aaad157e0df3883b91c47...8d9132dc857d42ce09bbefb8f4b6e77dbb4821a0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2cfd3502e4ab90e1032aaad157e0df3883b91c47...8d9132dc857d42ce09bbefb8f4b6e77dbb4821a0 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.8] fix for itemsize != 1
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: https://foss.heptapod.net/pypy/pypy/-/commit/0e40234fb478dd28b3e165883f8ac2cad69a605a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0e40234fb478dd28b3e165883f8ac2cad69a605a 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.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
[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: continue updating release note
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: eba2d17e by Matti Picus at 2022-11-19T18:58:04+02:00 continue updating release note - - - - - b2be44a7 by Matti Picus at 2022-11-19T23:29:30+02:00 add links - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe1d95b30d59c432790d051e120b6bcc64380d90...b2be44a7eb49a98692800fb60273a550a6170c52 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe1d95b30d59c432790d051e120b6bcc64380d90...b2be44a7eb49a98692800fb60273a550a6170c52 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] Pushed new branch branch/issue3854
Matti Picus pushed new branch branch/issue3854 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue3854 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/issue3854] remove unneeded code
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 31290e87 by Matti Picus at 2022-11-20T08:57:23+02:00 remove unneeded code --HG-- branch : issue3854 - - - - - 2 changed files: - pypy/module/cpyext/test/nanobind3.c - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/31290e876f36df1924ec7de634832bd615538f4c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/31290e876f36df1924ec7de634832bd615538f4c 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/issue3854] test passes on CPython, fails on PyPy
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: d54d56e2 by Matti Picus at 2022-11-20T09:00:25+02:00 test passes on CPython, fails on PyPy --HG-- branch : issue3854 - - - - - 1 changed file: - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d54d56e297d9c13318371810d9be0a6d16e4f278 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d54d56e297d9c13318371810d9be0a6d16e4f278 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/issue3854] add a non-raising call, use self.debug_collect for untranslated tests
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 20bfa4fb by Matti Picus at 2022-11-20T19:50:20+02:00 add a non-raising call, use self.debug_collect for untranslated tests --HG-- branch : issue3854 - - - - - 2 changed files: - pypy/module/cpyext/test/nanobind3.c - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/20bfa4fb452d1e4ff53768bddf0d8c72f90b2f75 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/20bfa4fb452d1e4ff53768bddf0d8c72f90b2f75 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/issue3854] 2 commits: redo the test to use an argument, the tp_dealloc of the argument is not called
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 0fb4851c by Jakob Wenzel at 2022-11-20T22:36:48+02:00 redo the test to use an argument, the tp_dealloc of the argument is not called --HG-- branch : issue3854 - - - - - f769087b by Matti Picus at 2022-11-20T23:39:04+02:00 decref even if an exception is raised in tp_init and tp_call --HG-- branch : issue3854 - - - - - 3 changed files: - pypy/module/cpyext/slotdefs.py - pypy/module/cpyext/test/nanobind3.c - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/20bfa4fb452d1e4ff53768bddf0d8c72f90b2f75...f769087b27eb4abb769c6ee152766616bed92a9f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/20bfa4fb452d1e4ff53768bddf0d8c72f90b2f75...f769087b27eb4abb769c6ee152766616bed92a9f 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] 2 commits: decref even if an exception is raised in tp_init and tp_call (issue 3854)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 29f445a6 by Matti Picus at 2022-11-20T23:39:04+02:00 decref even if an exception is raised in tp_init and tp_call (issue 3854) - - - - - fdb9445d by Matti Picus at 2022-11-21T00:16:43+02:00 fix expected error - - - - - 2 changed files: - pypy/module/cpyext/slotdefs.py - pypy/module/cpyext/test/test_cpyext.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b2be44a7eb49a98692800fb60273a550a6170c52...fdb9445de84c2fdac7131bda338a0657199d959e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b2be44a7eb49a98692800fb60273a550a6170c52...fdb9445de84c2fdac7131bda338a0657199d959e 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] Deleted branch branch/issue3854
Matti Picus deleted branch branch/issue3854 at PyPy / pypy -- 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] 8 commits: add failing test that raising will call tp_dealloc
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6a904927 by Matti Picus at 2022-11-20T08:35:12+02:00 add failing test that raising will call tp_dealloc --HG-- branch : issue3854 - - - - - 31290e87 by Matti Picus at 2022-11-20T08:57:23+02:00 remove unneeded code --HG-- branch : issue3854 - - - - - d54d56e2 by Matti Picus at 2022-11-20T09:00:25+02:00 test passes on CPython, fails on PyPy --HG-- branch : issue3854 - - - - - 20bfa4fb by Matti Picus at 2022-11-20T19:50:20+02:00 add a non-raising call, use self.debug_collect for untranslated tests --HG-- branch : issue3854 - - - - - 0fb4851c by Jakob Wenzel at 2022-11-20T22:36:48+02:00 redo the test to use an argument, the tp_dealloc of the argument is not called --HG-- branch : issue3854 - - - - - f769087b by Matti Picus at 2022-11-20T23:39:04+02:00 decref even if an exception is raised in tp_init and tp_call --HG-- branch : issue3854 - - - - - 012d4c0b by Matti Picus at 2022-11-21T00:19:53+02:00 close branch to be merged --HG-- branch : issue3854 - - - - - e032b42f by Matti Picus at 2022-11-21T00:21:04+02:00 test, fix leak of arguments to a tp_call when the call errors (issue 3854) --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/cpyext/slotdefs.py - + pypy/module/cpyext/test/nanobind3.c - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3455d226b5c6cd0219a7c1fe3b37c98b296ba19f...e032b42f56d94b0dd8cd80b63212fa940cf5abdf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3455d226b5c6cd0219a7c1fe3b37c98b296ba19f...e032b42f56d94b0dd8cd80b63212fa940cf5abdf 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] host python2 (pypy vs cpython) emits different message for 1/0
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ea2e6448 by Matti Picus at 2022-11-21T07:28:20+02:00 host python2 (pypy vs cpython) emits different message for 1/0 - - - - - 1 changed file: - pypy/module/cpyext/test/test_cpyext.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ea2e6448f1bd8acc5c4d9f35d497613f54ea2fff -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ea2e6448f1bd8acc5c4d9f35d497613f54ea2fff 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.8] 11 commits: update to latest OpenSSL versions in build script
Matti Picus pushed to branch branch/py3.8 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 - - - - - 031c6f4c by Carl Friedrich Bolz-Tereick at 2022-11-19T14:30:02+01:00 fix a bug in 82fa24d66349: the code path that passed constants along a link to a block with several predecessors was broken in the presence of the new ovf folding logic - - - - - fe1d95b3 by Carl Friedrich Bolz-Tereick at 2022-11-19T14:32:48+01:00 remove pdb :-/ - - - - - eba2d17e by Matti Picus at 2022-11-19T18:58:04+02:00 continue updating release note - - - - - b2be44a7 by Matti Picus at 2022-11-19T23:29:30+02:00 add links - - - - - 29f445a6 by Matti Picus at 2022-11-20T23:39:04+02:00 decref even if an exception is raised in tp_init and tp_call (issue 3854) - - - - - fdb9445d by Matti Picus at 2022-11-21T00:16:43+02:00 fix expected error - - - - - ea2e6448 by Matti Picus at 2022-11-21T07:28:20+02:00 host python2 (pypy vs cpython) emits different message for 1/0 - - - - - be240b80 by Matti Picus at 2022-11-21T07:33:33+02:00 merge default --HG-- branch : py3.8 - - - - - 6 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/release-v7.3.10.rst - pypy/module/cpyext/slotdefs.py - pypy/module/cpyext/test/test_cpyext.py - rpython/translator/backendopt/constfold.py - rpython/translator/backendopt/test/test_constfold.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e4f51da1172fc19c7b369d4c4b1d771508c661c7...be240b80dbb6ce1af4a41cf390589be2de79377a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e4f51da1172fc19c7b369d4c4b1d771508c661c7...be240b80dbb6ce1af4a41cf390589be2de79377a 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] 12 commits: update to latest OpenSSL versions in build script
Matti Picus pushed to branch branch/py3.9 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 - - - - - 031c6f4c by Carl Friedrich Bolz-Tereick at 2022-11-19T14:30:02+01:00 fix a bug in 82fa24d66349: the code path that passed constants along a link to a block with several predecessors was broken in the presence of the new ovf folding logic - - - - - fe1d95b3 by Carl Friedrich Bolz-Tereick at 2022-11-19T14:32:48+01:00 remove pdb :-/ - - - - - eba2d17e by Matti Picus at 2022-11-19T18:58:04+02:00 continue updating release note - - - - - b2be44a7 by Matti Picus at 2022-11-19T23:29:30+02:00 add links - - - - - 29f445a6 by Matti Picus at 2022-11-20T23:39:04+02:00 decref even if an exception is raised in tp_init and tp_call (issue 3854) - - - - - fdb9445d by Matti Picus at 2022-11-21T00:16:43+02:00 fix expected error - - - - - ea2e6448 by Matti Picus at 2022-11-21T07:28:20+02:00 host python2 (pypy vs cpython) emits different message for 1/0 - - - - - be240b80 by Matti Picus at 2022-11-21T07:33:33+02:00 merge default --HG-- branch : py3.8 - - - - - 3965b0b1 by Matti Picus at 2022-11-21T07:38:43+02:00 merge default --HG-- branch : py3.9 - - - - - 5 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/release-v7.3.10.rst - pypy/module/cpyext/test/test_cpyext.py - rpython/translator/backendopt/constfold.py - rpython/translator/backendopt/test/test_constfold.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e032b42f56d94b0dd8cd80b63212fa940cf5abdf...3965b0b14b2fbf97a8d25b7db58a3ecdb84db4f5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e032b42f56d94b0dd8cd80b63212fa940cf5abdf...3965b0b14b2fbf97a8d25b7db58a3ecdb84db4f5 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/release-pypy2.7-v7.x] fix a typo caught by failing tests
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 6e733d68 by Matti Picus at 2022-11-21T15:11:00+02:00 fix a typo caught by failing tests --HG-- branch : release-pypy2.7-v7.x - - - - - 1 changed file: - pypy/module/cpyext/include/patchlevel.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6e733d6810cca2db79d8a7a353e6435fff814acc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6e733d6810cca2db79d8a7a353e6435fff814acc 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] fix name confusion (sorry Wenzel)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: af6f6645 by Matti Picus at 2022-11-21T17:21:56+02:00 fix name confusion (sorry Wenzel) - - - - - 3 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/tool/makecontributor.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/af6f66450360ef2b11074c7a6475946354a47517 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/af6f66450360ef2b11074c7a6475946354a47517 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/release-pypy3.8-v7.x] 5 commits: update contributors
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 6af595db by Matti Picus at 2022-11-21T13:12:43+02:00 update contributors - - - - - af6f6645 by Matti Picus at 2022-11-21T17:21:56+02:00 fix name confusion (sorry Wenzel) - - - - - 9fe12d8e by Carl Friedrich Bolz-Tereick at 2022-11-21T18:00:10+01:00 write a test for 8eb1cf456a46 - - - - - c91451f6 by Carl Friedrich Bolz-Tereick at 2022-11-21T18:04:54+01:00 merge default, including the changes done long ago in 8eb1cf456a46 that were not merged to py3.x --HG-- branch : py3.8 - - - - - 13a64f5e by Matti Picus at 2022-11-21T19:14:55+02:00 merge py3.8 into the release --HG-- branch : release-pypy3.8-v7.x - - - - - 5 changed files: - LICENSE - lib-python/3/warnings.py - pypy/doc/contributor.rst - pypy/doc/tool/makecontributor.py - + pypy/module/_warnings/test/test_warnings.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/869d163e237d27c237d4bc20c9fac1f4a439b196...13a64f5e466794ff5e1e69c484c57e9ed087b5ad -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/869d163e237d27c237d4bc20c9fac1f4a439b196...13a64f5e466794ff5e1e69c484c57e9ed087b5ad 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/release-pypy3.9-v7.x] 8 commits: merge default
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 3965b0b1 by Matti Picus at 2022-11-21T07:38:43+02:00 merge default --HG-- branch : py3.9 - - - - - c856b1e6 by Matti Picus at 2022-11-21T12:41:56+02:00 merge heads --HG-- branch : py3.9 - - - - - 6af595db by Matti Picus at 2022-11-21T13:12:43+02:00 update contributors - - - - - af6f6645 by Matti Picus at 2022-11-21T17:21:56+02:00 fix name confusion (sorry Wenzel) - - - - - 9fe12d8e by Carl Friedrich Bolz-Tereick at 2022-11-21T18:00:10+01:00 write a test for 8eb1cf456a46 - - - - - c91451f6 by Carl Friedrich Bolz-Tereick at 2022-11-21T18:04:54+01:00 merge default, including the changes done long ago in 8eb1cf456a46 that were not merged to py3.x --HG-- branch : py3.8 - - - - - 56bc6c23 by Carl Friedrich Bolz-Tereick at 2022-11-21T18:06:59+01:00 merge py3.8 --HG-- branch : py3.9 - - - - - 3872d4bc by Matti Picus at 2022-11-21T19:15:27+02:00 merge py3.9 into the release --HG-- branch : release-pypy3.9-v7.x - - - - - 5 changed files: - LICENSE - lib-python/3/warnings.py - pypy/doc/contributor.rst - pypy/doc/tool/makecontributor.py - + pypy/module/_warnings/test/test_warnings.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/57b29b32d4f0ed76385d29fe6e4cc081f302dfb8...3872d4bc69c14cde86d574e49ab311af5943df06 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/57b29b32d4f0ed76385d29fe6e4cc081f302dfb8...3872d4bc69c14cde86d574e49ab311af5943df06 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.8] locally this test passes without the pytest 4.0.0 check
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 56dfd4da by Matti Picus at 2022-11-22T21:11:09+02:00 locally this test passes without the pytest 4.0.0 check --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_warnings/test/apptest_warnings.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/56dfd4daa503a824e8c8adf1c9ecd08dc6e708ac -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/56dfd4daa503a824e8c8adf1c9ecd08dc6e708ac 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] 6 commits: change nightly darwin name to macos_x86_64 in versions.json
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8c73c9fd by Matti Picus at 2022-11-22T23:16:05+02:00 change nightly darwin name to macos_x86_64 in versions.json - - - - - 2dbb4e4c by Matti Picus at 2022-11-22T23:17:25+02:00 check last-modified-time on nightlies, improve script handling of macos - - - - - c734080d by Matti Picus at 2022-11-23T00:50:10+02:00 add macos arm64 nightlies, improve checking script - - - - - f460d6bd by Matti Picus at 2022-11-22T23:17:56+02:00 Added tag release-pypy2.7-v7.3.10rc1 for changeset b59d72e97038 - - - - - bc223ece by Matti Picus at 2022-11-22T23:18:41+02:00 Added tag release-pypy3.8-v7.3.10rc1 for changeset 983095e8878f - - - - - ec37d8e6 by Matti Picus at 2022-11-22T23:18:58+02:00 Added tag release-pypy3.9-v7.3.10rc1 for changeset e3422b03172e - - - - - 3 changed files: - .hgtags - pypy/tool/release/check_versions.py - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9fe12d8e123d84a8a3cfb524c4ab45411bd7d2fa...ec37d8e699742d7fde31a82f0cdf25214a4ed308 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9fe12d8e123d84a8a3cfb524c4ab45411bd7d2fa...ec37d8e699742d7fde31a82f0cdf25214a4ed308 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] update repackage script
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 848632b9 by Matti Picus at 2022-11-23T07:45:55+02:00 update repackage script - - - - - 1 changed file: - pypy/tool/release/repackage.sh View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/848632b9aebbb7cf12a91474520ffa3f452d5355 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/848632b9aebbb7cf12a91474520ffa3f452d5355 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/release-pypy3.9-v7.x] 3 commits: fix cpyext PYPY_VERSION_NUM
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 31abccd2 by Matti Picus at 2022-11-23T07:50:30+02:00 fix cpyext PYPY_VERSION_NUM --HG-- branch : release-pypy3.9-v7.x - - - - - 77d2cb21 by Matti Picus at 2022-11-23T07:58:40+02:00 reformat C code to avoid -Werror=misleading-indentation compiler warning --HG-- branch : py3.9 - - - - - a4a88d07 by Matti Picus at 2022-11-23T07:59:05+02:00 merge py3.9 into release --HG-- branch : release-pypy3.9-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/cpyext/test/nanobind3.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3872d4bc69c14cde86d574e49ab311af5943df06...a4a88d07cb12d26c0ba770f50592915d8296216b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3872d4bc69c14cde86d574e49ab311af5943df06...a4a88d07cb12d26c0ba770f50592915d8296216b 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] reformat C code to avoid -Werror=misleading-indentation compiler warning
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 77d2cb21 by Matti Picus at 2022-11-23T07:58:40+02:00 reformat C code to avoid -Werror=misleading-indentation compiler warning --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/test/nanobind3.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/77d2cb217a8e039be36553e29887dc8947ee499c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/77d2cb217a8e039be36553e29887dc8947ee499c 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.8] skp tests only when run with pypy3 pytest.py -D
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b74d0783 by Matti Picus at 2022-11-23T08:05:30+02:00 skp tests only when run with pypy3 pytest.py -D --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_warnings/test/apptest_warnings.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b74d0783c3a4e06e3e3ed22a5e4bf241377a7fc0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b74d0783c3a4e06e3e3ed22a5e4bf241377a7fc0 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: Added tag release-pypy2.7-v7.3.10rc2 for changeset b59d72e97038
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6b0759a7 by Matti Picus at 2022-11-23T13:43:31+02:00 Added tag release-pypy2.7-v7.3.10rc2 for changeset b59d72e97038 - - - - - 61ce71b0 by Matti Picus at 2022-11-23T13:43:49+02:00 Added tag release-pypy3.8-v7.3.10rc2 for changeset 983095e8878f - - - - - 8aeb6ca5 by Matti Picus at 2022-11-23T13:55:04+02:00 Added tag release-pypy3.9-v7.3.10rc2 for changeset bc58732e1737 - - - - - 1 changed file: - .hgtags View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/848632b9aebbb7cf12a91474520ffa3f452d5355...8aeb6ca5b5a5ab6016633518bc4dffc73b53070b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/848632b9aebbb7cf12a91474520ffa3f452d5355...8aeb6ca5b5a5ab6016633518bc4dffc73b53070b 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/release-pypy2.7-v7.x] fix version to match tag
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 0aa7d625 by Matti Picus at 2022-11-23T13:59:06+02:00 fix version to match tag --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0aa7d6250a91dfc21651c168e6652c31c297dde7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0aa7d6250a91dfc21651c168e6652c31c297dde7 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/release-pypy3.8-v7.x] fix version to match tag
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 3f5fced4 by Matti Picus at 2022-11-23T13:59:41+02:00 fix version to match tag --HG-- branch : release-pypy3.8-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3f5fced4ba70bd934ec8467f38a357ff4a6e2372 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3f5fced4ba70bd934ec8467f38a357ff4a6e2372 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/release-pypy3.9-v7.x] fix version to match tag
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 06a76aaf by Matti Picus at 2022-11-23T14:00:33+02:00 fix version to match tag --HG-- branch : release-pypy3.9-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/06a76aafcce5e4ea9dfa1f6ad2ec7a1728e6f7b5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/06a76aafcce5e4ea9dfa1f6ad2ec7a1728e6f7b5 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: Added tag release-pypy2.7-v7.3.10rc3 for changeset 59ee452d464d
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 213d3447 by Matti Picus at 2022-11-23T22:55:00+02:00 Added tag release-pypy2.7-v7.3.10rc3 for changeset 59ee452d464d - - - - - 65c5892e by Matti Picus at 2022-11-23T22:55:26+02:00 Added tag release-pypy3.8-v7.3.10rc3 for changeset 19d4bf93b072 - - - - - ff266349 by Matti Picus at 2022-11-23T22:55:44+02:00 Added tag release-pypy3.9-v7.3.10rc3 for changeset 27701b51ceb0 - - - - - 1 changed file: - .hgtags View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8aeb6ca5b5a5ab6016633518bc4dffc73b53070b...ff266349cb5f0eb2df816eabc50688738edf0985 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8aeb6ca5b5a5ab6016633518bc4dffc73b53070b...ff266349cb5f0eb2df816eabc50688738edf0985 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] update versions.json for the release
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 72be5a28 by Matti Picus at 2022-11-24T09:41:06+02:00 update versions.json for the release - - - - - 4 changed files: - pypy/doc/how-to-release.rst - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72be5a2803ee38e39c9a8cb1df7b152964c136f4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72be5a2803ee38e39c9a8cb1df7b152964c136f4 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] rework the binary package support paragraph
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5fe2cf50 by Matti Picus at 2022-11-24T15:13:24+02:00 rework the binary package support paragraph - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5fe2cf5067893ec1a1dd884a3913bd782b65a430 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5fe2cf5067893ec1a1dd884a3913bd782b65a430 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] always use -fPIC, maybe fixes debian x32 build
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d9058e00 by Matti Picus at 2022-11-26T20:48:02+02:00 always use -fPIC, maybe fixes debian x32 build - - - - - 2 changed files: - rpython/translator/platform/__init__.py - rpython/translator/platform/linux.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d9058e00f1b8729edb6d106abd4daad5dd575726 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d9058e00f1b8729edb6d106abd4daad5dd575726 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.8] 20 commits: change nightly darwin name to macos_x86_64 in versions.json
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 8c73c9fd by Matti Picus at 2022-11-22T23:16:05+02:00 change nightly darwin name to macos_x86_64 in versions.json - - - - - 2dbb4e4c by Matti Picus at 2022-11-22T23:17:25+02:00 check last-modified-time on nightlies, improve script handling of macos - - - - - c734080d by Matti Picus at 2022-11-23T00:50:10+02:00 add macos arm64 nightlies, improve checking script - - - - - f460d6bd by Matti Picus at 2022-11-22T23:17:56+02:00 Added tag release-pypy2.7-v7.3.10rc1 for changeset b59d72e97038 - - - - - bc223ece by Matti Picus at 2022-11-22T23:18:41+02:00 Added tag release-pypy3.8-v7.3.10rc1 for changeset 983095e8878f - - - - - ec37d8e6 by Matti Picus at 2022-11-22T23:18:58+02:00 Added tag release-pypy3.9-v7.3.10rc1 for changeset e3422b03172e - - - - - 848632b9 by Matti Picus at 2022-11-23T07:45:55+02:00 update repackage script - - - - - 6b0759a7 by Matti Picus at 2022-11-23T13:43:31+02:00 Added tag release-pypy2.7-v7.3.10rc2 for changeset b59d72e97038 - - - - - 61ce71b0 by Matti Picus at 2022-11-23T13:43:49+02:00 Added tag release-pypy3.8-v7.3.10rc2 for changeset 983095e8878f - - - - - 8aeb6ca5 by Matti Picus at 2022-11-23T13:55:04+02:00 Added tag release-pypy3.9-v7.3.10rc2 for changeset bc58732e1737 - - - - - 213d3447 by Matti Picus at 2022-11-23T22:55:00+02:00 Added tag release-pypy2.7-v7.3.10rc3 for changeset 59ee452d464d - - - - - 65c5892e by Matti Picus at 2022-11-23T22:55:26+02:00 Added tag release-pypy3.8-v7.3.10rc3 for changeset 19d4bf93b072 - - - - - ff266349 by Matti Picus at 2022-11-23T22:55:44+02:00 Added tag release-pypy3.9-v7.3.10rc3 for changeset 27701b51ceb0 - - - - - 72be5a28 by Matti Picus at 2022-11-24T09:41:06+02:00 update versions.json for the release - - - - - acf96dcb by Carl Friedrich Bolz-Tereick at 2022-11-24T12:35:57+01:00 various small tweaks to the release note - - - - - 5fe2cf50 by Matti Picus at 2022-11-24T15:13:24+02:00 rework the binary package support paragraph - - - - - ebeb06b6 by Carl Friedrich Bolz-Tereick at 2022-11-25T13:08:22+01:00 consider equal lltype ptrs to be equal constants in rpython constant-folding in particular nullptrs are considered to be the same - - - - - d9058e00 by Matti Picus at 2022-11-26T20:48:02+02:00 always use -fPIC, maybe fixes debian x32 build - - - - - 4ad02f0d by Matti Picus at 2022-11-26T22:51:53+02:00 merge default --HG-- branch : py3.8 - - - - - b16f315c by Matti Picus at 2022-11-26T22:51:04+02:00 test, fix parsing "eval('777e0')" which should yield 777.0 --HG-- branch : py3.8 - - - - - 12 changed files: - .hgtags - pypy/doc/how-to-release.rst - pypy/doc/release-v7.3.10.rst - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/translator/backendopt/constfold.py - rpython/translator/backendopt/test/test_constfold.py - rpython/translator/platform/__init__.py - rpython/translator/platform/linux.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b74d0783c3a4e06e3e3ed22a5e4bf241377a7fc0...b16f315cfc6e7e094599a9b20065de3cbbf3e744 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b74d0783c3a4e06e3e3ed22a5e4bf241377a7fc0...b16f315cfc6e7e094599a9b20065de3cbbf3e744 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.8] redo int parsing, test more examples
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 903fd7f4 by Matti Picus at 2022-11-27T06:26:15+02:00 redo int parsing, test more examples --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/test/test_compile.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/903fd7f4add2b8352b95c850ed7494075b44fe29 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/903fd7f4add2b8352b95c850ed7494075b44fe29 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] fix test
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 95f84887 by Matti Picus at 2022-11-27T04:33:39+02:00 fix test - - - - - 1 changed file: - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/95f848870e3a17eec21906f9e80dad6ee55f1502 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/95f848870e3a17eec21906f9e80dad6ee55f1502 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.8] test, fix corner case eval("0b_1")
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d0815325 by Matti Picus at 2022-11-28T09:26:45+02:00 test, fix corner case eval("0b_1") --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/test/test_compile.py - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d081532586662d960cb6e0099562b4d6998a4359 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d081532586662d960cb6e0099562b4d6998a4359 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] add sqlite3 update to release note
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 192a49c0 by Matti Picus at 2022-11-28T14:30:22+02:00 add sqlite3 update to release note - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/192a49c0632cfdef331ed1a67cb8ab7bcd91e7ee -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/192a49c0632cfdef331ed1a67cb8ab7bcd91e7ee 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] Pushed new branch branch/testcapi
Matti Picus pushed new branch branch/testcapi at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/testcapi 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] release note mporvements
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 59e1f158 by Matti Picus at 2022-11-30T23:33:24+02:00 release note mporvements - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59e1f15835be9978d20aeeadcc9ad2c8e72f7cae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59e1f15835be9978d20aeeadcc9ad2c8e72f7cae 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/release-pypy3.8-v7.x] change candidate to final
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: e4f45879 by Matti Picus at 2022-11-30T23:45:57+02:00 change candidate to final --HG-- branch : release-pypy3.8-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e4f45879cfa53c1207600271f9a794a6ae378db9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e4f45879cfa53c1207600271f9a794a6ae378db9 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/release-pypy2.7-v7.x] change candidate to final
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: aca9f5ad by Matti Picus at 2022-11-30T23:44:30+02:00 change candidate to final --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/aca9f5ad25c40b875ca824ab618498ea10d5213e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/aca9f5ad25c40b875ca824ab618498ea10d5213e 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/release-pypy3.9-v7.x] change candidate to final
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: ceabf664 by Matti Picus at 2022-11-30T23:46:38+02:00 change candidate to final --HG-- branch : release-pypy3.9-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ceabf664b9890ae640e3ca93fb6436bf02174766 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ceabf664b9890ae640e3ca93fb6436bf02174766 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] remove redundnat lib_pypy/_functools.py and re-sync test_functools.py (issue 3861)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d63a8587 by Matti Picus at 2022-12-01T15:08:45+02:00 remove redundnat lib_pypy/_functools.py and re-sync test_functools.py (issue 3861) --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/test/test_functools.py - − lib_pypy/_functools.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d63a858757f49cd8cb3c63d61f02812573c7ff1f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d63a858757f49cd8cb3c63d61f02812573c7ff1f 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.8] add a test that passes untranslated, fails after translation (issue 3862)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 6efe6137 by Matti Picus at 2022-12-01T17:44:29+02:00 add a test that passes untranslated, fails after translation (issue 3862) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/time/test/test_time.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6efe6137fa0cce1d036f7e117775d144e02b84d5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6efe6137fa0cce1d036f7e117775d144e02b84d5 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] 2 commits: remove more redundant tests, sync better with upstream
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 24daa14a by Matti Picus at 2022-12-02T16:14:38+02:00 remove more redundant tests, sync better with upstream --HG-- branch : py3.9 - - - - - 436e81c1 by Matti Picus at 2022-12-02T16:15:06+02:00 fix corner cases, should probably upstream to CPython --HG-- branch : py3.9 - - - - - 4 changed files: - − extra_tests/test_functools.py - lib-python/3/functools.py - lib-python/3/test/test_functools.py - − pypy/module/test_lib_pypy/test__functools.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d63a858757f49cd8cb3c63d61f02812573c7ff1f...436e81c120b6dfd3672794bff3a4b17d205b50ba -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d63a858757f49cd8cb3c63d61f02812573c7ff1f...436e81c120b6dfd3672794bff3a4b17d205b50ba 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] fix tests for no c_functools
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2bbc9c12 by Matti Picus at 2022-12-03T10:42:01+02:00 fix tests for no c_functools --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_functools.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2bbc9c12a7c7e0a46ec0d86a1972364573a45434 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2bbc9c12a7c7e0a46ec0d86a1972364573a45434 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] sync with upstream
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cf661a8b by Matti Picus at 2022-12-04T20:40:40+02:00 sync with upstream - - - - - 1 changed file: - extra_tests/cffi_tests/cffi0/test_ffi_backend.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf661a8bbfa19ab6927bc66579218a920fb7c6d0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf661a8bbfa19ab6927bc66579218a920fb7c6d0 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.8] remove MSVC9 checks from windows strftime formatting
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0b36fa16 by Matti Picus at 2022-12-04T10:41:06+02:00 remove MSVC9 checks from windows strftime formatting --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0b36fa167adb8f40a05ba288d17dccd3ac9e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0b36fa167adb8f40a05ba288d17dccd3ac9e 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.8] 3 commits: update comments to reflect code
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 46e5a949 by Matti Picus at 2022-12-05T02:04:06+02:00 update comments to reflect code --HG-- branch : py3.8 - - - - - 822cf9d8 by Matti Picus at 2022-12-05T02:04:43+02:00 "prefix" on windows turns into a directory name, which is case-insensitive on windows --HG-- branch : py3.8 - - - - - 482d1998 by Matti Picus at 2022-12-05T02:13:13+02:00 unstraslated tests have extra stat fields on windows --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/_hpy_universal/test/support.py - pypy/module/posix/interp_posix.py - pypy/module/sys/initpath.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0b36fa167adb8f40a05ba288d17dccd3ac9e...482d199847d5eca89adf814a3b9546f21da8f94d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0b36fa167adb8f40a05ba288d17dccd3ac9e...482d199847d5eca89adf814a3b9546f21da8f94d 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.8] fix for MSVC
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 17b9c12e by Matti Picus at 2022-12-05T02:27:58+02:00 fix for MSVC --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/test/nanobind1.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/17b9c12e624b1d832a3c4d7c7cfca74d502d5332 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/17b9c12e624b1d832a3c4d7c7cfca74d502d5332 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.8] 3 commits: sync with upstream
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cf661a8b by Matti Picus at 2022-12-04T20:40:40+02:00 sync with upstream - - - - - 9cb6c0a5 by Matti Picus at 2022-12-05T13:44:01+02:00 upate release notes for grafted commits - - - - - 2a1451b1 by Matti Picus at 2022-12-05T14:00:43+02:00 merge default --HG-- branch : py3.8 - - - - - 2 changed files: - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/17b9c12e624b1d832a3c4d7c7cfca74d502d5332...2a1451b1a85fafe5952c0ac59c03a321b335531e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/17b9c12e624b1d832a3c4d7c7cfca74d502d5332...2a1451b1a85fafe5952c0ac59c03a321b335531e 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] 19 commits: add sqlite3 update to release note
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 192a49c0 by Matti Picus at 2022-11-28T14:30:22+02:00 add sqlite3 update to release note - - - - - 59e1f158 by Matti Picus at 2022-11-30T23:33:24+02:00 release note mporvements - - - - - 6efe6137 by Matti Picus at 2022-12-01T17:44:29+02:00 add a test that passes untranslated, fails after translation (issue 3862) --HG-- branch : py3.8 - - - - - 3f3b62fc by Carl Friedrich Bolz-Tereick at 2022-12-01T17:58:21+01:00 #3852: fix the __copy__ optimization of itertools.tee, which was copying the iterable, not the iterator --HG-- branch : py3.8 - - - - - e271a543 by Carl Friedrich Bolz-Tereick at 2022-12-02T09:39:02+01:00 #3862 fix for the test 76e56126cf43 --HG-- branch : py3.8 - - - - - 728beada by Carl Friedrich Bolz-Tereick at 2022-12-03T14:13:26+01:00 #3862: add an assert about correct usage to utf82wcharp - - - - - 5e475c70 by Carl Friedrich Bolz-Tereick at 2022-12-03T14:15:04+01:00 merge default --HG-- branch : py3.8 - - - - - 97a592a1 by Carl Friedrich Bolz-Tereick at 2022-12-03T14:16:10+01:00 (cfbolz, arigo pointing at the problem): somewhat blindly apply an equivalent fix to b52ad0d2a5b1 to the windows path of the code --HG-- branch : py3.8 - - - - - 69fbf7df by Carl Friedrich Bolz-Tereick at 2022-12-03T15:06:09+01:00 #3864 fix MSG_TRUNC socket weirdness on linux - - - - - 20e38170 by Carl Friedrich Bolz-Tereick at 2022-12-03T15:06:29+01:00 merge default --HG-- branch : py3.8 - - - - - 0b36fa16 by Matti Picus at 2022-12-04T10:41:06+02:00 remove MSVC9 checks from windows strftime formatting --HG-- branch : py3.8 - - - - - cf661a8b by Matti Picus at 2022-12-04T20:40:40+02:00 sync with upstream - - - - - 46e5a949 by Matti Picus at 2022-12-05T02:04:06+02:00 update comments to reflect code --HG-- branch : py3.8 - - - - - 822cf9d8 by Matti Picus at 2022-12-05T02:04:43+02:00 "prefix" on windows turns into a directory name, which is case-insensitive on windows --HG-- branch : py3.8 - - - - - 482d1998 by Matti Picus at 2022-12-05T02:13:13+02:00 unstraslated tests have extra stat fields on windows --HG-- branch : py3.8 - - - - - 17b9c12e by Matti Picus at 2022-12-05T02:27:58+02:00 fix for MSVC --HG-- branch : py3.8 - - - - - 9cb6c0a5 by Matti Picus at 2022-12-05T13:44:01+02:00 upate release notes for grafted commits - - - - - 2a1451b1 by Matti Picus at 2022-12-05T14:00:43+02:00 merge default --HG-- branch : py3.8 - - - - - 0527a621 by Matti Picus at 2022-12-05T14:01:20+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 14 changed files: - extra_tests/cffi_tests/cffi0/test_ffi_backend.py - pypy/doc/release-v7.3.10.rst - pypy/module/_codecs/locale.py - pypy/module/_hpy_universal/test/support.py - pypy/module/cpyext/test/nanobind1.c - pypy/module/itertools/interp_itertools.py - pypy/module/itertools/test/test_itertools.py - pypy/module/posix/interp_posix.py - pypy/module/sys/initpath.py - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.py - rpython/rlib/rsocket.py - rpython/rlib/test/test_rsocket.py - rpython/rtyper/lltypesystem/rffi.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2bbc9c12a7c7e0a46ec0d86a1972364573a45434...0527a6214c8e800cf35a1d8128d2553208972da8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2bbc9c12a7c7e0a46ec0d86a1972364573a45434...0527a6214c8e800cf35a1d8128d2553208972da8 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] 6 commits: fix macos builders in force-builds.py
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2f206306 by Matti Picus at 2022-12-05T14:42:31+02:00 fix macos builders in force-builds.py - - - - - f0df5ef1 by Matti Picus at 2022-12-06T01:43:55+02:00 Added tag release-pypy2.7-v7.3.10 for changeset 451ff45aeccb - - - - - 8258becd by Matti Picus at 2022-12-06T01:44:26+02:00 Added tag release-pypy3.8-v7.3.10 for changeset c20fe3f310f1 - - - - - d37bd6d1 by Matti Picus at 2022-12-06T01:44:42+02:00 Added tag release-pypy3.9-v7.3.10 for changeset 21401ebc2df3 - - - - - eb988187 by Matti Picus at 2022-12-05T22:02:41-05:00 update versions.json for release - - - - - a2b7bfb5 by Matti Picus at 2022-12-06T11:28:34-05:00 hide note - - - - - 6 changed files: - .hgtags - pypy/doc/release-v7.3.10.rst - pypy/tool/release/check_versions.py - pypy/tool/release/force-builds.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9cb6c0a584e2b17eab21d402b5874553bb705af9...a2b7bfb569e63eff77050e9d31a87a243bf70906 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9cb6c0a584e2b17eab21d402b5874553bb705af9...a2b7bfb569e63eff77050e9d31a87a243bf70906 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.8] 2 commits: update to v3.8.16
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 61d7250a by Matti Picus at 2022-12-07T06:49:33-05:00 update to stdlib v3.8.16 --HG-- branch : py3.8 - - - - - 11 changed files: - lib-python/3/encodings/idna.py - lib-python/3/http/server.py - lib-python/3/mailcap.py - lib-python/3/test/audit-tests.py - lib-python/3/test/test_audit.py - lib-python/3/test/test_codecs.py - lib-python/3/test/test_httpservers.py - lib-python/3/test/test_int.py - lib-python/3/test/test_mailcap.py - lib-python/stdlib-upgrade.txt - lib-python/stdlib-version.txt View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2a1451b1a85fafe5952c0ac59c03a321b335531e...61d7250a43823bde34c33d247db7678489cad640 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2a1451b1a85fafe5952c0ac59c03a321b335531e...61d7250a43823bde34c33d247db7678489cad640 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/vendor/stdlib-3.8] update to v3.8.16
Matti Picus pushed to branch branch/vendor/stdlib-3.8 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 12 changed files: - lib-python/3/encodings/idna.py - lib-python/3/http/server.py - lib-python/3/mailcap.py - lib-python/3/test/audit-tests.py - lib-python/3/test/test_audit.py - lib-python/3/test/test_codecs.py - lib-python/3/test/test_hashlib.py - lib-python/3/test/test_httpservers.py - lib-python/3/test/test_int.py - lib-python/3/test/test_mailcap.py - lib-python/stdlib-upgrade.txt - lib-python/stdlib-version.txt View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59185d23e63b5e050a9e79539ea0aa97132ac378 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59185d23e63b5e050a9e79539ea0aa97132ac378 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] only use pthread_jit_write_protect_np on arm64 + darwin
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 29a6d0d5 by Renaud Blanch at 2022-12-09T08:06:09-05:00 only use pthread_jit_write_protect_np on arm64 + darwin - - - - - 1 changed file: - rpython/rlib/rmmap.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/29a6d0d51a75ab1b1bf7fb177230d434da15441d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/29a6d0d51a75ab1b1bf7fb177230d434da15441d 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.8] backport disabling NPN from py3.9
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b1916342 by Matti Picus at 2022-12-07T19:52:26-05:00 backport disabling NPN from py3.9 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b1916342a594cb5ddfcf0db2f993a36018485637 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b1916342a594cb5ddfcf0db2f993a36018485637 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] add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a32b0e1b by Matti Picus at 2022-12-10T21:16:13-05:00 add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866 - - - - - 1 changed file: - lib-python/2.7/sysconfig.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a32b0e1b4d3d716049a15c3eef558bb9fbc0b339 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a32b0e1b4d3d716049a15c3eef558bb9fbc0b339 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: update to v3.8.16
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 61d7250a by Matti Picus at 2022-12-07T06:49:33-05:00 update to stdlib v3.8.16 --HG-- branch : py3.8 - - - - - b1916342 by Matti Picus at 2022-12-07T19:52:26-05:00 backport disabling NPN from py3.9 --HG-- branch : py3.8 - - - - - f9f3998c by Matti Picus at 2022-12-09T08:10:22-05:00 fix logic when not packaging DLLs --HG-- branch : py3.8 - - - - - bbc8d929 by Renaud Blanch at 2022-12-09T08:06:09-05:00 only use pthread_jit_write_protect_np on arm64 + darwin --HG-- branch : py3.8 - - - - - 8f97a0a4 by Matti Picus at 2022-12-10T21:19:11-05:00 add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866 --HG-- branch : py3.8 - - - - - e0e14ec1 by Matti Picus at 2022-12-10T21:21:48-05:00 merge py3.8 --HG-- branch : py3.9 - - - - - d446eee1 by Matti Picus at 2022-12-10T21:25:23-05:00 update to pypy3.8.16-v7.3.11 --HG-- branch : py3.8 - - - - - 7fe2d33e by Matti Picus at 2022-12-10T21:26:59-05:00 merge py3.8 --HG-- branch : py3.9 - - - - - 16 changed files: - lib-python/3/encodings/idna.py - lib-python/3/http/server.py - lib-python/3/mailcap.py - lib-python/3/test/audit-tests.py - lib-python/3/test/test_audit.py - lib-python/3/test/test_codecs.py - lib-python/3/test/test_httpservers.py - lib-python/3/test/test_int.py - lib-python/3/test/test_mailcap.py - lib-python/stdlib-version.txt - lib_pypy/_sysconfigdata.py - pypy/doc/conf.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py - pypy/tool/release/package.py - rpython/rlib/rmmap.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0527a6214c8e800cf35a1d8128d2553208972da8...7fe2d33ebbd5a4a1fb8a90d3164a34f1ae6b8d74 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0527a6214c8e800cf35a1d8128d2553208972da8...7fe2d33ebbd5a4a1fb8a90d3164a34f1ae6b8d74 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.8] 4 commits: fix logic when not packaging DLLs
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f9f3998c by Matti Picus at 2022-12-09T08:10:22-05:00 fix logic when not packaging DLLs --HG-- branch : py3.8 - - - - - bbc8d929 by Renaud Blanch at 2022-12-09T08:06:09-05:00 only use pthread_jit_write_protect_np on arm64 + darwin --HG-- branch : py3.8 - - - - - 8f97a0a4 by Matti Picus at 2022-12-10T21:19:11-05:00 add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866 --HG-- branch : py3.8 - - - - - d446eee1 by Matti Picus at 2022-12-10T21:25:23-05:00 update to pypy3.8.16-v7.3.11 --HG-- branch : py3.8 - - - - - 6 changed files: - lib_pypy/_sysconfigdata.py - pypy/doc/conf.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py - pypy/tool/release/package.py - rpython/rlib/rmmap.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b1916342a594cb5ddfcf0db2f993a36018485637...d446eee131e51145ea60343e611e1b1012808b63 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b1916342a594cb5ddfcf0db2f993a36018485637...d446eee131e51145ea60343e611e1b1012808b63 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] add a paragraph about buildbot
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 868d14bb by Matti Picus at 2022-12-11T16:10:57-05:00 add a paragraph about buildbot - - - - - 1 changed file: - pypy/doc/contributing.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/868d14bb6dfb1bb345e28b6c3b75764eb0811553 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/868d14bb6dfb1bb345e28b6c3b75764eb0811553 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] 2 commits: typo?
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6b96d926 by Matti Picus at 2022-12-12T16:41:04-05:00 typo? - - - - - 9db186fa by Matti Picus at 2022-12-12T21:19:07-05:00 macOS now packages tkinter (issues 3760, 3868) - - - - - 2 changed files: - pypy/doc/build.rst - rpython/rlib/test/test_rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/868d14bb6dfb1bb345e28b6c3b75764eb0811553...9db186fa62d53246afae086a3e1a8819e2ca53a7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/868d14bb6dfb1bb345e28b6c3b75764eb0811553...9db186fa62d53246afae086a3e1a8819e2ca53a7 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] slightly improve version detection with git, for bettern udir creation
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 065c85b3 by Matti Picus at 2022-12-13T11:07:42-05:00 slightly improve version detection with git, for bettern udir creation - - - - - 2 changed files: - rpython/tool/ansi_mandelbrot.py - rpython/tool/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/065c85b372726dfc694db9134c0dc1707a61c5b3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/065c85b372726dfc694db9134c0dc1707a61c5b3 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] Pushed new branch branch/gc-hooks2
Matti Picus pushed new branch branch/gc-hooks2 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/gc-hooks2 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] [Mercurial][pypy/pypy][branch/py3.8] ensure that only valid values are passed to unicodedb calls (issue 3870)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 5f5a3196 by Matti Picus at 2022-12-16T09:40:58+02:00 ensure that only valid values are passed to unicodedb calls (issue 3870) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f5a31967ba4e96521c4e166b09cda4377a0261d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f5a31967ba4e96521c4e166b09cda4377a0261d 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] [Mercurial][pypy/pypy][branch/py3.8] fix using wrong free in _ssl (issue 3871)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0be12be0 by Matti Picus at 2022-12-16T16:29:40+02:00 fix using wrong free in _ssl (issue 3871) --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/certificate.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0be12be0a9214cafac1524e2154bcacc8f78e8a7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0be12be0a9214cafac1524e2154bcacc8f78e8a7 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] [Mercurial][pypy/pypy][branch/py3.8] commit ssl interface changes
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 5f7fdb84 by Matti Picus at 2022-12-16T16:35:52+02:00 commit ssl interface changes --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_cffi_src/openssl/x509v3.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f7fdb841d621584999270d9278c3b9af474f10f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f7fdb841d621584999270d9278c3b9af474f10f 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] [Mercurial][pypy/pypy] Deleted branch branch/gc-hooks2
Matti Picus deleted branch branch/gc-hooks2 at PyPy / pypy -- 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] [Mercurial][pypy/pypy][branch/default] 2 commits: fix test
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5dfce051 by Matti Picus at 2022-12-18T07:29:21+02:00 fix test - - - - - 03b30100 by Matti Picus at 2022-12-18T08:45:09+02:00 fix _tkinter build on darwin - - - - - 2 changed files: - lib_pypy/_tkinter/tklib_build.py - rpython/memory/test/test_transformed_gc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/92a0be32d71134d63ae9e89b4b719ecf54b7476f...03b3010030d65afb08aa6853f0448f3f2863ffb2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/92a0be32d71134d63ae9e89b4b719ecf54b7476f...03b3010030d65afb08aa6853f0448f3f2863ffb2 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] [Mercurial][pypy/pypy][branch/py3.8] 4 commits: update to v7.3.12
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 92a0be32 by Matti Picus at 2022-12-17T22:22:59+02:00 update to v7.3.12 - - - - - 5dfce051 by Matti Picus at 2022-12-18T07:29:21+02:00 fix test - - - - - 03b30100 by Matti Picus at 2022-12-18T08:45:09+02:00 fix _tkinter build on darwin - - - - - d45a0381 by Matti Picus at 2022-12-18T17:36:14+02:00 merge default --HG-- branch : py3.8 - - - - - 2 changed files: - lib_pypy/_tkinter/tklib_build.py - rpython/memory/test/test_transformed_gc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ef9c152ffb549453266f11718f5a23dfd3599016...d45a0381de7e679ec748449f0c975fe0b40212ce -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ef9c152ffb549453266f11718f5a23dfd3599016...d45a0381de7e679ec748449f0c975fe0b40212ce 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] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: update to v7.3.12
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 92a0be32 by Matti Picus at 2022-12-17T22:22:59+02:00 update to v7.3.12 - - - - - ef9c152f by Matti Picus at 2022-12-17T22:23:58+02:00 update to v7.3.12 --HG-- branch : py3.8 - - - - - 5dfce051 by Matti Picus at 2022-12-18T07:29:21+02:00 fix test - - - - - 03b30100 by Matti Picus at 2022-12-18T08:45:09+02:00 fix _tkinter build on darwin - - - - - d45a0381 by Matti Picus at 2022-12-18T17:36:14+02:00 merge default --HG-- branch : py3.8 - - - - - f5ed1dfb by Matti Picus at 2022-12-18T17:36:38+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 2 changed files: - lib_pypy/_tkinter/tklib_build.py - rpython/memory/test/test_transformed_gc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/124e31f878c967037eba4c32f188d877cb7f6e7c...f5ed1dfbb25793fe87f7be4142a315e7c8c0cde3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/124e31f878c967037eba4c32f188d877cb7f6e7c...f5ed1dfbb25793fe87f7be4142a315e7c8c0cde3 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] [Mercurial][pypy/pypy][branch/release-pypy3.9-v7.x] 9 commits: update to v7.3.12
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 92a0be32 by Matti Picus at 2022-12-17T22:22:59+02:00 update to v7.3.12 - - - - - ef9c152f by Matti Picus at 2022-12-17T22:23:58+02:00 update to v7.3.12 --HG-- branch : py3.8 - - - - - 124e31f8 by Matti Picus at 2022-12-17T22:25:05+02:00 update to v7.3.12 --HG-- branch : py3.9 - - - - - 5dfce051 by Matti Picus at 2022-12-18T07:29:21+02:00 fix test - - - - - 03b30100 by Matti Picus at 2022-12-18T08:45:09+02:00 fix _tkinter build on darwin - - - - - d45a0381 by Matti Picus at 2022-12-18T17:36:14+02:00 merge default --HG-- branch : py3.8 - - - - - f5ed1dfb by Matti Picus at 2022-12-18T17:36:38+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 6803847f by Matti Picus at 2022-12-21T16:58:34+02:00 add __qualname__ to some cpyext types (issue 3878_) py3.9 only. Requires passing around a type_name --HG-- branch : py3.9 - - - - - cac4b9bc by Matti Picus at 2022-12-21T19:02:21+02:00 merge py3.9 into release --HG-- branch : release-pypy3.9-v7.x - - - - - 10 changed files: - lib_pypy/_tkinter/tklib_build.py - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_module.py - pypy/module/cpyext/methodobject.py - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/test/foo.c - pypy/module/cpyext/test/test_methodobject.py - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py - rpython/memory/test/test_transformed_gc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9db8f73b5c94a40190832d06ed219638a754abbf...cac4b9bc20b0e2ee5190d55366d30c2e678567a3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9db8f73b5c94a40190832d06ed219638a754abbf...cac4b9bc20b0e2ee5190d55366d30c2e678567a3 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] [Mercurial][pypy/pypy][branch/default] update release note
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d10b8d3b by Matti Picus at 2022-12-21T19:01:33+02:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.11.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d10b8d3b5bdddb55c3d4e80c298a7304796a5f9c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d10b8d3b5bdddb55c3d4e80c298a7304796a5f9c 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] [Mercurial][pypy/pypy][branch/py3.9] add __qualname__ to some cpyext types (issue 3878_)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6803847f by Matti Picus at 2022-12-21T16:58:34+02:00 add __qualname__ to some cpyext types (issue 3878_) py3.9 only. Requires passing around a type_name --HG-- branch : py3.9 - - - - - 8 changed files: - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_module.py - pypy/module/cpyext/methodobject.py - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/test/foo.c - pypy/module/cpyext/test/test_methodobject.py - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6803847f770dfa33970b814c6c6001580327d52e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6803847f770dfa33970b814c6c6001580327d52e 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] [Mercurial][pypy/pypy][branch/default] remove deprecated OpenSSL functions, change OpenSSL link command for buildbots
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 354d8574 by Matti Picus at 2022-12-22T09:12:52+02:00 remove deprecated OpenSSL functions, change OpenSSL link command for buildbots - - - - - 8 changed files: - lib_pypy/_cffi_ssl/_cffi_src/build_openssl.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/asn1.py - − lib_pypy/_cffi_ssl/_cffi_src/openssl/conf.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_cffi_src/openssl/x509.py - lib_pypy/_cffi_ssl/_cffi_src/utils.py - lib_pypy/_cffi_ssl/_stdssl/utility.py - lib_pypy/_ssl_build.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/354d857487b811c2423f4d66fd4979ed9972bab9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/354d857487b811c2423f4d66fd4979ed9972bab9 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] [Mercurial][pypy/pypy][branch/default] update release note
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cae5debe by Matti Picus at 2022-12-22T13:46:11+02:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.11.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cae5debed0eac78e2a4e06e59e0ee6c4f0cecb32 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cae5debed0eac78e2a4e06e59e0ee6c4f0cecb32 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