From foss at heptapod.net Tue Mar 1 09:32:35 2022 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Tue, 01 Mar 2022 14:32:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 4 commits: move W_Object to object.py Message-ID: <621e2e834c3e5_1ba87fb187433@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 1192bcdc by Yusuke Izawa at 2022-03-01T23:29:34+09:00 move W_Object to object.py --HG-- branch : threaded-code-generation - - - - - 7ba6a757 by Yusuke Izawa at 2022-03-01T23:30:39+09:00 fix RET definition to run correctly and other parts --HG-- branch : threaded-code-generation - - - - - b3239d55 by Yusuke Izawa at 2022-03-01T23:31:31+09:00 change the condition for disabling dummy flags and fix other parts --HG-- branch : threaded-code-generation - - - - - 7c2fb825 by Yusuke Izawa at 2022-03-01T23:32:06+09:00 fix the name of function for threaded code gen --HG-- branch : threaded-code-generation - - - - - 5 changed files: - rpython/jit/metainterp/compile.py - rpython/jit/metainterp/optimizeopt/tracesplit.py - rpython/jit/metainterp/pyjitpl.py - + rpython/jit/tl/threadedcode/object.py - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5f7c7a1c387c2549b6f04be7b079e5d41eb0c2bd...7c2fb8254507f03979539362cc2060c5ed1c8ddd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5f7c7a1c387c2549b6f04be7b079e5d41eb0c2bd...7c2fb8254507f03979539362cc2060c5ed1c8ddd You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 07:48:46 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 03 Mar 2022 12:48:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: pyexpat 2.4.6 raises a ExpatError on invalid unicode Message-ID: <6220b92e59b26_1bacbcdfc381e1@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00 pyexpat 2.4.6 raises a ExpatError on invalid unicode - - - - - 0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00 backport stdlib test changes from bpo-46811 for expat>2.4.5 - - - - - 2 changed files: - lib-python/2.7/test/test_minidom.py - pypy/module/pyexpat/test/test_parser.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b01f11b65e3e8a48eed873fe8734f671ac702d53...0f679bfc86619f579a46e4e2cbe960a9b4218d68 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b01f11b65e3e8a48eed873fe8734f671ac702d53...0f679bfc86619f579a46e4e2cbe960a9b4218d68 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 07:48:54 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 03 Mar 2022 12:48:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: pyexpat 2.4.6 raises a ExpatError on invalid unicode Message-ID: <6220b936ee68d_1bad10b003855a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00 pyexpat 2.4.6 raises a ExpatError on invalid unicode - - - - - 0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00 backport stdlib test changes from bpo-46811 for expat>2.4.5 - - - - - ea8e3138 by Matti Picus at 2022-03-03T14:47:43+02:00 merge default --HG-- branch : py3.8 - - - - - 8ae55423 by Matti Picus at 2022-03-03T09:47:54+02:00 add back file removed in add5246bab1f when attempting to change to apptest --HG-- branch : py3.8 - - - - - abcd97b7 by Matti Picus at 2022-03-03T10:27:53+02:00 python3 pyexpat does not have __version__, tweak and delete tests --HG-- branch : py3.8 - - - - - 05a48e26 by Matti Picus at 2022-03-03T14:34:54+02:00 add pypy3.7.exe (issue 3693) --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/pyexpat/moduledef.py - + pypy/module/pyexpat/test/test_parser.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/70f1ac8287718494beb4041f5532ef546e95a3e9...05a48e2606a558231d5f0c0129cf503d67a48b72 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/70f1ac8287718494beb4041f5532ef546e95a3e9...05a48e2606a558231d5f0c0129cf503d67a48b72 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 07:48:50 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 03 Mar 2022 12:48:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: fix for PySequence_GetItem('a', -2) Message-ID: <6220b93222538_1bacbcdac3837a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b604be75 by Matti Picus at 2022-02-20T15:37:14+02:00 fix for PySequence_GetItem('a', -2) - - - - - 0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00 re-upload the aarch64 tarballs for portable builds - - - - - b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00 convert to new apptests - - - - - 6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00 pyexpat 2.4.6 raises a ExpatError on invalid unicode - - - - - 0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00 backport stdlib test changes from bpo-46811 for expat>2.4.5 - - - - - 1fe7029c by Matti Picus at 2022-03-03T09:47:26+02:00 merge default --HG-- branch : py3.7 - - - - - 19b0910b by Matti Picus at 2022-03-03T09:47:54+02:00 add back file removed in add5246bab1f when attempting to change to apptest --HG-- branch : py3.7 - - - - - 296887c1 by Matti Picus at 2022-03-03T10:27:53+02:00 python3 pyexpat does not have __version__, tweak and delete tests --HG-- branch : py3.7 - - - - - fae1c255 by Matti Picus at 2022-03-03T14:34:54+02:00 add pypy3.7.exe (issue 3693) --HG-- branch : py3.7 - - - - - 10 changed files: - + pypy/module/_collections/test/apptest_defaultdict.py - + pypy/module/_collections/test/apptest_deque.py - ? pypy/module/_collections/test/test_defaultdict.py - ? pypy/module/_collections/test/test_deque.py - pypy/module/cpyext/sequence.py - pypy/module/cpyext/test/test_sequence.py - pypy/module/pyexpat/moduledef.py - + pypy/module/pyexpat/test/test_parser.py - pypy/tool/release/package.py - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/536fe5d62c58f7bc37b74106d955c8a2c9d9f904...fae1c255e8520dec6fd67dd0f65c463b52f3fa9c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/536fe5d62c58f7bc37b74106d955c8a2c9d9f904...fae1c255e8520dec6fd67dd0f65c463b52f3fa9c You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 11:33:50 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 03 Mar 2022 16:33:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add a draft release note Message-ID: <6220edee1c098_1babb65d45179b@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5ace60ed by Matti Picus at 2022-03-03T18:22:39+02:00 add a draft release note - - - - - daa8379f by Matti Picus at 2022-03-03T18:30:54+02:00 update main development version to 7.3.10 - - - - - 4 changed files: - pypy/doc/conf.py - + pypy/doc/release-v7.3.9.rst - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0f679bfc86619f579a46e4e2cbe960a9b4218d68...daa8379f0df6c4a6221ec3e2852fd145db5f5b56 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0f679bfc86619f579a46e4e2cbe960a9b4218d68...daa8379f0df6c4a6221ec3e2852fd145db5f5b56 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 11:33:57 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 03 Mar 2022 16:33:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: add a draft release note Message-ID: <6220edf5e1939_1bacbcdac52195@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 5ace60ed by Matti Picus at 2022-03-03T18:22:39+02:00 add a draft release note - - - - - daa8379f by Matti Picus at 2022-03-03T18:30:54+02:00 update main development version to 7.3.10 - - - - - c99f3298 by Matti Picus at 2022-03-03T18:33:04+02:00 merge default --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/doc/conf.py - + pypy/doc/release-v7.3.9.rst - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/05a48e2606a558231d5f0c0129cf503d67a48b72...c99f329879c29a8d3a6b2565da34e2ad429ee10e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/05a48e2606a558231d5f0c0129cf503d67a48b72...c99f329879c29a8d3a6b2565da34e2ad429ee10e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 11:33:53 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 03 Mar 2022 16:33:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] update main development version to 7.3.10 Message-ID: <6220edf179797_1bae478d45198d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 73d4504e by Matti Picus at 2022-03-03T18:32:37+02:00 update main development version to 7.3.10 --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/doc/conf.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/73d4504eaec1ce5114f34e98bc9069d9061f411d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/73d4504eaec1ce5114f34e98bc9069d9061f411d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Thu Mar 3 16:42:51 2022 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Thu, 03 Mar 2022 21:42:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/hpy-0.0.4 Message-ID: <6221365b972fc_1ba10a0c485864d@heptapod-foss.mail> Ronan Lamy pushed new branch branch/hpy-0.0.4 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-0.0.4 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri Mar 4 08:56:31 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 04 Mar 2022 13:56:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] changes to test from bpo-46811 for expat>2.4.5 Message-ID: <62221a8fded77_1a441b7c81247@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9fd6fe2c by Matti Picus at 2022-03-04T15:55:49+02:00 changes to test from bpo-46811 for expat>2.4.5 --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_minidom.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9fd6fe2cf6e6cd9e049c3ccb7909c453a5f52769 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9fd6fe2cf6e6cd9e049c3ccb7909c453a5f52769 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri Mar 4 08:56:29 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 04 Mar 2022 13:56:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] add missing import Message-ID: <62221a8d4f5fe_1a441d988106@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00 add missing import - - - - - 1 changed file: - lib-python/2.7/test/test_minidom.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/033fe9b9c923d9e9add4aa2c40c895538db17f89 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/033fe9b9c923d9e9add4aa2c40c895538db17f89 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Fri Mar 4 15:02:11 2022 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Fri, 04 Mar 2022 20:02:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 3 commits: Add new file to the ECI Message-ID: <622270439df8_1a4419889077e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: c0d45b55 by Ronan Lamy at 2022-03-04T19:33:42+00:00 Add new file to the ECI --HG-- branch : hpy-0.0.4 - - - - - 5a705382 by Ronan Lamy at 2022-03-04T19:45:17+00:00 fix compilation warning --HG-- branch : hpy-0.0.4 - - - - - c99f9d55 by Ronan Lamy at 2022-03-04T20:01:50+00:00 Update context definition --HG-- branch : hpy-0.0.4 - - - - - 3 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/hpydef.h - pypy/module/_hpy_universal/llapi.py - + pypy/module/_hpy_universal/patches/05_FIXME_header_warning.patch View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/40817566b77e87ba88c365e4986344f3cc7e4f64...c99f9d552b0979399bc42f935976ffddbe6cc68e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/40817566b77e87ba88c365e4986344f3cc7e4f64...c99f9d552b0979399bc42f935976ffddbe6cc68e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat Mar 5 07:25:04 2022 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 05 Mar 2022 12:25:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] a test that constructing a named tuple has no weird global lookups. tests the Message-ID: <622356a06d3ed_1a43d50b8928af@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00 a test that constructing a named tuple has no weird global lookups. tests the logic of 8bd3b5c5365d - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3dd8c6bf9ab89cdbe27183cef8f744915c7cfc0a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3dd8c6bf9ab89cdbe27183cef8f744915c7cfc0a You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat Mar 5 13:38:15 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 05 Mar 2022 18:38:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: backport the rest of the changes to support libexpat>2.4.5 Message-ID: <6223ae1757f61_1a43d4d489342d@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 44823755 by Matti Picus at 2022-03-05T19:09:08+02:00 backport the rest of the changes to support libexpat>2.4.5 - - - - - 1e95a0e6 by Matti Picus at 2022-03-05T20:37:34+02:00 backport parts of package.py from py3.8 to create pypy2.7 (issue 3696) - - - - - 3 changed files: - lib-python/2.7/test/test_minidom.py - lib-python/2.7/test/test_xml_etree.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3dd8c6bf9ab89cdbe27183cef8f744915c7cfc0a...1e95a0e63668161f62a52c48e72b253282b2e5dc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3dd8c6bf9ab89cdbe27183cef8f744915c7cfc0a...1e95a0e63668161f62a52c48e72b253282b2e5dc You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat Mar 5 13:38:18 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 05 Mar 2022 18:38:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] port the rest of the changes to support libexpat>2.4.5 Message-ID: <6223ae1a1a69c_1a441d98936de@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 289d2a82 by Matti Picus at 2022-03-05T19:29:33+02:00 port the rest of the changes to support libexpat>2.4.5 --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/test/test_minidom.py - lib-python/3/test/test_xml_etree.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/289d2a82362c59d9f9cf0ef6419e69db7a5e2759 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/289d2a82362c59d9f9cf0ef6419e69db7a5e2759 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sat Mar 5 15:47:17 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 05 Mar 2022 20:47:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] use env in calls to Popen to properly set up env for locale Message-ID: <6223cc552df4_1a441c30954e0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 469d339a by Matti Picus at 2022-03-05T22:45:12+02:00 use env in calls to Popen to properly set up env for locale --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/test/test_app_main.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/469d339a42def02f83d77e4dc36c6912738141f1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/469d339a42def02f83d77e4dc36c6912738141f1 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 03:30:27 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 08:30:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: update cffi to latest HEAD (test for python>=3.11) Message-ID: <62247123c6625_1a4417d289714e@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00 update cffi to latest HEAD (test for python>=3.11) - - - - - 0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00 add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package - - - - - 2 changed files: - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1e95a0e63668161f62a52c48e72b253282b2e5dc...0b7883ab9fcd05ef48e3235f1e328e261fdd7618 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1e95a0e63668161f62a52c48e72b253282b2e5dc...0b7883ab9fcd05ef48e3235f1e328e261fdd7618 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 03:30:30 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 08:30:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: add missing import Message-ID: <62247126de8e5_1a441e40c973ca@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00 add missing import - - - - - 3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00 a test that constructing a named tuple has no weird global lookups. tests the logic of 8bd3b5c5365d - - - - - 44823755 by Matti Picus at 2022-03-05T19:09:08+02:00 backport the rest of the changes to support libexpat>2.4.5 - - - - - 1e95a0e6 by Matti Picus at 2022-03-05T20:37:34+02:00 backport parts of package.py from py3.8 to create pypy2.7 (issue 3696) - - - - - cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00 update cffi to latest HEAD (test for python>=3.11) - - - - - 0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00 add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package - - - - - a005df1e by Matti Picus at 2022-03-06T10:30:03+02:00 merge default --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/pypyjit/test_pypy_c/test_instance.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/469d339a42def02f83d77e4dc36c6912738141f1...a005df1e5f564b31d6c867a3a7f7e3340ccf2702 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/469d339a42def02f83d77e4dc36c6912738141f1...a005df1e5f564b31d6c867a3a7f7e3340ccf2702 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 03:31:51 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 08:31:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 21 commits: make PyImport_ExecCodeModule and PyImport_ExecCodeModuleEx take const char * as Message-ID: <62247177414a0_1a44185d4975d1@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 70f1ac82 by Carl Friedrich Bolz-Tereick at 2022-02-28T20:25:34+01:00 make PyImport_ExecCodeModule and PyImport_ExecCodeModuleEx take const char * as arguments --HG-- branch : py3.8 - - - - - 6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00 pyexpat 2.4.6 raises a ExpatError on invalid unicode - - - - - 0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00 backport stdlib test changes from bpo-46811 for expat>2.4.5 - - - - - ea8e3138 by Matti Picus at 2022-03-03T14:47:43+02:00 merge default --HG-- branch : py3.8 - - - - - 8ae55423 by Matti Picus at 2022-03-03T09:47:54+02:00 add back file removed in add5246bab1f when attempting to change to apptest --HG-- branch : py3.8 - - - - - abcd97b7 by Matti Picus at 2022-03-03T10:27:53+02:00 python3 pyexpat does not have __version__, tweak and delete tests --HG-- branch : py3.8 - - - - - 05a48e26 by Matti Picus at 2022-03-03T14:34:54+02:00 add pypy3.7.exe (issue 3693) --HG-- branch : py3.8 - - - - - 5ace60ed by Matti Picus at 2022-03-03T18:22:39+02:00 add a draft release note - - - - - daa8379f by Matti Picus at 2022-03-03T18:30:54+02:00 update main development version to 7.3.10 - - - - - c99f3298 by Matti Picus at 2022-03-03T18:33:04+02:00 merge default --HG-- branch : py3.8 - - - - - 033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00 add missing import - - - - - 9fd6fe2c by Matti Picus at 2022-03-04T15:55:49+02:00 changes to test from bpo-46811 for expat>2.4.5 --HG-- branch : py3.8 - - - - - 3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00 a test that constructing a named tuple has no weird global lookups. tests the logic of 8bd3b5c5365d - - - - - 44823755 by Matti Picus at 2022-03-05T19:09:08+02:00 backport the rest of the changes to support libexpat>2.4.5 - - - - - 289d2a82 by Matti Picus at 2022-03-05T19:29:33+02:00 port the rest of the changes to support libexpat>2.4.5 --HG-- branch : py3.8 - - - - - 1e95a0e6 by Matti Picus at 2022-03-05T20:37:34+02:00 backport parts of package.py from py3.8 to create pypy2.7 (issue 3696) - - - - - 469d339a by Matti Picus at 2022-03-05T22:45:12+02:00 use env in calls to Popen to properly set up env for locale --HG-- branch : py3.8 - - - - - cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00 update cffi to latest HEAD (test for python>=3.11) - - - - - 0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00 add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package - - - - - a005df1e by Matti Picus at 2022-03-06T10:30:03+02:00 merge default --HG-- branch : py3.8 - - - - - 156b2724 by Matti Picus at 2022-03-06T10:31:35+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 13 changed files: - lib-python/3/test/test_minidom.py - lib-python/3/test/test_xml_etree.py - pypy/doc/conf.py - + pypy/doc/release-v7.3.9.rst - pypy/interpreter/test/test_app_main.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/cpyext/import_.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/pyexpat/moduledef.py - + pypy/module/pyexpat/test/test_parser.py - pypy/module/pypyjit/test_pypy_c/test_instance.py - pypy/module/sys/version.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d6023ba654976dd408c459155be34b1a66149d6c...156b272448ef24dbf79a2b425c648116d00ac487 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d6023ba654976dd408c459155be34b1a66149d6c...156b272448ef24dbf79a2b425c648116d00ac487 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 03:59:57 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 08:59:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] update HPyModuleDef to 0.0.4 Message-ID: <6224780de4c75_1a43d51309828f@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 90520b22 by Matti Picus at 2022-03-06T10:59:42+02:00 update HPyModuleDef to 0.0.4 --HG-- branch : hpy-0.0.4 - - - - - 2 changed files: - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/test/test_extra.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/90520b2278ac10920c40968867e6571a1e38eeef -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/90520b2278ac10920c40968867e6571a1e38eeef You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 06:41:19 2022 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sun, 06 Mar 2022 11:41:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] need to patch warn_about_missing_assertion: the assert statement in 3.9+ does Message-ID: <62249ddf30162_1a43d513099182@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00 need to patch warn_about_missing_assertion: the assert statement in 3.9+ does not raise builtins.AssertionError (which might be patched), but always the "regular" AssertionError --HG-- branch : py3.8 - - - - - 1 changed file: - _pytest/assertion/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bfcb3cd615f41d3e1eebe7cafda4619036f57c45 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bfcb3cd615f41d3e1eebe7cafda4619036f57c45 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 06:52:46 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 11:52:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: test, fix for subclasss OrderedDict.__ror__ Message-ID: <6224a08e29994_1a442c70099521@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 40f50fb0 by Matti Picus at 2022-03-06T11:41:13+02:00 test, fix for subclasss OrderedDict.__ror__ --HG-- branch : py3.9 - - - - - 43857404 by Matti Picus at 2022-03-06T13:51:51+02:00 pypy cannot use tp_finalize --HG-- branch : py3.9 - - - - - 3 changed files: - lib_pypy/_testmultiphase.c - pypy/module/_collections/app_odict.py - pypy/module/_collections/test/apptest_ordereddict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/156b272448ef24dbf79a2b425c648116d00ac487...43857404b6dabb15baf1f2c6f305fc99b5c93219 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/156b272448ef24dbf79a2b425c648116d00ac487...43857404b6dabb15baf1f2c6f305fc99b5c93219 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 07:11:25 2022 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sun, 06 Mar 2022 12:11:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] maybe like this Message-ID: <6224a4ed345bf_1a43d5130997eb@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00 maybe like this - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e0b7232024652961570d35bdc43ec8301795c48d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e0b7232024652961570d35bdc43ec8301795c48d You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 07:11:27 2022 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sun, 06 Mar 2022 12:11:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: maybe like this Message-ID: <6224a4efb16ce_1a441e4209994d@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00 maybe like this - - - - - fa97c3be by Carl Friedrich Bolz-Tereick at 2022-03-06T13:08:02+01:00 merge default --HG-- branch : py3.8 - - - - - ecae6537 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:11:09+01:00 fix test_namedtuple_construction by using a module dict in the right place --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/collections/__init__.py - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bfcb3cd615f41d3e1eebe7cafda4619036f57c45...ecae6537acb524afce515746f03ba6be12d3ee1b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bfcb3cd615f41d3e1eebe7cafda4619036f57c45...ecae6537acb524afce515746f03ba6be12d3ee1b You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 07:20:39 2022 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sun, 06 Mar 2022 12:20:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: need to patch warn_about_missing_assertion: the assert statement in 3.9+ does Message-ID: <6224a717a9217_1a441d9810016f@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00 need to patch warn_about_missing_assertion: the assert statement in 3.9+ does not raise builtins.AssertionError (which might be patched), but always the "regular" AssertionError --HG-- branch : py3.8 - - - - - e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00 maybe like this - - - - - fa97c3be by Carl Friedrich Bolz-Tereick at 2022-03-06T13:08:02+01:00 merge default --HG-- branch : py3.8 - - - - - ecae6537 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:11:09+01:00 fix test_namedtuple_construction by using a module dict in the right place --HG-- branch : py3.8 - - - - - 07292e72 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:14:10+01:00 merge py3.8 --HG-- branch : py3.9 - - - - - 3 changed files: - _pytest/assertion/__init__.py - lib-python/3/collections/__init__.py - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/43857404b6dabb15baf1f2c6f305fc99b5c93219...07292e729dfdc82a6bb8974c4ae3267d8f37077e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/43857404b6dabb15baf1f2c6f305fc99b5c93219...07292e729dfdc82a6bb8974c4ae3267d8f37077e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 08:05:02 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 13:05:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update release note Message-ID: <6224b17e960cd_1a441e40c106967@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e96dc54d by Matti Picus at 2022-03-06T14:48:18+02:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.9.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e96dc54d87d1695e8d351d9940f42df9be373e8e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e96dc54d87d1695e8d351d9940f42df9be373e8e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 08:05:08 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 13:05:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: check for empty name in putenv Message-ID: <6224b184d24e1_1a43d50181073d4@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1e9efcfb by Matti Picus at 2022-03-06T14:12:31+02:00 check for empty name in putenv --HG-- branch : py3.8 - - - - - 75374446 by Matti Picus at 2022-03-06T15:04:45+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/07292e729dfdc82a6bb8974c4ae3267d8f37077e...7537444681cf9765490205550b1c8fce1e007b03 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/07292e729dfdc82a6bb8974c4ae3267d8f37077e...7537444681cf9765490205550b1c8fce1e007b03 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Sun Mar 6 08:05:05 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 06 Mar 2022 13:05:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] check for empty name in putenv Message-ID: <6224b181e928b_1a441e420107161@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 1e9efcfb by Matti Picus at 2022-03-06T14:12:31+02:00 check for empty name in putenv --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1e9efcfbaf4093d7c97fbb12b9bcce87a2d3aa31 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1e9efcfbaf4093d7c97fbb12b9bcce87a2d3aa31 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon Mar 7 01:25:00 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 07 Mar 2022 06:25:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: make package.py compatible with python3, remove duplicate symlink Message-ID: <6225a53c27559_1a442c7001106c2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7771fc0b by Matti Picus at 2022-03-07T08:05:20+02:00 make package.py compatible with python3, remove duplicate symlink --HG-- branch : py3.8 - - - - - 5ac6a505 by Matti Picus at 2022-03-07T08:05:55+02:00 merge py3.8, ignoring changes --HG-- branch : py3.9 - - - - - cbd38994 by Matti Picus at 2022-03-07T08:07:23+02:00 remove duplicate symlink --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7537444681cf9765490205550b1c8fce1e007b03...cbd3899418bc8396231381be409f729ee6787c6a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7537444681cf9765490205550b1c8fce1e007b03...cbd3899418bc8396231381be409f729ee6787c6a You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon Mar 7 01:24:57 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 07 Mar 2022 06:24:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] make package.py compatible with python3, remove duplicate symlink Message-ID: <6225a539a04df_1a44185981104c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7771fc0b by Matti Picus at 2022-03-07T08:05:20+02:00 make package.py compatible with python3, remove duplicate symlink --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7771fc0b9b24b6b8f0776b3b2d99dfb950cb29d1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7771fc0b9b24b6b8f0776b3b2d99dfb950cb29d1 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon Mar 7 08:19:51 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 07 Mar 2022 13:19:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] add a config file for readthedocs (for pypy, not clear how to handle rpython) Message-ID: <62260677ee6b9_1a450efec117563@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e4c2f2a3 by Matti Picus at 2022-03-07T15:18:27+02:00 add a config file for readthedocs (for pypy, not clear how to handle rpython) - - - - - 1 changed file: - + .readthedocs.yaml View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e4c2f2a39131c044eb7010756911980d876788f6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e4c2f2a39131c044eb7010756911980d876788f6 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Mon Mar 7 08:26:18 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 07 Mar 2022 13:26:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] typo Message-ID: <622607fa8233e_1a450efec1177cf@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 08367428 by Matti Picus at 2022-03-07T15:26:05+02:00 typo - - - - - 1 changed file: - .readthedocs.yaml View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/08367428e98092785bfad762590f2d41cf84ee6e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/08367428e98092785bfad762590f2d41cf84ee6e You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue Mar 8 02:12:19 2022 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Tue, 08 Mar 2022 07:12:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 3 commits: add NOP to tla bytecode Message-ID: <622701d38a4e9_1a45f03d412904d@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 62c5e27f by Yusuke Izawa at 2022-03-08T16:04:21+09:00 add NOP to tla bytecode --HG-- branch : threaded-code-generation - - - - - 1552966a by Yusuke Izawa at 2022-03-08T16:10:48+09:00 fix tla interp - the name of get_printable_location for threaded code gen - entry_state -> entry_pc - etc. --HG-- branch : threaded-code-generation - - - - - 22d94e4f by Yusuke Izawa at 2022-03-08T16:11:57+09:00 implement improved interp definition for tla called tla_newframe --HG-- branch : threaded-code-generation - - - - - 5 changed files: - rpython/jit/tl/threadedcode/bytecode.py - + rpython/jit/tl/threadedcode/targettlanewframe.py - + rpython/jit/tl/threadedcode/test/test_tla_newframe.py - rpython/jit/tl/threadedcode/tla.py - + rpython/jit/tl/threadedcode/tla_newframe.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7c2fb8254507f03979539362cc2060c5ed1c8ddd...22d94e4fb65114d3abee0752f56ad9dd7af1bfac -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7c2fb8254507f03979539362cc2060c5ed1c8ddd...22d94e4fb65114d3abee0752f56ad9dd7af1bfac You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue Mar 8 07:14:02 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 08 Mar 2022 12:14:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] hack to avoid running own tests on pypyjit/test_pypy_c if host test runner is a random pypy2 Message-ID: <6227488ac0ba0_1a45136dc13591e@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f0810263 by Matti Picus at 2022-03-08T12:13:31+02:00 hack to avoid running own tests on pypyjit/test_pypy_c if host test runner is a random pypy2 - - - - - 1 changed file: - testrunner/runner.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f0810263ff8a31a9a559428bae2221c96c053d7a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f0810263ff8a31a9a559428bae2221c96c053d7a You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue Mar 8 07:18:23 2022 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Tue, 08 Mar 2022 12:18:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 3 commits: fix tla interp Message-ID: <6227498f5897e_1a45efe3413619e@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 4839bbcf by Yusuke Izawa at 2022-03-08T21:17:26+09:00 fix tla interp --HG-- branch : threaded-code-generation - - - - - 5ebcd021 by Yusuke Izawa at 2022-03-08T21:17:34+09:00 fix tla_newframe interp --HG-- branch : threaded-code-generation - - - - - 94227aea by Yusuke Izawa at 2022-03-08T21:18:01+09:00 add sum and fib programs written in tla --HG-- branch : threaded-code-generation - - - - - 4 changed files: - + rpython/jit/tl/threadedcode/lang/fib.tla.py - + rpython/jit/tl/threadedcode/lang/sum.tla.py - rpython/jit/tl/threadedcode/tla.py - rpython/jit/tl/threadedcode/tla_newframe.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/22d94e4fb65114d3abee0752f56ad9dd7af1bfac...94227aea93a95d3f5f3d77f0da0ea381222772be -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/22d94e4fb65114d3abee0752f56ad9dd7af1bfac...94227aea93a95d3f5f3d77f0da0ea381222772be You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: From foss at heptapod.net Tue Mar 8 13:25:04 2022 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 08 Mar 2022 18:25:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] Back out ce5c041b7e64 after much discussion on how to fix this (issue 3688) Message-ID: <62279f8040de_1a45f03fc1427aa@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9d9c502f by Matti Picus at 2022-03-08T20:24:14+02:00 Back out ce5c041b7e64 after much discussion on how to fix this (issue 3688) --HG-- branch : py3.7 - - - - - 5 changed files: - lib-python/3/test/datetimetester.py - lib_pypy/_testcapimodule.c - pypy/module/cpyext/cdatetime.py - pypy/module/cpyext/include/datetime.h - pypy/module/cpyext/parse/cpyext_datetime.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9d9c502f8f362f3b9862f3d91c5f5b13b240bbdb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9d9c502f8f362f3b9862f3d91c5f5b13b240bbdb You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: