From foss at heptapod.net Wed Dec 1 04:10:55 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 01 Dec 2021 09:10:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix vendoring of pycparser Message-ID: <61a73c1f9f957_1cd962e90157840@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 199b4179 by Matti Picus at 2021-12-01T07:46:19+02:00 fix vendoring of pycparser - - - - - 520ddaec by Matti Picus at 2021-12-01T11:08:09+02:00 change hash function for microarray dtypes to match numpy, fixes broken tests - - - - - 8 changed files: - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/cffi/_pycparser/c_parser.py - lib_pypy/lextab.py ? lib_pypy/cffi/_pycparser/lextab.py - lib_pypy/yacctab.py ? lib_pypy/cffi/_pycparser/yacctab.py - pypy/module/micronumpy/descriptor.py - + pypy/module/micronumpy/hashdescr.py - rpython/translator/c/test/test_standalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d772653b8fba1331c4bfbf85b336e2115d28aa34...520ddaecc0a729ee9f1a994a08bc1e0ada87be13 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d772653b8fba1331c4bfbf85b336e2115d28aa34...520ddaecc0a729ee9f1a994a08bc1e0ada87be13 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 Wed Dec 1 05:17:39 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Dec 2021 10:17:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: passing test that it works for TokenErrors too Message-ID: <61a74bc3f37d9_1cd87fb901582d3@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 65686de1 by Carl Friedrich Bolz-Tereick at 2021-11-30T20:33:11+01:00 passing test that it works for TokenErrors too --HG-- branch : py3.7 - - - - - 12aae872 by Carl Friedrich Bolz-Tereick at 2021-12-01T11:17:29+01:00 fix stack effect of EXTENDED_ARG --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/_opcode/interp_opcode.py - pypy/module/_opcode/test/apptest_opcode.py - pypy/objspace/std/test/apptest_fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/910556c5881a45259a618c93807450d41f9df945...12aae8728e2e037645d3c8670827eab5a35a83ec -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/910556c5881a45259a618c93807450d41f9df945...12aae8728e2e037645d3c8670827eab5a35a83ec 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 Wed Dec 1 05:25:00 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 01 Dec 2021 10:25:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: fix vendoring of pycparser Message-ID: <61a74d7c8300b_1cd962ee01584c6@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 199b4179 by Matti Picus at 2021-12-01T07:46:19+02:00 fix vendoring of pycparser - - - - - 520ddaec by Matti Picus at 2021-12-01T11:08:09+02:00 change hash function for microarray dtypes to match numpy, fixes broken tests - - - - - 4369d4eb by Matti Picus at 2021-12-01T12:22:31+02:00 merge default --HG-- branch : py3.7 - - - - - 8 changed files: - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/cffi/_pycparser/c_parser.py - lib_pypy/lextab.py ? lib_pypy/cffi/_pycparser/lextab.py - lib_pypy/yacctab.py ? lib_pypy/cffi/_pycparser/yacctab.py - pypy/module/micronumpy/descriptor.py - + pypy/module/micronumpy/hashdescr.py - rpython/translator/c/test/test_standalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/12aae8728e2e037645d3c8670827eab5a35a83ec...4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/12aae8728e2e037645d3c8670827eab5a35a83ec...4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7 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 Wed Dec 1 05:25:02 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 01 Dec 2021 10:25:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: passing test that it works for TokenErrors too Message-ID: <61a74d7ec3c9e_1cd9038c81586f0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 65686de1 by Carl Friedrich Bolz-Tereick at 2021-11-30T20:33:11+01:00 passing test that it works for TokenErrors too --HG-- branch : py3.7 - - - - - 199b4179 by Matti Picus at 2021-12-01T07:46:19+02:00 fix vendoring of pycparser - - - - - 520ddaec by Matti Picus at 2021-12-01T11:08:09+02:00 change hash function for microarray dtypes to match numpy, fixes broken tests - - - - - 12aae872 by Carl Friedrich Bolz-Tereick at 2021-12-01T11:17:29+01:00 fix stack effect of EXTENDED_ARG --HG-- branch : py3.7 - - - - - 4369d4eb by Matti Picus at 2021-12-01T12:22:31+02:00 merge default --HG-- branch : py3.7 - - - - - e1426b3f by Matti Picus at 2021-12-01T12:23:03+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 11 changed files: - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/cffi/_pycparser/c_parser.py - lib_pypy/lextab.py ? lib_pypy/cffi/_pycparser/lextab.py - lib_pypy/yacctab.py ? lib_pypy/cffi/_pycparser/yacctab.py - pypy/module/_opcode/interp_opcode.py - pypy/module/_opcode/test/apptest_opcode.py - pypy/module/micronumpy/descriptor.py - + pypy/module/micronumpy/hashdescr.py - pypy/objspace/std/test/apptest_fstring.py - rpython/translator/c/test/test_standalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/62fc1b62d44ffd1f6feb5293a75deea4be4b161e...e1426b3fc003270e689c27282c5e1e9143769858 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/62fc1b62d44ffd1f6feb5293a75deea4be4b161e...e1426b3fc003270e689c27282c5e1e9143769858 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 Wed Dec 1 05:25:05 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 01 Dec 2021 10:25:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 7 commits: passing test that it works for TokenErrors too Message-ID: <61a74d811f5b2_1cd962d8c15886@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 65686de1 by Carl Friedrich Bolz-Tereick at 2021-11-30T20:33:11+01:00 passing test that it works for TokenErrors too --HG-- branch : py3.7 - - - - - 199b4179 by Matti Picus at 2021-12-01T07:46:19+02:00 fix vendoring of pycparser - - - - - 520ddaec by Matti Picus at 2021-12-01T11:08:09+02:00 change hash function for microarray dtypes to match numpy, fixes broken tests - - - - - 12aae872 by Carl Friedrich Bolz-Tereick at 2021-12-01T11:17:29+01:00 fix stack effect of EXTENDED_ARG --HG-- branch : py3.7 - - - - - 4369d4eb by Matti Picus at 2021-12-01T12:22:31+02:00 merge default --HG-- branch : py3.7 - - - - - e1426b3f by Matti Picus at 2021-12-01T12:23:03+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - d42d1cca by Matti Picus at 2021-12-01T12:24:46+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 11 changed files: - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/cffi/_pycparser/c_parser.py - lib_pypy/lextab.py ? lib_pypy/cffi/_pycparser/lextab.py - lib_pypy/yacctab.py ? lib_pypy/cffi/_pycparser/yacctab.py - pypy/module/_opcode/interp_opcode.py - pypy/module/_opcode/test/apptest_opcode.py - pypy/module/micronumpy/descriptor.py - + pypy/module/micronumpy/hashdescr.py - pypy/objspace/std/test/apptest_fstring.py - rpython/translator/c/test/test_standalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/28b71667c28ecd1d3abc472e7dabf25d95e4c6d1...d42d1ccacd77eae429a456751dc00d4f8d9e32ea -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/28b71667c28ecd1d3abc472e7dabf25d95e4c6d1...d42d1ccacd77eae429a456751dc00d4f8d9e32ea 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 Wed Dec 1 06:23:44 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Dec 2021 11:23:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] fix change that looks like a mistake Message-ID: <61a75b40238ca_1cd9602581592f4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: bb5e6715 by Carl Friedrich Bolz-Tereick at 2021-12-01T12:20:24+01:00 fix change that looks like a mistake --HG-- branch : py3.9 - - - - - 3 changed files: - lib_pypy/_structseq.py - pypy/objspace/descroperation.py - pypy/objspace/test/test_descroperation.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bb5e6715c436c2181fb84f39e7cf667c4ddcb8de -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bb5e6715c436c2181fb84f39e7cf667c4ddcb8de 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 Wed Dec 1 06:25:55 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Dec 2021 11:25:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: somewhat laboriously reproduce the problem of #3598 as a jit test Message-ID: <61a75bc36a512_1cd962ee0160017@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 5 changed files: - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/520ddaecc0a729ee9f1a994a08bc1e0ada87be13...5c08dfefb9520026d7b6fefaf9a2ab0731307e75 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/520ddaecc0a729ee9f1a994a08bc1e0ada87be13...5c08dfefb9520026d7b6fefaf9a2ab0731307e75 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 Wed Dec 1 07:38:18 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Dec 2021 12:38:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: try to fix stdlib test_call.py Message-ID: <61a76cba96c99_1cd87fb90161867@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 739f9edf by Carl Friedrich Bolz-Tereick at 2021-12-01T12:38:18+01:00 try to fix stdlib test_call.py --HG-- branch : py3.9 - - - - - fa53aed0 by Carl Friedrich Bolz-Tereick at 2021-12-01T12:49:37+01:00 the flag changed (we are anyway different than CPython) --HG-- branch : py3.9 - - - - - 768c6b11 by Carl Friedrich Bolz-Tereick at 2021-12-01T13:20:58+01:00 bpo-26163: frozenset hash changes --HG-- branch : py3.9 - - - - - 4981f44f by Carl Friedrich Bolz-Tereick at 2021-12-01T13:38:09+01:00 defaultdict.__or__ --HG-- branch : py3.9 - - - - - 7 changed files: - lib-python/3/test/test_code.py - pypy/module/_collections/app_defaultdict.py - pypy/module/_collections/test/test_defaultdict.py - pypy/module/cpyext/methodobject.py - pypy/module/cpyext/test/test_methodobject.py - pypy/objspace/std/setobject.py - pypy/objspace/std/test/test_setobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bb5e6715c436c2181fb84f39e7cf667c4ddcb8de...4981f44f675347b075292983320188134914bdde -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bb5e6715c436c2181fb84f39e7cf667c4ddcb8de...4981f44f675347b075292983320188134914bdde 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 Wed Dec 1 08:57:48 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Dec 2021 13:57:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: this is a different warning now Message-ID: <61a77f5ccd1ab_1cd9e08901634ed@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 20ffe6f5 by Carl Friedrich Bolz-Tereick at 2021-12-01T13:48:29+01:00 this is a different warning now --HG-- branch : py3.9 - - - - - 0cfc4cc3 by Carl Friedrich Bolz-Tereick at 2021-12-01T14:03:59+01:00 another case --HG-- branch : py3.9 - - - - - 8f0e6c1c by Carl Friedrich Bolz-Tereick at 2021-12-01T14:06:49+01:00 cpython wants this order --HG-- branch : py3.9 - - - - - 882e16fc by Carl Friedrich Bolz-Tereick at 2021-12-01T14:11:31+01:00 proper error if floats are used --HG-- branch : py3.9 - - - - - a274a193 by Carl Friedrich Bolz-Tereick at 2021-12-01T14:25:41+01:00 cpython is inconsistent here --HG-- branch : py3.9 - - - - - 83a99110 by Carl Friedrich Bolz-Tereick at 2021-12-01T14:57:26+01:00 __ror__ for default and ordered dict --HG-- branch : py3.9 - - - - - 11 changed files: - lib-python/3/test/test_metaclass.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pytokenizer.py - pypy/module/_collections/app_defaultdict.py - pypy/module/_collections/app_odict.py - pypy/module/_collections/test/test_defaultdict.py - pypy/module/_collections/test/test_ordereddict.py - pypy/module/_io/interp_io.py - pypy/module/_io/test/apptest_io.py - pypy/module/math/app_math.py - pypy/module/math/test/test_math.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4981f44f675347b075292983320188134914bdde...83a9911015188b5695c33027e3a97668b8158fd9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4981f44f675347b075292983320188134914bdde...83a9911015188b5695c33027e3a97668b8158fd9 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 Wed Dec 1 16:06:10 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Dec 2021 21:06:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: you can ask for 0 random bits Message-ID: <61a7e3c2c8382_1cd9fa8801694bb@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: eb1fb702 by Carl Friedrich Bolz-Tereick at 2021-12-01T15:06:47+01:00 you can ask for 0 random bits --HG-- branch : py3.9 - - - - - 9ce23a99 by Carl Friedrich Bolz-Tereick at 2021-12-01T15:28:30+01:00 needed for pypy --HG-- branch : py3.9 - - - - - ac66954c by Carl Friedrich Bolz-Tereick at 2021-12-01T22:05:52+01:00 correct interaction of audit and trace hooks --HG-- branch : py3.9 - - - - - 6 changed files: - lib-python/3/test/_test_multiprocessing.py - pypy/module/_random/interp_random.py - pypy/module/_random/test/test_random.py - pypy/module/sys/test/apptest_audit.py - pypy/module/sys/test/test_sysmodule.py - pypy/module/sys/vm.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/83a9911015188b5695c33027e3a97668b8158fd9...ac66954cc6613c66bffc5be20f1efe24f4c71c8f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/83a9911015188b5695c33027e3a97668b8158fd9...ac66954cc6613c66bffc5be20f1efe24f4c71c8f 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 Dec 2 03:17:04 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 02 Dec 2021 08:17:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] fix translation Message-ID: <61a88100e28f9_1cd9fc428172263@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: b984fcbd by Matti Picus at 2021-12-02T10:16:51+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/setobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b984fcbdea0e10636e646e8a292ad0dd5d1ba235 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b984fcbdea0e10636e646e8a292ad0dd5d1ba235 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 Dec 2 07:35:03 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 02 Dec 2021 12:35:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: some error types have changed Message-ID: <61a8bd77411ae_1cdb4bc0c174637@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a6cf424e by Carl Friedrich Bolz-Tereick at 2021-12-01T22:16:49+01:00 some error types have changed --HG-- branch : py3.9 - - - - - 73e93fed by Carl Friedrich Bolz-Tereick at 2021-12-01T22:25:10+01:00 check for uninitialized instance --HG-- branch : py3.9 - - - - - 5a4019ac by Carl Friedrich Bolz-Tereick at 2021-12-01T22:36:26+01:00 don't swallow random exceptions --HG-- branch : py3.9 - - - - - 4e4b4d3a by Carl Friedrich Bolz-Tereick at 2021-12-02T13:27:21+01:00 \0-safety in one other place --HG-- branch : py3.9 - - - - - f74492ef by Carl Friedrich Bolz-Tereick at 2021-12-02T13:34:52+01:00 ouch, fix indentation error now test_sqlite passes! --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/test_sqlite3.py - lib_pypy/_sqlite3.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b984fcbdea0e10636e646e8a292ad0dd5d1ba235...f74492effa21e3da757d2cbe3b64fb2084558d18 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b984fcbdea0e10636e646e8a292ad0dd5d1ba235...f74492effa21e3da757d2cbe3b64fb2084558d18 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 Dec 2 14:53:52 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 02 Dec 2021 19:53:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: our _ctypes_test is quite the hack, and the resulting module is missing a Message-ID: <61a92450b84c0_1c826160255ed@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: e95f3ea2 by Carl Friedrich Bolz-Tereick at 2021-12-02T20:50:38+01:00 our _ctypes_test is quite the hack, and the resulting module is missing a .__file__ attribute as a result somehow. add it manually --HG-- branch : py3.9 - - - - - 24d5302f by Carl Friedrich Bolz-Tereick at 2021-12-02T20:53:38+01:00 switch to CPython's error, use better position --HG-- branch : py3.9 - - - - - 3 changed files: - lib_pypy/_ctypes_test.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f74492effa21e3da757d2cbe3b64fb2084558d18...24d5302f16cb789c922fb6a2586381517abe2a3e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f74492effa21e3da757d2cbe3b64fb2084558d18...24d5302f16cb789c922fb6a2586381517abe2a3e 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 Dec 2 15:10:15 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 02 Dec 2021 20:10:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] ouch, use KeyError in the translated version too, to make it catchable in the Message-ID: <61a92827b8539_1c83905825723@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 9351dfe4 by Carl Friedrich Bolz-Tereick at 2021-12-02T21:10:04+01:00 ouch, use KeyError in the translated version too, to make it catchable in the caller --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/astcompiler/assemble.py - pypy/module/_opcode/test/apptest_opcode.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9351dfe4da72ff9a39bcd921a87216e2b9b365ad -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9351dfe4da72ff9a39bcd921a87216e2b9b365ad 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 Dec 3 14:44:27 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Fri, 03 Dec 2021 19:44:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] properly handle filename en- and decoding Message-ID: <61aa739b766d0_1c82c4124462f6@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 0285fb65 by Carl Friedrich Bolz-Tereick at 2021-12-03T20:34:29+01:00 properly handle filename en- and decoding --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/marshal/test/test_marshal.py - pypy/objspace/std/marshal_impl.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0285fb65b713bcbb8b617ea6e384da05d7a0e464 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0285fb65b713bcbb8b617ea6e384da05d7a0e464 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 Dec 3 16:11:41 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Fri, 03 Dec 2021 21:11:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] follow cpython's errors more closely Message-ID: <61aa880da451b_1c82c38a0473e0@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 3b7cf4e9 by Carl Friedrich Bolz-Tereick at 2021-12-03T22:11:28+01:00 follow cpython's errors more closely --HG-- branch : py3.9 - - - - - 4 changed files: - pypy/interpreter/astcompiler/ast.py - pypy/interpreter/astcompiler/test/apptest_misc.py - pypy/interpreter/astcompiler/test/test_ast.py - pypy/interpreter/astcompiler/tools/asdl_py.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3b7cf4e9dbda447e19ed2786f62c601858c612eb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3b7cf4e9dbda447e19ed2786f62c601858c612eb 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 Dec 3 16:53:53 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Fri, 03 Dec 2021 21:53:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: another case Message-ID: <61aa91f1aaee3_1c82c38a048017@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 8f48961a by Carl Friedrich Bolz-Tereick at 2021-12-03T22:52:25+01:00 another case --HG-- branch : py3.9 - - - - - 72e4d7ed by Carl Friedrich Bolz-Tereick at 2021-12-03T22:53:32+01:00 TestDeadCodeGetsRemoved.test_extended_unpacking_fail doesn't make sense --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/module/_collections/app_defaultdict.py - pypy/module/_collections/test/test_defaultdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3b7cf4e9dbda447e19ed2786f62c601858c612eb...72e4d7ed4348a7ba3cc1beccc68a521ae189c51a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3b7cf4e9dbda447e19ed2786f62c601858c612eb...72e4d7ed4348a7ba3cc1beccc68a521ae189c51a 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 Dec 4 13:14:26 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 18:14:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] incrementality in the unicode escape handler was broken, fix it Message-ID: <61abb002e36b9_1c83128b052211@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - 2 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59988b0fa7d88041641636874f3ff7668bcc6ecf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59988b0fa7d88041641636874f3ff7668bcc6ecf 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 Dec 4 13:14:30 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 18:14:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: somewhat laboriously reproduce the problem of #3598 as a jit test Message-ID: <61abb0068c0b9_1c8312ea05249e@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00 merge default --HG-- branch : py3.7 - - - - - 099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00 equivalent fixes to incremental raw unicode escape decoding --HG-- branch : py3.7 - - - - - 7 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7...099ca7ac6d62614e5141da72a7bdfdd869a1396f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7...099ca7ac6d62614e5141da72a7bdfdd869a1396f 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 Dec 4 15:10:36 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 20:10:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) Message-ID: <61abcb3c37a07_1c83128ec547c4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 1 changed file: - pypy/module/_codecs/interp_codecs.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/747df94882bbfff1c6066fcf7a986ca276b776db -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/747df94882bbfff1c6066fcf7a986ca276b776db 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 Dec 4 15:10:52 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 20:10:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) Message-ID: <61abcb4cb4a1d_1c81a48c0549e6@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00 merge default, fixes --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/interp_codecs.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/099ca7ac6d62614e5141da72a7bdfdd869a1396f...5df8e9f9eed52b489026b3b67f7347b906e7ed7f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/099ca7ac6d62614e5141da72a7bdfdd869a1396f...5df8e9f9eed52b489026b3b67f7347b906e7ed7f 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 Dec 4 15:33:07 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 20:33:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 11 commits: somewhat laboriously reproduce the problem of #3598 as a jit test Message-ID: <61abd08357c26_1c8312ea0551a1@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00 merge default --HG-- branch : py3.7 - - - - - 099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00 equivalent fixes to incremental raw unicode escape decoding --HG-- branch : py3.7 - - - - - 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00 merge default, fixes --HG-- branch : py3.7 - - - - - 5e6a8864 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:38+01:00 merge py3.8 --HG-- branch : py3.8 - - - - - 8 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/interp_codecs.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e1426b3fc003270e689c27282c5e1e9143769858...5e6a886433f93fc26e5144b22ccdc370209b185d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e1426b3fc003270e689c27282c5e1e9143769858...5e6a886433f93fc26e5144b22ccdc370209b185d 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 Dec 4 15:33:09 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 20:33:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 13 commits: somewhat laboriously reproduce the problem of #3598 as a jit test Message-ID: <61abd08556152_1c83128b055398@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00 two variants of the test: one with one without the erroneous bridge going to the main loop --HG-- branch : shortpreamble-no-mutate - - - - - dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00 at least prevent mutation of the earlier trace when inlining the short preamble --HG-- branch : shortpreamble-no-mutate - - - - - e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00 nonsense --HG-- branch : shortpreamble-no-mutate - - - - - 5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00 merge shortpreamble-no-mutate: stop doing guard strengthening with guards that come from inlining the short preamble. doing that can lead to endless bridges. fixes #3598 - - - - - 72d6a15c by Carl Friedrich Bolz-Tereick at 2021-12-04T14:35:31+01:00 correct position of non ascii chars in bytes --HG-- branch : py3.9 - - - - - 59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00 incrementality in the unicode escape handler was broken, fix it - - - - - ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00 merge default --HG-- branch : py3.7 - - - - - 099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00 equivalent fixes to incremental raw unicode escape decoding --HG-- branch : py3.7 - - - - - 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00 merge default, fixes --HG-- branch : py3.7 - - - - - 5e6a8864 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:38+01:00 merge py3.8 --HG-- branch : py3.8 - - - - - 5e15be60 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:52+01:00 merge py3.8 --HG-- branch : py3.9 - - - - - 10 changed files: - pypy/interpreter/pyparser/parsestring.py - pypy/interpreter/pyparser/test/test_parsestring.py - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - pypy/module/_codecs/interp_codecs.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/unroll.py - rpython/jit/metainterp/test/test_loop.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72e4d7ed4348a7ba3cc1beccc68a521ae189c51a...5e15be60901f5e5acc6e9c03d5f9604b36ac42b5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72e4d7ed4348a7ba3cc1beccc68a521ae189c51a...5e15be60901f5e5acc6e9c03d5f9604b36ac42b5 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 Dec 4 16:21:06 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 21:21:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: bpo-44954: fix corner case in float.fromhex Message-ID: <61abdbc27dd74_1c81faec8557be@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.python.org/issue40780 - - - - - 5 changed files: - pypy/objspace/std/floatobject.py - pypy/objspace/std/test/apptest_stringformat.py - pypy/objspace/std/test/test_floatobject.py - rpython/rlib/test/test_rdtoa.py - rpython/translator/c/src/dtoa.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/747df94882bbfff1c6066fcf7a986ca276b776db...6fbd9ba4dee454b806010ec664b875ed2dccfc75 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/747df94882bbfff1c6066fcf7a986ca276b776db...6fbd9ba4dee454b806010ec664b875ed2dccfc75 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 Dec 4 17:46:02 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Dec 2021 22:46:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: another case Message-ID: <61abefaa5eebb_1c81faec8575e2@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 03a7505c by Carl Friedrich Bolz-Tereick at 2021-12-04T22:29:48+01:00 another case --HG-- branch : py3.9 - - - - - c51ba3c1 by Carl Friedrich Bolz-Tereick at 2021-12-04T23:45:51+01:00 better f-string message --HG-- branch : py3.9 - - - - - 4 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pytokenizer.py - pypy/objspace/std/test/apptest_fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e15be60901f5e5acc6e9c03d5f9604b36ac42b5...c51ba3c12cb569554cf7cbe2d99750d6ba87c475 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e15be60901f5e5acc6e9c03d5f9604b36ac42b5...c51ba3c12cb569554cf7cbe2d99750d6ba87c475 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 Dec 5 04:32:45 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Dec 2021 09:32:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: delete unused and untested build_main_for_shared Message-ID: <61ac873d19f00_1c83d83a8590f8@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 801b73ac by Matti Picus at 2021-12-05T10:58:54+02:00 delete unused and untested build_main_for_shared - - - - - cc79ca89 by Matti Picus at 2021-12-05T10:59:41+02:00 make sure pypy3.7 as an exe name gets passed through to shared library name - - - - - 5 changed files: - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/driver.py - rpython/translator/platform/posix.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6fbd9ba4dee454b806010ec664b875ed2dccfc75...cc79ca89d376265cd1f19a5b84b78c2a62079fc7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6fbd9ba4dee454b806010ec664b875ed2dccfc75...cc79ca89d376265cd1f19a5b84b78c2a62079fc7 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 Dec 5 04:32:46 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Dec 2021 09:32:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] deprecate PyPy.h but add it to the embedding docs, issue 3608 Message-ID: <61ac873e2fcb7_1c83d6a1c5922c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a9d106ac by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 --HG-- branch : py3.7 - - - - - 3 changed files: - ? include/PyPy.h - pypy/doc/embedding.rst - + pypy/doc/pypy.h.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a9d106acb99de9730a48105e80edf16563db774e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a9d106acb99de9730a48105e80edf16563db774e 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 Dec 5 05:12:24 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Dec 2021 10:12:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: deprecate PyPy.h but add it to the embedding docs, issue 3608 Message-ID: <61ac9088af364_1c83d83a859494@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 29ddc6ea by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 - - - - - 388482ab by Matti Picus at 2021-12-05T12:00:44+02:00 update cffi via pypy/tool/import_cffi.py - - - - - 771f8eb4 by Matti Picus at 2021-12-05T12:12:03+02:00 rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheel Updating the METADATA file should be part of the import_cffi tool, but it is complicated to generate the file from the setup.py sources (not shipped in our version). Maybe if cffi moves to a setup.cfg file instead ... - - - - - 18 changed files: - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/test_c.py - extra_tests/cffi_tests/test_version.py - ? include/PyPy.h - + lib_pypy/cffi.dist-info/LICENSE - lib_pypy/cffi.egg-info/PKG-INFO ? lib_pypy/cffi.dist-info/METADATA - lib_pypy/cffi.egg-info/entry_points.txt ? lib_pypy/cffi.dist-info/entry_points.txt - lib_pypy/cffi.egg-info/top_level.txt ? lib_pypy/cffi.dist-info/top_level.txt - ? lib_pypy/cffi.egg-info/SOURCES.txt - ? lib_pypy/cffi.egg-info/dependency_links.txt - ? lib_pypy/cffi.egg-info/not-zip-safe - ? lib_pypy/cffi.egg-info/requires.txt - lib_pypy/cffi/__init__.py - lib_pypy/cffi/_embedding.h - pypy/doc/embedding.rst - + pypy/doc/pypy.h.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cc79ca89d376265cd1f19a5b84b78c2a62079fc7...771f8eb4deee1dff710eb29d2d3bd9cb41500976 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cc79ca89d376265cd1f19a5b84b78c2a62079fc7...771f8eb4deee1dff710eb29d2d3bd9cb41500976 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 Dec 5 05:12:25 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Dec 2021 10:12:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: bpo-44954: fix corner case in float.fromhex Message-ID: <61ac908949eea_1c83d6a8059673@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.python.org/issue40780 - - - - - 801b73ac by Matti Picus at 2021-12-05T10:58:54+02:00 delete unused and untested build_main_for_shared - - - - - cc79ca89 by Matti Picus at 2021-12-05T10:59:41+02:00 make sure pypy3.7 as an exe name gets passed through to shared library name - - - - - 29ddc6ea by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 - - - - - 734f6579 by Matti Picus at 2021-12-05T11:35:02+02:00 merge default --HG-- branch : py3.7 - - - - - 10 changed files: - pypy/objspace/std/floatobject.py - pypy/objspace/std/test/apptest_stringformat.py - pypy/objspace/std/test/test_floatobject.py - rpython/rlib/test/test_rdtoa.py - rpython/translator/c/genc.py - rpython/translator/c/src/dtoa.c - rpython/translator/c/test/test_standalone.py - rpython/translator/driver.py - rpython/translator/platform/posix.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a9d106acb99de9730a48105e80edf16563db774e...734f6579978abd93d579fcfe60be654dcf67dbc2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a9d106acb99de9730a48105e80edf16563db774e...734f6579978abd93d579fcfe60be654dcf67dbc2 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 Dec 5 05:59:09 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Dec 2021 10:59:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] make sure shared_library_name is still a py.path.local Message-ID: <61ac9b7d3fc63_1c83d8394598ee@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 9cf2fae8 by Matti Picus at 2021-12-05T12:58:56+02:00 make sure shared_library_name is still a py.path.local - - - - - 3 changed files: - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9cf2fae880a2866a75969f09b22d51917d1c276c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9cf2fae880a2866a75969f09b22d51917d1c276c 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 Dec 5 08:03:23 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Dec 2021 13:03:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] more version fixes for cffi version update Message-ID: <61acb89b2f86e_1c83d840c600fe@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 784fc51c by Matti Picus at 2021-12-05T15:02:49+02:00 more version fixes for cffi version update - - - - - 2 changed files: - pypy/module/_cffi_backend/__init__.py - pypy/module/_cffi_backend/test/_backend_test_c.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/784fc51ccf0210e3d9730258dc99866958cb0497 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/784fc51ccf0210e3d9730258dc99866958cb0497 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 Dec 5 21:49:06 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Dec 2021 02:49:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenv Message-ID: <61ad7a227f0db_1c83d83a86133f@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 10335b61 by Matti Picus at 2021-12-06T04:43:04+02:00 back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenv - - - - - 3 changed files: - + include/PyPy.h - pypy/doc/embedding.rst - ? pypy/doc/pypy.h.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/10335b61e35447831c4cd237b0cbc6db59ba202c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/10335b61e35447831c4cd237b0cbc6db59ba202c 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 Dec 5 21:49:09 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Dec 2021 02:49:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: update cffi via pypy/tool/import_cffi.py Message-ID: <61ad7a25609f2_1c83d6abc615c2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 388482ab by Matti Picus at 2021-12-05T12:00:44+02:00 update cffi via pypy/tool/import_cffi.py - - - - - 771f8eb4 by Matti Picus at 2021-12-05T12:12:03+02:00 rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheel Updating the METADATA file should be part of the import_cffi tool, but it is complicated to generate the file from the setup.py sources (not shipped in our version). Maybe if cffi moves to a setup.cfg file instead ... - - - - - 9cf2fae8 by Matti Picus at 2021-12-05T12:58:56+02:00 make sure shared_library_name is still a py.path.local - - - - - 784fc51c by Matti Picus at 2021-12-05T15:02:49+02:00 more version fixes for cffi version update - - - - - 10335b61 by Matti Picus at 2021-12-06T04:43:04+02:00 back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenv - - - - - 67350ef9 by Matti Picus at 2021-12-06T04:46:29+02:00 merge default --HG-- branch : py3.7 - - - - - 23 changed files: - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/test_c.py - extra_tests/cffi_tests/test_version.py - + include/PyPy.h - + lib_pypy/cffi.dist-info/LICENSE - lib_pypy/cffi.egg-info/PKG-INFO ? lib_pypy/cffi.dist-info/METADATA - lib_pypy/cffi.egg-info/entry_points.txt ? lib_pypy/cffi.dist-info/entry_points.txt - lib_pypy/cffi.egg-info/top_level.txt ? lib_pypy/cffi.dist-info/top_level.txt - ? lib_pypy/cffi.egg-info/SOURCES.txt - ? lib_pypy/cffi.egg-info/dependency_links.txt - ? lib_pypy/cffi.egg-info/not-zip-safe - ? lib_pypy/cffi.egg-info/requires.txt - lib_pypy/cffi/__init__.py - lib_pypy/cffi/_embedding.h - pypy/doc/embedding.rst - ? pypy/doc/pypy.h.rst - pypy/module/_cffi_backend/__init__.py - pypy/module/_cffi_backend/test/_backend_test_c.py - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/734f6579978abd93d579fcfe60be654dcf67dbc2...67350ef963eee030e14c3d431f0d474cf1788244 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/734f6579978abd93d579fcfe60be654dcf67dbc2...67350ef963eee030e14c3d431f0d474cf1788244 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 Dec 5 22:14:48 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Dec 2021 03:14:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: use sys.base_prefix to find include files (pypy-specific) Message-ID: <61ad8028defb8_1c8312ea0621ef@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c1843906 by Matti Picus at 2021-12-06T05:04:18+02:00 use sys.base_prefix to find include files (pypy-specific) - - - - - 392598b5 by Matti Picus at 2021-12-06T05:06:01+02:00 redo removal of PyPy.h 69fc5c4090e2 - - - - - e2c96dce by Matti Picus at 2021-12-06T05:14:06+02:00 update _cffi_backend file tests - - - - - 6 changed files: - ? include/PyPy.h - lib-python/2.7/distutils/sysconfig_pypy.py - pypy/doc/embedding.rst - + pypy/doc/pypy.h.rst - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_file.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/10335b61e35447831c4cd237b0cbc6db59ba202c...e2c96dceeeb9aa63d3384c5bbc07702885797ffc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/10335b61e35447831c4cd237b0cbc6db59ba202c...e2c96dceeeb9aa63d3384c5bbc07702885797ffc 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 Dec 5 22:39:38 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Dec 2021 03:39:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix for windows: py.path.local cannot deal with multiple '.' in name cleanly Message-ID: <61ad85faa7a62_1c83d83a8623c0@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 83a4c648 by Matti Picus at 2021-12-06T05:39:14+02:00 fix for windows: py.path.local cannot deal with multiple '.' in name cleanly - - - - - 1 changed file: - rpython/translator/driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/83a4c648cd87f57a6cfe867c4bf13161c7ffdd3c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/83a4c648cd87f57a6cfe867c4bf13161c7ffdd3c 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 Dec 5 23:17:30 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Dec 2021 04:17:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix Message-ID: <61ad8edaece2b_1c8312ea0633ce@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: bbd294e7 by Matti Picus at 2021-12-06T06:17:18+02:00 fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix - - - - - 1 changed file: - lib-python/2.7/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bbd294e7674314ed299169a4778bd5e3fffb3ee2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bbd294e7674314ed299169a4778bd5e3fffb3ee2 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 Dec 6 05:33:37 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Mon, 06 Dec 2021 10:33:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix hidden applevel of appdefs of mixed modules Message-ID: <61ade7015122_1c83d6abc66924@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 4ecd1ca9 by Carl Friedrich Bolz-Tereick at 2021-12-06T11:31:29+01:00 fix hidden applevel of appdefs of mixed modules --HG-- branch : py3.7 - - - - - c62bbe34 by Carl Friedrich Bolz-Tereick at 2021-12-06T11:33:24+01:00 merge --HG-- branch : py3.7 - - - - - 5 changed files: - pypy/interpreter/baseobjspace.py - pypy/module/marshal/interp_marshal.py - pypy/module/marshal/test/test_marshalimpl.py - pypy/module/sys/vm.py - pypy/objspace/std/marshal_impl.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/67350ef963eee030e14c3d431f0d474cf1788244...c62bbe34b14d3dbbb29abd741e8de934448ae94b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/67350ef963eee030e14c3d431f0d474cf1788244...c62bbe34b14d3dbbb29abd741e8de934448ae94b 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 Dec 7 15:25:12 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 07 Dec 2021 20:25:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: use sys.base_prefix to find include files (pypy-specific) Message-ID: <61afc3281eb3b_1c87337dc9569@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c1843906 by Matti Picus at 2021-12-06T05:04:18+02:00 use sys.base_prefix to find include files (pypy-specific) - - - - - 392598b5 by Matti Picus at 2021-12-06T05:06:01+02:00 redo removal of PyPy.h 69fc5c4090e2 - - - - - e2c96dce by Matti Picus at 2021-12-06T05:14:06+02:00 update _cffi_backend file tests - - - - - 83a4c648 by Matti Picus at 2021-12-06T05:39:14+02:00 fix for windows: py.path.local cannot deal with multiple '.' in name cleanly - - - - - bbd294e7 by Matti Picus at 2021-12-06T06:17:18+02:00 fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix - - - - - 972f6869 by Matti Picus at 2021-12-07T17:55:54+02:00 merge default --HG-- branch : py3.7 - - - - - 6 changed files: - ? include/PyPy.h - pypy/doc/embedding.rst - + pypy/doc/pypy.h.rst - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_file.py - rpython/translator/driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c62bbe34b14d3dbbb29abd741e8de934448ae94b...972f6869e8d731b2445c5a7cf2baed9c37a734c9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c62bbe34b14d3dbbb29abd741e8de934448ae94b...972f6869e8d731b2445c5a7cf2baed9c37a734c9 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 Dec 7 15:25:17 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 07 Dec 2021 20:25:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 24 commits: bpo-44954: fix corner case in float.fromhex Message-ID: <61afc32db1698_1c876cb68960e2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.python.org/issue40780 - - - - - a9d106ac by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 --HG-- branch : py3.7 - - - - - 801b73ac by Matti Picus at 2021-12-05T10:58:54+02:00 delete unused and untested build_main_for_shared - - - - - cc79ca89 by Matti Picus at 2021-12-05T10:59:41+02:00 make sure pypy3.7 as an exe name gets passed through to shared library name - - - - - 29ddc6ea by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 - - - - - 734f6579 by Matti Picus at 2021-12-05T11:35:02+02:00 merge default --HG-- branch : py3.7 - - - - - 388482ab by Matti Picus at 2021-12-05T12:00:44+02:00 update cffi via pypy/tool/import_cffi.py - - - - - 771f8eb4 by Matti Picus at 2021-12-05T12:12:03+02:00 rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheel Updating the METADATA file should be part of the import_cffi tool, but it is complicated to generate the file from the setup.py sources (not shipped in our version). Maybe if cffi moves to a setup.cfg file instead ... - - - - - 9cf2fae8 by Matti Picus at 2021-12-05T12:58:56+02:00 make sure shared_library_name is still a py.path.local - - - - - 784fc51c by Matti Picus at 2021-12-05T15:02:49+02:00 more version fixes for cffi version update - - - - - 10335b61 by Matti Picus at 2021-12-06T04:43:04+02:00 back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenv - - - - - 67350ef9 by Matti Picus at 2021-12-06T04:46:29+02:00 merge default --HG-- branch : py3.7 - - - - - c1843906 by Matti Picus at 2021-12-06T05:04:18+02:00 use sys.base_prefix to find include files (pypy-specific) - - - - - 392598b5 by Matti Picus at 2021-12-06T05:06:01+02:00 redo removal of PyPy.h 69fc5c4090e2 - - - - - e2c96dce by Matti Picus at 2021-12-06T05:14:06+02:00 update _cffi_backend file tests - - - - - 83a4c648 by Matti Picus at 2021-12-06T05:39:14+02:00 fix for windows: py.path.local cannot deal with multiple '.' in name cleanly - - - - - bbd294e7 by Matti Picus at 2021-12-06T06:17:18+02:00 fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix - - - - - 4ecd1ca9 by Carl Friedrich Bolz-Tereick at 2021-12-06T11:31:29+01:00 fix hidden applevel of appdefs of mixed modules --HG-- branch : py3.7 - - - - - c62bbe34 by Carl Friedrich Bolz-Tereick at 2021-12-06T11:33:24+01:00 merge --HG-- branch : py3.7 - - - - - 972f6869 by Matti Picus at 2021-12-07T17:55:54+02:00 merge default --HG-- branch : py3.7 - - - - - c2ae3e2c by Matti Picus at 2021-12-07T17:56:21+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 53c84e5f by Matti Picus at 2021-12-07T17:56:44+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 61766901 by Matti Picus at 2021-12-07T22:24:24+02:00 change pypy3-c and libpypy3-c.so to pypy3.9-c and libpypy3.9-c.so --HG-- branch : py3.9 - - - - - 30 changed files: - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/test_c.py - extra_tests/cffi_tests/test_version.py - ? include/PyPy.h - + lib_pypy/cffi.dist-info/LICENSE - lib_pypy/cffi.egg-info/PKG-INFO ? lib_pypy/cffi.dist-info/METADATA - lib_pypy/cffi.egg-info/entry_points.txt ? lib_pypy/cffi.dist-info/entry_points.txt - lib_pypy/cffi.egg-info/top_level.txt ? lib_pypy/cffi.dist-info/top_level.txt - ? lib_pypy/cffi.egg-info/SOURCES.txt - ? lib_pypy/cffi.egg-info/dependency_links.txt - ? lib_pypy/cffi.egg-info/not-zip-safe - ? lib_pypy/cffi.egg-info/requires.txt - lib_pypy/cffi/__init__.py - lib_pypy/cffi/_embedding.h - pypy/doc/embedding.rst - + pypy/doc/pypy.h.rst - pypy/goal/targetpypystandalone.py - pypy/interpreter/baseobjspace.py - pypy/module/_cffi_backend/__init__.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_file.py - pypy/module/marshal/interp_marshal.py - pypy/module/marshal/test/test_marshalimpl.py - pypy/module/sys/version.py - pypy/module/sys/vm.py - pypy/objspace/std/floatobject.py - pypy/objspace/std/marshal_impl.py - pypy/objspace/std/test/apptest_stringformat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c51ba3c12cb569554cf7cbe2d99750d6ba87c475...617669018e139e0a7011cdf715c734f7403debf6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c51ba3c12cb569554cf7cbe2d99750d6ba87c475...617669018e139e0a7011cdf715c734f7403debf6 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 Dec 7 15:25:14 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 07 Dec 2021 20:25:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: bpo-44954: fix corner case in float.fromhex Message-ID: <61afc32a83e17_1c876f188958c3@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.python.org/issue40780 - - - - - a9d106ac by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 --HG-- branch : py3.7 - - - - - 801b73ac by Matti Picus at 2021-12-05T10:58:54+02:00 delete unused and untested build_main_for_shared - - - - - cc79ca89 by Matti Picus at 2021-12-05T10:59:41+02:00 make sure pypy3.7 as an exe name gets passed through to shared library name - - - - - 29ddc6ea by Matti Picus at 2021-12-05T08:21:30+02:00 deprecate PyPy.h but add it to the embedding docs, issue 3608 - - - - - 734f6579 by Matti Picus at 2021-12-05T11:35:02+02:00 merge default --HG-- branch : py3.7 - - - - - 388482ab by Matti Picus at 2021-12-05T12:00:44+02:00 update cffi via pypy/tool/import_cffi.py - - - - - 771f8eb4 by Matti Picus at 2021-12-05T12:12:03+02:00 rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheel Updating the METADATA file should be part of the import_cffi tool, but it is complicated to generate the file from the setup.py sources (not shipped in our version). Maybe if cffi moves to a setup.cfg file instead ... - - - - - 9cf2fae8 by Matti Picus at 2021-12-05T12:58:56+02:00 make sure shared_library_name is still a py.path.local - - - - - 784fc51c by Matti Picus at 2021-12-05T15:02:49+02:00 more version fixes for cffi version update - - - - - 10335b61 by Matti Picus at 2021-12-06T04:43:04+02:00 back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenv - - - - - 67350ef9 by Matti Picus at 2021-12-06T04:46:29+02:00 merge default --HG-- branch : py3.7 - - - - - c1843906 by Matti Picus at 2021-12-06T05:04:18+02:00 use sys.base_prefix to find include files (pypy-specific) - - - - - 392598b5 by Matti Picus at 2021-12-06T05:06:01+02:00 redo removal of PyPy.h 69fc5c4090e2 - - - - - e2c96dce by Matti Picus at 2021-12-06T05:14:06+02:00 update _cffi_backend file tests - - - - - 83a4c648 by Matti Picus at 2021-12-06T05:39:14+02:00 fix for windows: py.path.local cannot deal with multiple '.' in name cleanly - - - - - bbd294e7 by Matti Picus at 2021-12-06T06:17:18+02:00 fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix - - - - - 4ecd1ca9 by Carl Friedrich Bolz-Tereick at 2021-12-06T11:31:29+01:00 fix hidden applevel of appdefs of mixed modules --HG-- branch : py3.7 - - - - - c62bbe34 by Carl Friedrich Bolz-Tereick at 2021-12-06T11:33:24+01:00 merge --HG-- branch : py3.7 - - - - - 972f6869 by Matti Picus at 2021-12-07T17:55:54+02:00 merge default --HG-- branch : py3.7 - - - - - c2ae3e2c by Matti Picus at 2021-12-07T17:56:21+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 30 changed files: - extra_tests/cffi_tests/cffi0/test_version.py - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/cffi1/test_cffi_binary.py - extra_tests/cffi_tests/test_c.py - extra_tests/cffi_tests/test_version.py - ? include/PyPy.h - + lib_pypy/cffi.dist-info/LICENSE - lib_pypy/cffi.egg-info/PKG-INFO ? lib_pypy/cffi.dist-info/METADATA - lib_pypy/cffi.egg-info/entry_points.txt ? lib_pypy/cffi.dist-info/entry_points.txt - lib_pypy/cffi.egg-info/top_level.txt ? lib_pypy/cffi.dist-info/top_level.txt - ? lib_pypy/cffi.egg-info/SOURCES.txt - ? lib_pypy/cffi.egg-info/dependency_links.txt - ? lib_pypy/cffi.egg-info/not-zip-safe - ? lib_pypy/cffi.egg-info/requires.txt - lib_pypy/cffi/__init__.py - lib_pypy/cffi/_embedding.h - pypy/doc/embedding.rst - + pypy/doc/pypy.h.rst - pypy/interpreter/baseobjspace.py - pypy/module/_cffi_backend/__init__.py - pypy/module/_cffi_backend/test/_backend_test_c.py - pypy/module/_cffi_backend/test/test_file.py - pypy/module/marshal/interp_marshal.py - pypy/module/marshal/test/test_marshalimpl.py - pypy/module/sys/vm.py - pypy/objspace/std/floatobject.py - pypy/objspace/std/marshal_impl.py - pypy/objspace/std/test/apptest_stringformat.py - pypy/objspace/std/test/test_floatobject.py - rpython/rlib/test/test_rdtoa.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e6a886433f93fc26e5144b22ccdc370209b185d...c2ae3e2c5132ea9354d96ee31a15aa024b6808c3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e6a886433f93fc26e5144b22ccdc370209b185d...c2ae3e2c5132ea9354d96ee31a15aa024b6808c3 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 Dec 7 16:25:01 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 07 Dec 2021 21:25:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] fix get_info Message-ID: <61afd12d33901_1c87b2ca89866a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1a0a08d8 by Matti Picus at 2021-12-07T23:24:21+02:00 fix get_info --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/sys/version.py - testrunner/get_info.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1a0a08d8440286f3e41fd7cf0506a9dba7ee1cdd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1a0a08d8440286f3e41fd7cf0506a9dba7ee1cdd 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 Dec 7 17:38:16 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 07 Dec 2021 22:38:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] revert part of last commit, annotation requires _VERSION_TEMPLATE to be global Message-ID: <61afe2586008e_1c87b2c5899098@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1ef54f7c by Matti Picus at 2021-12-08T00:38:05+02:00 revert part of last commit, annotation requires _VERSION_TEMPLATE to be global --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1ef54f7cc8945c89faf8e60e2ce83301a3e38d1f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1ef54f7cc8945c89faf8e60e2ce83301a3e38d1f 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 Wed Dec 8 13:37:12 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 08 Dec 2021 18:37:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix exe and dll naming for windows Message-ID: <61b0fb58b37ed_1c88ca03c1167ee@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fae82018 by Matti Picus at 2021-12-08T20:36:21+02:00 fix exe and dll naming for windows - - - - - 3 changed files: - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fae82018ec725609f1a5b78a2936ec38272d6909 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fae82018ec725609f1a5b78a2936ec38272d6909 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 Wed Dec 8 17:01:53 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 08 Dec 2021 22:01:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: fix exe and dll naming for windows Message-ID: <61b12b519babe_1b737e24353e1@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: fae82018 by Matti Picus at 2021-12-08T20:36:21+02:00 fix exe and dll naming for windows - - - - - a956f228 by Matti Picus at 2021-12-08T23:14:15+02:00 use rsplit - - - - - 60238b12 by Matti Picus at 2021-12-08T23:33:45+02:00 merge default --HG-- branch : py3.7 - - - - - 4 changed files: - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/driver.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/972f6869e8d731b2445c5a7cf2baed9c37a734c9...60238b12f4dd4a148e98ae19ab401ff93f20d452 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/972f6869e8d731b2445c5a7cf2baed9c37a734c9...60238b12f4dd4a148e98ae19ab401ff93f20d452 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 Wed Dec 8 17:01:51 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 08 Dec 2021 22:01:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] use rsplit Message-ID: <61b12b4f9100a_1b725eb83513a@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a956f228 by Matti Picus at 2021-12-08T23:14:15+02:00 use rsplit - - - - - 1 changed file: - rpython/translator/driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a956f228446e04a5e92199ec1ff6ffd651c66176 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a956f228446e04a5e92199ec1ff6ffd651c66176 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 Dec 9 03:48:32 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Dec 2021 08:48:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] virtualenv does not create pypy3.9 Message-ID: <61b1c2e0a9266_1b75b70c444f6@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c3a6c9e2 by Matti Picus at 2021-12-09T10:46:32+02:00 virtualenv does not create pypy3.9 --HG-- branch : py3.9 - - - - - 1 changed file: - testrunner/get_info.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c3a6c9e2fa2ef433da476d27e0beb9ceed1b1422 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c3a6c9e2fa2ef433da476d27e0beb9ceed1b1422 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 Dec 9 06:19:00 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Dec 2021 11:19:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] use testrunner/get_info to parse target_path for jit, -A and lib-python tests Message-ID: <61b1e624e65a6_1b75b7e8464dc@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a607e4a3 by Matti Picus at 2021-12-09T13:18:41+02:00 use testrunner/get_info to parse target_path for jit, -A and lib-python tests --HG-- branch : py3.9 - - - - - 4 changed files: - pypy/pytest-A.cfg - testrunner/get_info.py - testrunner/lib_python_tests.py - testrunner/pypyjit_tests.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a607e4a3deec2d75a403727b18440a92226a89d2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a607e4a3deec2d75a403727b18440a92226a89d2 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 Dec 9 07:40:49 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Dec 2021 12:40:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] typo, add comment Message-ID: <61b1f951606f1_1b725eb846692@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2121608c by Matti Picus at 2021-12-09T14:40:29+02:00 typo, add comment --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/pytest-A.cfg View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2121608c3e4fe33ead496110392015b2aefc78fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2121608c3e4fe33ead496110392015b2aefc78fc 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 Dec 9 16:44:06 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Dec 2021 21:44:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] properly skip -D tests Message-ID: <61b278a69f9e7_1b75af0053463@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 42c43c50 by Matti Picus at 2021-12-09T23:38:25+02:00 properly skip -D tests --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/42c43c50803e560193810e85084f44ef51e1d77d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/42c43c50803e560193810e85084f44ef51e1d77d 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 Dec 9 16:44:08 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Dec 2021 21:44:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: fix exe and dll naming for windows Message-ID: <61b278a896de6_1b75b70c5369@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: fae82018 by Matti Picus at 2021-12-08T20:36:21+02:00 fix exe and dll naming for windows - - - - - a956f228 by Matti Picus at 2021-12-08T23:14:15+02:00 use rsplit - - - - - 60238b12 by Matti Picus at 2021-12-08T23:33:45+02:00 merge default --HG-- branch : py3.7 - - - - - 42c43c50 by Matti Picus at 2021-12-09T23:38:25+02:00 properly skip -D tests --HG-- branch : py3.7 - - - - - 84874560 by Matti Picus at 2021-12-09T23:41:38+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/tool/release/package.py - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/driver.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c2ae3e2c5132ea9354d96ee31a15aa024b6808c3...84874560fe9db912978da5a62258ab843e175cec -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c2ae3e2c5132ea9354d96ee31a15aa024b6808c3...84874560fe9db912978da5a62258ab843e175cec 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 Dec 9 16:44:10 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Dec 2021 21:44:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: fix exe and dll naming for windows Message-ID: <61b278aac02f9_1b7e2ff45382a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: fae82018 by Matti Picus at 2021-12-08T20:36:21+02:00 fix exe and dll naming for windows - - - - - a956f228 by Matti Picus at 2021-12-08T23:14:15+02:00 use rsplit - - - - - 60238b12 by Matti Picus at 2021-12-08T23:33:45+02:00 merge default --HG-- branch : py3.7 - - - - - 42c43c50 by Matti Picus at 2021-12-09T23:38:25+02:00 properly skip -D tests --HG-- branch : py3.7 - - - - - 84874560 by Matti Picus at 2021-12-09T23:41:38+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 5c6b40ba by Matti Picus at 2021-12-09T23:43:39+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 5 changed files: - pypy/tool/release/package.py - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/driver.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2121608c3e4fe33ead496110392015b2aefc78fc...5c6b40ba485c59a6334e5dd38f2367d62de23a36 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2121608c3e4fe33ead496110392015b2aefc78fc...5c6b40ba485c59a6334e5dd38f2367d62de23a36 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 Dec 10 02:19:17 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Dec 2021 07:19:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: actually commit the change for 84837aacd380 Message-ID: <61b2ff751fb35_1b75b87455019@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f83e9b15 by Matti Picus at 2021-12-10T09:00:43+02:00 actually commit the change for 84837aacd380 --HG-- branch : py3.7 - - - - - 675155d4 by Matti Picus at 2021-12-10T09:01:05+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/84874560fe9db912978da5a62258ab843e175cec...675155d49be11d876ddb386301b07058589f6abd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/84874560fe9db912978da5a62258ab843e175cec...675155d49be11d876ddb386301b07058589f6abd 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 Dec 10 02:19:14 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Dec 2021 07:19:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] actually commit the change for 84837aacd380 Message-ID: <61b2ff72e1b9c_1b75b70c54888@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f83e9b15 by Matti Picus at 2021-12-10T09:00:43+02:00 actually commit the change for 84837aacd380 --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f83e9b15c57ba219ee75f4aad81c84f6ac4c6098 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f83e9b15c57ba219ee75f4aad81c84f6ac4c6098 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 Dec 10 02:19:18 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Dec 2021 07:19:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: fix test command line Message-ID: <61b2ff76d8ba7_1b711ff3055236@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7a7d7886 by Matti Picus at 2021-12-10T08:53:17+02:00 fix test command line --HG-- branch : py3.9 - - - - - f83e9b15 by Matti Picus at 2021-12-10T09:00:43+02:00 actually commit the change for 84837aacd380 --HG-- branch : py3.7 - - - - - 675155d4 by Matti Picus at 2021-12-10T09:01:05+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - f69904c8 by Matti Picus at 2021-12-10T09:01:28+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_posixsubprocess/test/apptest_subprocess.py - pypy/pytest-A.cfg View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5c6b40ba485c59a6334e5dd38f2367d62de23a36...f69904c86766dc59002480f0fa409e7bff0d223f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5c6b40ba485c59a6334e5dd38f2367d62de23a36...f69904c86766dc59002480f0fa409e7bff0d223f 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 Dec 10 02:56:58 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Dec 2021 07:56:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typo Message-ID: <61b3084a57a34_1b75b874560b3@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f0462bf1 by Matti Picus at 2021-12-10T09:55:51+02:00 typo --HG-- branch : py3.7 - - - - - 0c5f6d3f by Matti Picus at 2021-12-10T09:56:12+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/675155d49be11d876ddb386301b07058589f6abd...0c5f6d3f41b3d05425fd374a054d1f40f49fa78e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/675155d49be11d876ddb386301b07058589f6abd...0c5f6d3f41b3d05425fd374a054d1f40f49fa78e 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 Dec 10 02:56:57 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Dec 2021 07:56:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] typo Message-ID: <61b30849454cb_1b7e2f2c55811@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f0462bf1 by Matti Picus at 2021-12-10T09:55:51+02:00 typo --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f0462bf1e49e59638ed032fd8ff922a61e0910f7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f0462bf1e49e59638ed032fd8ff922a61e0910f7 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 Dec 10 02:57:02 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Dec 2021 07:57:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: typo Message-ID: <61b3084e777ed_1b71206745627d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: f0462bf1 by Matti Picus at 2021-12-10T09:55:51+02:00 typo --HG-- branch : py3.7 - - - - - 0c5f6d3f by Matti Picus at 2021-12-10T09:56:12+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 2e104e3f by Matti Picus at 2021-12-10T09:56:33+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f69904c86766dc59002480f0fa409e7bff0d223f...2e104e3fd2d56dee12ef031e729e42e8d377a57e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f69904c86766dc59002480f0fa409e7bff0d223f...2e104e3fd2d56dee12ef031e729e42e8d377a57e 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 Dec 11 06:50:21 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 11 Dec 2021 11:50:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] a mechanism for errors in the symtable, use it to improve position of the Message-ID: <61b4907d770e6_1b71d9b1081928@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 009403e2 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:49:47+01:00 a mechanism for errors in the symtable, use it to improve position of the "duplicate argument" error - - - - - 2 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_symtable.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/009403e2c21fab216e5e5a1558a897e165a83f37 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/009403e2c21fab216e5e5a1558a897e165a83f37 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 Dec 11 06:50:48 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 11 Dec 2021 11:50:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: fix one of the test_dis tests (some are real bugs) Message-ID: <61b49098d278_1b71f95648215@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 4a935590 by Carl Friedrich Bolz-Tereick at 2021-12-06T10:10:34+01:00 fix one of the test_dis tests (some are real bugs) --HG-- branch : py3.9 - - - - - 96957d8a by Carl Friedrich Bolz-Tereick at 2021-12-06T20:35:47+01:00 switching to the remaining 3.9 bytecodes, part 1) stop using BUILD_MAP_UNPACK_WITH_CALL and use DICT_MERGE instead --HG-- branch : py3.9 - - - - - d149411a by Carl Friedrich Bolz-Tereick at 2021-12-06T21:45:24+01:00 same with DICT_UPDATE --HG-- branch : py3.9 - - - - - b51e7775 by Carl Friedrich Bolz-Tereick at 2021-12-09T19:08:52+01:00 re-implementation of DICT_MERGE, various fixes --HG-- branch : py3.9 - - - - - d3e0d185 by Carl Friedrich Bolz-Tereick at 2021-12-09T19:57:49+01:00 oops --HG-- branch : py3.9 - - - - - dfc96750 by Carl Friedrich Bolz-Tereick at 2021-12-10T11:53:50+01:00 rename LOOKUP_METHOD -> LOAD_METHOD, to be consistent with CPython --HG-- branch : py3.9 - - - - - 86a4afdf by Carl Friedrich Bolz-Tereick at 2021-12-10T20:52:03+01:00 for assigning line numbers to instructions, follow cpython logic more exactly --HG-- branch : py3.9 - - - - - d3e2b0e7 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:50:38+01:00 merge heads --HG-- branch : py3.9 - - - - - 15 changed files: - lib-python/3/opcode.py - lib-python/3/test/test_dis.py - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pycode.py - pypy/interpreter/pyopcode.py - pypy/interpreter/test/apptest_pyframe.py - pypy/interpreter/test/test_interpreter.py - pypy/module/pypyjit/test_pypy_c/test_call.py - pypy/objspace/std/callmethod.py - pypy/objspace/std/frame.py - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_callmethod.py - pypy/tool/opcode3.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2e104e3fd2d56dee12ef031e729e42e8d377a57e...d3e2b0e74e246a68375a9bdcce6df2222fe95dcf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2e104e3fd2d56dee12ef031e729e42e8d377a57e...d3e2b0e74e246a68375a9bdcce6df2222fe95dcf 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 Dec 11 16:37:26 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 11 Dec 2021 21:37:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix error location of global declarations Message-ID: <61b51a161add4_1b736859486448@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2a79853f by Carl Friedrich Bolz-Tereick at 2021-12-11T21:38:01+01:00 fix error location of global declarations - - - - - 2 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_symtable.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2a79853fa4fea4590d621f16b57b38d20fa5ab66 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2a79853fa4fea4590d621f16b57b38d20fa5ab66 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 Dec 11 16:37:28 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 11 Dec 2021 21:37:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: a mechanism for errors in the symtable, use it to improve position of the Message-ID: <61b51a185c8da_1b71d9a848664d@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 009403e2 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:49:47+01:00 a mechanism for errors in the symtable, use it to improve position of the "duplicate argument" error - - - - - 2a79853f by Carl Friedrich Bolz-Tereick at 2021-12-11T21:38:01+01:00 fix error location of global declarations - - - - - 8ac128d2 by Carl Friedrich Bolz-Tereick at 2021-12-11T21:52:13+01:00 merge default --HG-- branch : py3.7 - - - - - 6af22ce3 by Carl Friedrich Bolz-Tereick at 2021-12-11T22:27:31+01:00 fix some more error message line numbers --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_symtable.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f0462bf1e49e59638ed032fd8ff922a61e0910f7...6af22ce354c4a3435f0bdb9fe68f95a033131d43 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f0462bf1e49e59638ed032fd8ff922a61e0910f7...6af22ce354c4a3435f0bdb9fe68f95a033131d43 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 Dec 12 11:35:58 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Dec 2021 16:35:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix failing test Message-ID: <61b624ee711e5_1b74d053090992@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d00d0100 by Matti Picus at 2021-12-12T18:35:41+02:00 fix failing test - - - - - 1 changed file: - lib-python/2.7/test/test_syntax.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d00d010017bc5e111ff0f752cc73e66a5cd81c35 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d00d010017bc5e111ff0f752cc73e66a5cd81c35 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 Dec 12 12:07:54 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Dec 2021 17:07:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 7 commits: a mechanism for errors in the symtable, use it to improve position of the Message-ID: <61b62c6aeac29_1b71d9b1092387@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 009403e2 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:49:47+01:00 a mechanism for errors in the symtable, use it to improve position of the "duplicate argument" error - - - - - 2a79853f by Carl Friedrich Bolz-Tereick at 2021-12-11T21:38:01+01:00 fix error location of global declarations - - - - - 8ac128d2 by Carl Friedrich Bolz-Tereick at 2021-12-11T21:52:13+01:00 merge default --HG-- branch : py3.7 - - - - - 6af22ce3 by Carl Friedrich Bolz-Tereick at 2021-12-11T22:27:31+01:00 fix some more error message line numbers --HG-- branch : py3.7 - - - - - f5066d72 by Matti Picus at 2021-12-12T18:56:19+02:00 remove duplicate definition of Py_hash_t, document diff to CPython (issue 3612) --HG-- branch : py3.7 - - - - - 614dfea8 by Matti Picus at 2021-12-12T19:01:16+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 0e2bbbe6 by Matti Picus at 2021-12-12T19:06:38+02:00 Merge with py3.8 --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_symtable.py - pypy/module/cpyext/include/pyport.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d3e2b0e74e246a68375a9bdcce6df2222fe95dcf...0e2bbbe659dce29b3139ae4132e6ea636f9acd22 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d3e2b0e74e246a68375a9bdcce6df2222fe95dcf...0e2bbbe659dce29b3139ae4132e6ea636f9acd22 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 Dec 12 12:07:51 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Dec 2021 17:07:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] remove duplicate definition of Py_hash_t, document diff to CPython (issue 3612) Message-ID: <61b62c676b10b_1b73b6a28919c7@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f5066d72 by Matti Picus at 2021-12-12T18:56:19+02:00 remove duplicate definition of Py_hash_t, document diff to CPython (issue 3612) --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/cpyext/include/pyport.h - pypy/module/cpyext/parse/cpyext_object.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f5066d726207043e530164df218bc61a2169efb9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f5066d726207043e530164df218bc61a2169efb9 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 Dec 12 12:07:53 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Dec 2021 17:07:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: a mechanism for errors in the symtable, use it to improve position of the Message-ID: <61b62c6955cbb_1b74d04e092169@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 009403e2 by Carl Friedrich Bolz-Tereick at 2021-12-11T12:49:47+01:00 a mechanism for errors in the symtable, use it to improve position of the "duplicate argument" error - - - - - 2a79853f by Carl Friedrich Bolz-Tereick at 2021-12-11T21:38:01+01:00 fix error location of global declarations - - - - - 8ac128d2 by Carl Friedrich Bolz-Tereick at 2021-12-11T21:52:13+01:00 merge default --HG-- branch : py3.7 - - - - - 6af22ce3 by Carl Friedrich Bolz-Tereick at 2021-12-11T22:27:31+01:00 fix some more error message line numbers --HG-- branch : py3.7 - - - - - f5066d72 by Matti Picus at 2021-12-12T18:56:19+02:00 remove duplicate definition of Py_hash_t, document diff to CPython (issue 3612) --HG-- branch : py3.7 - - - - - 614dfea8 by Matti Picus at 2021-12-12T19:01:16+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcompiler/test/test_symtable.py - pypy/module/cpyext/include/pyport.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0c5f6d3f41b3d05425fd374a054d1f40f49fa78e...614dfea83a67d4bae41055485c5faff4c7afcd4c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0c5f6d3f41b3d05425fd374a054d1f40f49fa78e...614dfea83a67d4bae41055485c5faff4c7afcd4c 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 Dec 13 04:51:39 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Mon, 13 Dec 2021 09:51:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] fix translation, make a bit more jit friendly Message-ID: <61b717ab26c44_1b76b6afc99424@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 37f7f151 by Carl Friedrich Bolz-Tereick at 2021-12-13T10:51:25+01:00 fix translation, make a bit more jit friendly --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/pyopcode.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/37f7f151f8b4718e647361aa13552f54118a2713 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/37f7f151f8b4718e647361aa13552f54118a2713 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 Dec 13 16:20:24 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Mon, 13 Dec 2021 21:20:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: another tokenizer error Message-ID: <61b7b918a3b81_1a91048345814b@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: cde9477a by Carl Friedrich Bolz-Tereick at 2021-12-13T21:30:44+01:00 another tokenizer error --HG-- branch : py3.9 - - - - - bc1985db by Carl Friedrich Bolz-Tereick at 2021-12-13T22:19:28+01:00 test_grammar bug exposing logic problem in default error locations! --HG-- branch : py3.9 - - - - - 6 changed files: - lib-python/3/test/test_multibytecodec.py - pypy/interpreter/astcompiler/test/apptest_misc.py - pypy/interpreter/pyparser/baserpypeg.py - pypy/interpreter/pyparser/pytokenizer.py - pypy/interpreter/pyparser/test/test_pyparse.py - pypy/interpreter/pyparser/test/test_pytokenizer.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37f7f151f8b4718e647361aa13552f54118a2713...bc1985db2f56fc863fdfe1b3ca6b1d97507a8e50 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37f7f151f8b4718e647361aa13552f54118a2713...bc1985db2f56fc863fdfe1b3ca6b1d97507a8e50 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 Dec 14 15:51:24 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 14 Dec 2021 20:51:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix errcheck ctypes protocol (came up in the "pre_commit" package) Message-ID: <61b903cc75cb8_1a921924c7942b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 18f53dcb by Matti Picus at 2021-12-14T21:11:01+02:00 fix errcheck ctypes protocol (came up in the "pre_commit" package) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_ctypes/function.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/18f53dcbc7dafb6f22eb8f94658b67fe14770adb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/18f53dcbc7dafb6f22eb8f94658b67fe14770adb 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 Dec 14 15:51:28 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 14 Dec 2021 20:51:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix errcheck ctypes protocol (came up in the "pre_commit" package) Message-ID: <61b903d0c5c06_1a92190e479880@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 18f53dcb by Matti Picus at 2021-12-14T21:11:01+02:00 fix errcheck ctypes protocol (came up in the "pre_commit" package) --HG-- branch : py3.7 - - - - - a57d10df by Matti Picus at 2021-12-14T21:11:51+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - c25b29f2 by Matti Picus at 2021-12-14T21:12:28+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_ctypes/function.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bc1985db2f56fc863fdfe1b3ca6b1d97507a8e50...c25b29f212783e94aae17afefdb98dbf76c289f8 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bc1985db2f56fc863fdfe1b3ca6b1d97507a8e50...c25b29f212783e94aae17afefdb98dbf76c289f8 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 Dec 14 15:51:26 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 14 Dec 2021 20:51:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix errcheck ctypes protocol (came up in the "pre_commit" package) Message-ID: <61b903ce4335c_1a92179ec79663@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 18f53dcb by Matti Picus at 2021-12-14T21:11:01+02:00 fix errcheck ctypes protocol (came up in the "pre_commit" package) --HG-- branch : py3.7 - - - - - a57d10df by Matti Picus at 2021-12-14T21:11:51+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_ctypes/function.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/614dfea83a67d4bae41055485c5faff4c7afcd4c...a57d10df560f30e0451f9a34fa65c5949694d836 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/614dfea83a67d4bae41055485c5faff4c7afcd4c...a57d10df560f30e0451f9a34fa65c5949694d836 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 Wed Dec 15 16:44:55 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 15 Dec 2021 21:44:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] remove stray pdb Message-ID: <61ba61d7147ad_1a94a8314977e5@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: fdcab2f8 by Matti Picus at 2021-12-15T23:44:40+02:00 remove stray pdb --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_multibytecodec.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fdcab2f818a9faa0448c0559141e1e05b854a360 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fdcab2f818a9faa0448c0559141e1e05b854a360 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 Dec 16 10:02:46 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 16 Dec 2021 15:02:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] update embedded openssl to 3.0.1 (CVE-2021-4044) Message-ID: <61bb5516633f7_1a94a82ec1068a6@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5dd7cc08 by Matti Picus at 2021-12-16T16:50:50+02:00 update embedded openssl to 3.0.1 (CVE-2021-4044) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5dd7cc0890f3c936af1f0f9d9c953c9d682430dc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5dd7cc0890f3c936af1f0f9d9c953c9d682430dc 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 Dec 16 10:02:49 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 16 Dec 2021 15:02:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: fix finding dependencies of shared objects for portable builds (issue 3616) Message-ID: <61bb55195b29_1a953794c107061@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 49492ca8 by Matti Picus at 2021-12-16T16:42:19+02:00 fix finding dependencies of shared objects for portable builds (issue 3616) --HG-- branch : py3.8 - - - - - 5dd7cc08 by Matti Picus at 2021-12-16T16:50:50+02:00 update embedded openssl to 3.0.1 (CVE-2021-4044) --HG-- branch : py3.7 - - - - - b76eb3fd by Matti Picus at 2021-12-16T16:51:17+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 3 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/tool/release/make_portable.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a57d10df560f30e0451f9a34fa65c5949694d836...b76eb3fd0fcddb1a11ca0b0900148ae939ae3697 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a57d10df560f30e0451f9a34fa65c5949694d836...b76eb3fd0fcddb1a11ca0b0900148ae939ae3697 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 Dec 16 10:02:50 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 16 Dec 2021 15:02:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: fix finding dependencies of shared objects for portable builds (issue 3616) Message-ID: <61bb551aabc91_1a94a82881072ed@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 49492ca8 by Matti Picus at 2021-12-16T16:42:19+02:00 fix finding dependencies of shared objects for portable builds (issue 3616) --HG-- branch : py3.8 - - - - - 5dd7cc08 by Matti Picus at 2021-12-16T16:50:50+02:00 update embedded openssl to 3.0.1 (CVE-2021-4044) --HG-- branch : py3.7 - - - - - b76eb3fd by Matti Picus at 2021-12-16T16:51:17+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - be6af4ae by Matti Picus at 2021-12-16T16:51:47+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 3 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/tool/release/make_portable.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fdcab2f818a9faa0448c0559141e1e05b854a360...be6af4aeaa52668cd4dc11f2277639167cc4a569 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fdcab2f818a9faa0448c0559141e1e05b854a360...be6af4aeaa52668cd4dc11f2277639167cc4a569 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 Dec 17 03:09:37 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 17 Dec 2021 08:09:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] put the tk/tcl runtime libraries in a place where they can be found (issue 3616) Message-ID: <61bc45c1156f7_1a953799c11671a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 3e82d5c0 by Matti Picus at 2021-12-17T10:08:58+02:00 put the tk/tcl runtime libraries in a place where they can be found (issue 3616) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3e82d5c0ebbcc664f62ea2ab5f469e28c2457ca7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3e82d5c0ebbcc664f62ea2ab5f469e28c2457ca7 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 Dec 17 03:09:38 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 17 Dec 2021 08:09:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: put the tk/tcl runtime libraries in a place where they can be found (issue 3616) Message-ID: <61bc45c2a1f97_1a96a0b30116917@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3e82d5c0 by Matti Picus at 2021-12-17T10:08:58+02:00 put the tk/tcl runtime libraries in a place where they can be found (issue 3616) --HG-- branch : py3.8 - - - - - f3193242 by Matti Picus at 2021-12-17T10:09:14+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/be6af4aeaa52668cd4dc11f2277639167cc4a569...f3193242ae7cff7ed28783c03ddaca609f116a2b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/be6af4aeaa52668cd4dc11f2277639167cc4a569...f3193242ae7cff7ed28783c03ddaca609f116a2b 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 Dec 17 03:36:35 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 17 Dec 2021 08:36:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] ignore __pycache__ when packaging lib_pypy Message-ID: <61bc4c136acff_1a96a52d41182c7@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 65422e78 by Matti Picus at 2021-12-17T10:36:21+02:00 ignore __pycache__ when packaging lib_pypy --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/65422e786671d56516af9d7855f484ffa51da099 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/65422e786671d56516af9d7855f484ffa51da099 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 Dec 18 18:25:18 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 18 Dec 2021 23:25:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] add tp_vectorcall to PyTypeObject, issue 3618 Message-ID: <61be6dde35722_1a984b520153898@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d389ce7d by Matti Picus at 2021-12-19T01:25:03+02:00 add tp_vectorcall to PyTypeObject, issue 3618 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/cpyext/include/object.h - pypy/module/cpyext/parse/cpyext_object.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d389ce7ddb04840b7c1ec74c1ca287dc42052c37 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d389ce7ddb04840b7c1ec74c1ca287dc42052c37 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 Dec 19 17:35:50 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 19 Dec 2021 22:35:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: remove tp_pypy_flags for 3.8 so we do not have to bump the PYPY_VERSION Message-ID: <61bfb3c6364d7_1a9abbe18163239@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 575ef438 by Matti Picus at 2021-12-19T23:35:42+02:00 remove tp_pypy_flags for 3.8 so we do not have to bump the PYPY_VERSION Make sure this change is not merged to py3.9 --HG-- branch : py3.8 - - - - - 86407c2e by Matti Picus at 2021-12-20T00:26:55+02:00 one step closer to running untranslated test on top of pypy2.7 on x86_64 --HG-- branch : py3.8 - - - - - 7 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/include/floatobject.h - pypy/module/cpyext/include/object.h - pypy/module/cpyext/parse/cpyext_object.h - pypy/module/cpyext/src/tupleobject.c - pypy/module/cpyext/test/test_typeobject.py - pypy/module/cpyext/typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d389ce7ddb04840b7c1ec74c1ca287dc42052c37...86407c2e2f328f2bba84ccf2351e8ad3812ca69c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d389ce7ddb04840b7c1ec74c1ca287dc42052c37...86407c2e2f328f2bba84ccf2351e8ad3812ca69c 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 Dec 19 17:35:51 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 19 Dec 2021 22:35:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: ignore __pycache__ when packaging lib_pypy Message-ID: <61bfb3c7bffdd_1a9acedb0163428@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 65422e78 by Matti Picus at 2021-12-17T10:36:21+02:00 ignore __pycache__ when packaging lib_pypy --HG-- branch : py3.8 - - - - - d389ce7d by Matti Picus at 2021-12-19T01:25:03+02:00 add tp_vectorcall to PyTypeObject, issue 3618 --HG-- branch : py3.8 - - - - - 575ef438 by Matti Picus at 2021-12-19T23:35:42+02:00 remove tp_pypy_flags for 3.8 so we do not have to bump the PYPY_VERSION Make sure this change is not merged to py3.9 --HG-- branch : py3.8 - - - - - 86407c2e by Matti Picus at 2021-12-20T00:26:55+02:00 one step closer to running untranslated test on top of pypy2.7 on x86_64 --HG-- branch : py3.8 - - - - - 0ed3569f by Matti Picus at 2021-12-20T00:32:52+02:00 merge py3.8, rejecting tp_pypy_flag changes --HG-- branch : py3.9 - - - - - 079d31b2 by Matti Picus at 2021-12-20T00:35:32+02:00 fix merge --HG-- branch : py3.9 - - - - - 5 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/include/object.h - pypy/module/cpyext/parse/cpyext_object.h - pypy/module/cpyext/src/tupleobject.c - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f3193242ae7cff7ed28783c03ddaca609f116a2b...079d31b28165b7d0f9106f46028ae2194837cd8f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f3193242ae7cff7ed28783c03ddaca609f116a2b...079d31b28165b7d0f9106f46028ae2194837cd8f 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 Dec 20 02:20:18 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 20 Dec 2021 07:20:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test for misinterpreted OpenSSL version scheme (bpo-46114) Message-ID: <61c02eb29e6ac_1a9b5cdb816581b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 441ff264 by Matti Picus at 2021-12-20T09:20:02+02:00 fix test for misinterpreted OpenSSL version scheme (bpo-46114) --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_ssl.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/441ff2641dac15e00d79316933c67cb759f6ec95 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/441ff2641dac15e00d79316933c67cb759f6ec95 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 Dec 20 07:13:38 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 20 Dec 2021 12:13:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] fix merge Message-ID: <61c0737286ab9_1a9ba14cc16958c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d46a343b by Matti Picus at 2021-12-20T14:13:23+02:00 fix merge --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/api.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d46a343b8b29509dab46acfc049634d8ae19b754 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d46a343b8b29509dab46acfc049634d8ae19b754 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 Dec 21 03:49:57 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 21 Dec 2021 08:49:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] ignore build artifact Message-ID: <61c19535dad30_1a9d0769018203b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 16111f2b by Matti Picus at 2021-12-21T10:46:24+02:00 ignore build artifact --HG-- branch : py3.7 - - - - - 1 changed file: - .hgignore View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/16111f2be848a8c67566f6040521cdbaf833df7f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/16111f2be848a8c67566f6040521cdbaf833df7f 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 Dec 21 03:49:59 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 21 Dec 2021 08:49:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: ignore build artifact Message-ID: <61c19537c5aff_1a9b60710182288@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 16111f2b by Matti Picus at 2021-12-21T10:46:24+02:00 ignore build artifact --HG-- branch : py3.7 - - - - - 78586987 by Matti Picus at 2021-12-21T10:48:15+02:00 remove stray comma --HG-- branch : py3.8 - - - - - a0c08d02 by Matti Picus at 2021-12-21T10:49:05+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/441ff2641dac15e00d79316933c67cb759f6ec95...a0c08d023764e5ec40d2764885c2eec3609b4ab3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/441ff2641dac15e00d79316933c67cb759f6ec95...a0c08d023764e5ec40d2764885c2eec3609b4ab3 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 Wed Dec 22 18:18:19 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 22 Dec 2021 23:18:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] add PyCompilerFlags.cf_feature_version (bpo 35766) Message-ID: <61c3b23bce0e1_1a9e3448c2155c2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: dcc8cea5 by Matti Picus at 2021-12-23T01:17:57+02:00 add PyCompilerFlags.cf_feature_version (bpo 35766) --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/cpyext/eval.py - pypy/module/cpyext/include/eval.h - pypy/module/cpyext/include/pythonrun.h - pypy/module/cpyext/test/test_eval.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dcc8cea56b12b6d8a461409b6377a40ea1437327 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dcc8cea56b12b6d8a461409b6377a40ea1437327 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 Dec 23 04:59:12 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 23 Dec 2021 09:59:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] #3617: move the crash functionality for testing into its own function, add Message-ID: <61c448705656_1a9e3448c21933c@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: f1b8a18d by Carl Friedrich Bolz-Tereick at 2021-12-23T10:58:56+01:00 #3617: move the crash functionality for testing into its own function, add docstrings - - - - - 3 changed files: - pypy/module/__pypy__/interp_magic.py - pypy/module/__pypy__/moduledef.py - pypy/module/__pypy__/test/test_special.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f1b8a18d8f4526ec9561ff850d4a63aeae50a446 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f1b8a18d8f4526ec9561ff850d4a63aeae50a446 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 Dec 23 05:13:01 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 23 Dec 2021 10:13:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9-platlibdir Message-ID: <61c44badabf8e_1a9ff18382209b9@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/py3.9-platlibdir at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-platlibdir 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 Dec 23 06:36:35 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 23 Dec 2021 11:36:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9-platlibdir] use platlibdir in site.py correctly Message-ID: <61c45f43f2c8b_1a9ff2670223793@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-platlibdir at PyPy / pypy Commits: b9920567 by Carl Friedrich Bolz-Tereick at 2021-12-23T12:34:38+01:00 use platlibdir in site.py correctly --HG-- branch : py3.9-platlibdir - - - - - 1 changed file: - lib-python/3/site.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b9920567f1474d08c208663589556b881958d71a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b9920567f1474d08c208663589556b881958d71a 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 Dec 23 09:37:25 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 23 Dec 2021 14:37:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9-platlibdir] 2 commits: use platlibdir to find the initial path as well, otherwise packaged pypy's use Message-ID: <61c489a56465c_1a9ff26702316c6@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-platlibdir at PyPy / pypy Commits: e1db7d02 by Carl Friedrich Bolz-Tereick at 2021-12-23T15:33:48+01:00 use platlibdir to find the initial path as well, otherwise packaged pypy's use the compiled in path --HG-- branch : py3.9-platlibdir - - - - - f6a3efc4 by Carl Friedrich Bolz-Tereick at 2021-12-23T15:36:50+01:00 use platlibdir when packaging too --HG-- branch : py3.9-platlibdir - - - - - 4 changed files: - pypy/module/sys/initpath.py - pypy/module/sys/state.py - pypy/module/sys/test/test_initpath.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b9920567f1474d08c208663589556b881958d71a...f6a3efc4fcd779339d0f69c13badab54790015ca -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b9920567f1474d08c208663589556b881958d71a...f6a3efc4fcd779339d0f69c13badab54790015ca 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 Dec 23 13:08:32 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 23 Dec 2021 18:08:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: support __reversed__ on weakref proxies Message-ID: <61c4bb2067971_1a9abbee02389f4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: c68bbf8f by Carl Friedrich Bolz-Tereick at 2021-12-23T18:44:25+01:00 support __reversed__ on weakref proxies --HG-- branch : py3.9 - - - - - b369f355 by Carl Friedrich Bolz-Tereick at 2021-12-23T19:08:21+01:00 add collects, remove worse error message check --HG-- branch : py3.9 - - - - - 3 changed files: - lib-python/3/test/test_weakref.py - pypy/module/_weakref/interp__weakref.py - pypy/module/_weakref/test/test_weakref.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d46a343b8b29509dab46acfc049634d8ae19b754...b369f35500d1c533ad3242dbbf6cd6bd6adad285 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d46a343b8b29509dab46acfc049634d8ae19b754...b369f35500d1c533ad3242dbbf6cd6bd6adad285 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 Dec 23 14:59:53 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Thu, 23 Dec 2021 19:59:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: update timeit to bring it closer to 3.9 again Message-ID: <61c4d53950c94_1a9abbee023932a@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 80036487 by Carl Friedrich Bolz-Tereick at 2021-12-23T20:52:48+01:00 update timeit to bring it closer to 3.9 again --HG-- branch : py3.9 - - - - - f403f621 by Carl Friedrich Bolz-Tereick at 2021-12-23T20:59:42+01:00 fix tests (they are more like cpython now too) --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/test/test_timeit.py - lib-python/3/timeit.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b369f35500d1c533ad3242dbbf6cd6bd6adad285...f403f621ab275af6aa6ca2050d7dc6d5e2e36857 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b369f35500d1c533ad3242dbbf6cd6bd6adad285...f403f621ab275af6aa6ca2050d7dc6d5e2e36857 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 Dec 23 18:05:41 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 23 Dec 2021 23:05:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: test, implement PyModule_NewObject Message-ID: <61c500c54e567_1a9ff1838241079@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 7a167978 by Matti Picus at 2021-12-23T13:30:54+02:00 test, implement PyModule_NewObject --HG-- branch : py3.7 - - - - - 1b878855 by Matti Picus at 2021-12-20T09:20:02+02:00 fix test for misinterpreted OpenSSL version scheme (bpo-46114) --HG-- branch : py3.7 - - - - - 00a9c32d by Matti Picus at 2021-12-23T16:45:27+02:00 test, fix overflow error message to be more helpful than "int too large for int" --HG-- branch : py3.7 - - - - - d9d3cbec by Matti Picus at 2021-12-24T01:04:39+02:00 refactor to expose PyModule_ExecDef (tested in cython module_api) --HG-- branch : py3.7 - - - - - 7 changed files: - lib-python/3/test/test_ssl.py - pypy/module/cpyext/api.py - pypy/module/cpyext/longobject.py - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/pyobject.py - pypy/module/cpyext/test/test_longobject.py - pypy/module/cpyext/test/test_module.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/16111f2be848a8c67566f6040521cdbaf833df7f...d9d3cbecad16bd3592219e1cdd568f4d2a84d71b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/16111f2be848a8c67566f6040521cdbaf833df7f...d9d3cbecad16bd3592219e1cdd568f4d2a84d71b 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 Dec 23 18:05:43 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 23 Dec 2021 23:05:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: test, implement PyModule_NewObject Message-ID: <61c500c75f47c_1a9ff1810241263@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7a167978 by Matti Picus at 2021-12-23T13:30:54+02:00 test, implement PyModule_NewObject --HG-- branch : py3.7 - - - - - 1b878855 by Matti Picus at 2021-12-20T09:20:02+02:00 fix test for misinterpreted OpenSSL version scheme (bpo-46114) --HG-- branch : py3.7 - - - - - 00a9c32d by Matti Picus at 2021-12-23T16:45:27+02:00 test, fix overflow error message to be more helpful than "int too large for int" --HG-- branch : py3.7 - - - - - 2ebfbae9 by Matti Picus at 2021-12-23T21:26:43+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - d9d3cbec by Matti Picus at 2021-12-24T01:04:39+02:00 refactor to expose PyModule_ExecDef (tested in cython module_api) --HG-- branch : py3.7 - - - - - f5242045 by Matti Picus at 2021-12-24T01:05:26+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 6 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/longobject.py - pypy/module/cpyext/modsupport.py - pypy/module/cpyext/pyobject.py - pypy/module/cpyext/test/test_longobject.py - pypy/module/cpyext/test/test_module.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dcc8cea56b12b6d8a461409b6377a40ea1437327...f524204594e5706d5f00ab95dd09bb3ca6ebe6d1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dcc8cea56b12b6d8a461409b6377a40ea1437327...f524204594e5706d5f00ab95dd09bb3ca6ebe6d1 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 Wed Dec 29 03:13:19 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Dec 2021 08:13:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] limit pwd.getpwnam to str, issue 3624 Message-ID: <61cc189f75dd9_1a91f6902c2902c2@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 106f751a by Matti Picus at 2021-12-28T10:52:40+02:00 limit pwd.getpwnam to str, issue 3624 --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/pwd/interp_pwd.py - pypy/module/pwd/test/test_pwd.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/106f751add4e0d9efe614b0bebd75844ccb43bca -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/106f751add4e0d9efe614b0bebd75844ccb43bca 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 Wed Dec 29 03:13:21 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Dec 2021 08:13:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix compilation on darwin Message-ID: <61cc18a15e43c_1a91f7f7b42904c7@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 0f29ffb0 by Matti Picus at 2021-12-28T19:38:54+02:00 fix compilation on darwin --HG-- branch : py3.9 - - - - - 6c7f3750 by Matti Picus at 2021-12-29T10:13:00+02:00 reduce diff to cpython: remove darwin gcc flags in distutils/unixccompiler --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/distutils/unixccompiler.py - pypy/module/_posixsubprocess/_posixsubprocess.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4dee3757eb5e992580664f8750ccf8632b45098d...6c7f3750c382769e78280163f7972d1c8fa52b4f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4dee3757eb5e992580664f8750ccf8632b45098d...6c7f3750c382769e78280163f7972d1c8fa52b4f 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 Wed Dec 29 07:16:17 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Dec 2021 12:16:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] exe target is self.exe_name not self.c_entryp Message-ID: <61cc519195c58_1a91f7f818292945@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00 exe target is self.exe_name not self.c_entryp - - - - - 1 changed file: - rpython/translator/driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/94c2f0d2f69b36b6c3d808e9c9b15a1e8caa667f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/94c2f0d2f69b36b6c3d808e9c9b15a1e8caa667f 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 Wed Dec 29 07:16:17 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Dec 2021 12:16:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.9] virtualenv fails when window's dll is libpypy3.9-c.exe Message-ID: <61cc519189177_1a91f686e0292784@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e8f603da by Matti Picus at 2021-12-29T10:34:27+02:00 virtualenv fails when window's dll is libpypy3.9-c.exe revert this when https://github.com/pypa/virtualenv/issues/2260 is resolved --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/goal/targetpypystandalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e8f603da0932c35b84514658fb476d108fd521c6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e8f603da0932c35b84514658fb476d108fd521c6 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 Wed Dec 29 17:27:58 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Dec 2021 22:27:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix _io warning type Message-ID: <61cce0eea1a68_1a91ee6f502987d0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7647cbce by Matti Picus at 2021-12-29T23:36:29+02:00 fix _io warning type --HG-- branch : py3.8 - - - - - 72c114c4 by Matti Picus at 2021-12-30T00:27:32+02:00 in socket.socket(fileno=fileno), fileno must be an int not fid itself --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/_io/interp_io.py - pypy/module/_io/test/apptest_io.py - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/311e7db7ace07b2e9b18e4150633fef693428b49...72c114c4dff202ce7d7a481af3d288742725a093 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/311e7db7ace07b2e9b18e4150633fef693428b49...72c114c4dff202ce7d7a481af3d288742725a093 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 Dec 30 05:37:20 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Dec 2021 10:37:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] test, fix for exe name with formatting Message-ID: <61cd8be0986a3_1a91f68bb830152@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00 test, fix for exe name with formatting - - - - - 2 changed files: - rpython/translator/driver.py - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/91dda4e8816cfcc84b824b61e90f67070a3639bd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/91dda4e8816cfcc84b824b61e90f67070a3639bd 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 Dec 30 11:04:33 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Dec 2021 16:04:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix logic condition in _overlapped (part of issue 167515) Message-ID: <61cdd891a66eb_1a91ff5fa43074e9@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 344ea4c4 by Matti Picus at 2021-12-30T18:03:44+02:00 fix logic condition in _overlapped (part of issue 167515) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/344ea4c4e96281a6d4f875b6e2d9d85ebb9feeb0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/344ea4c4e96281a6d4f875b6e2d9d85ebb9feeb0 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 Dec 30 11:04:35 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Dec 2021 16:04:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: limit pwd.getpwnam to str, issue 3624 Message-ID: <61cdd8938c025_1a91ee6f5030761@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 106f751a by Matti Picus at 2021-12-28T10:52:40+02:00 limit pwd.getpwnam to str, issue 3624 --HG-- branch : py3.7 - - - - - 5632170c by Matti Picus at 2021-12-30T14:35:46+02:00 add LDFLAGS to sysconfig, adjust for py3.8 layout --HG-- branch : py3.8 - - - - - c5b2a3d0 by Matti Picus at 2021-12-30T15:09:49+02:00 comprimise: fix both test and thread error formatting --HG-- branch : py3.8 - - - - - d34fb03a by Matti Picus at 2021-12-30T15:14:52+02:00 compromise: fix socket error message and test --HG-- branch : py3.8 - - - - - 66e25a06 by Matti Picus at 2021-12-30T15:42:47+02:00 gc.collect inside the warning context manager --HG-- branch : py3.8 - - - - - 344ea4c4 by Matti Picus at 2021-12-30T18:03:44+02:00 fix logic condition in _overlapped (part of issue 167515) --HG-- branch : py3.7 - - - - - 4014b86f by Matti Picus at 2021-12-30T18:04:17+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 11 changed files: - lib-python/3/test/test_asyncio/test_events.py - lib-python/3/test/test_socket.py - lib-python/3/test/test_sysconfig.py - lib-python/3/test/test_thread.py - lib_pypy/_overlapped.py - lib_pypy/_sysconfigdata.py - pypy/interpreter/error.py - pypy/module/_socket/interp_socket.py - pypy/module/pwd/interp_pwd.py - pypy/module/pwd/test/test_pwd.py - pypy/module/thread/os_thread.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72c114c4dff202ce7d7a481af3d288742725a093...4014b86fef1fd3a9fbd9d88e0bccaa198d2871e3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/72c114c4dff202ce7d7a481af3d288742725a093...4014b86fef1fd3a9fbd9d88e0bccaa198d2871e3 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 Dec 30 12:24:46 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Dec 2021 17:24:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] typo Message-ID: <61cdeb5ea97ba_1a91ff66ac30839e@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00 typo --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4c14a3a41421544bf0e3d0a6589c0662f46aff01 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4c14a3a41421544bf0e3d0a6589c0662f46aff01 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 Dec 30 12:24:47 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Dec 2021 17:24:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typo Message-ID: <61cdeb5f753b1_1a9e3448c3085dd@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00 typo --HG-- branch : py3.7 - - - - - 65f2d62a by Matti Picus at 2021-12-30T19:23:12+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4014b86fef1fd3a9fbd9d88e0bccaa198d2871e3...65f2d62a8d5d5e2a0d2e5968c269e1ba52fcb25c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4014b86fef1fd3a9fbd9d88e0bccaa198d2871e3...65f2d62a8d5d5e2a0d2e5968c269e1ba52fcb25c 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 Dec 30 15:43:41 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Dec 2021 20:43:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix stdlib test: CPython does not preserve the scopeID in the address name (issue 3628) Message-ID: <61ce19fdb49b6_1a91f686e0311450@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 24474a10 by Matti Picus at 2021-12-30T22:43:02+02:00 fix stdlib test: CPython does not preserve the scopeID in the address name (issue 3628) --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/test/test_asyncio/test_base_events.py - pypy/module/_socket/test/test_sock_app.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/24474a104aaa769bf8d00aa0550f1d8b1b808558 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/24474a104aaa769bf8d00aa0550f1d8b1b808558 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 Dec 31 06:50:54 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 31 Dec 2021 11:50:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: replicate enough of the driver and genc stages in tests to replicate the current failure Message-ID: <61ceee9e518f6_1a91ff66ac318563@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1f650ae8 by Matti Picus at 2021-12-31T13:28:32+02:00 replicate enough of the driver and genc stages in tests to replicate the current failure - - - - - 3e153622 by Matti Picus at 2021-12-31T13:50:26+02:00 fix failure: copy out the exename.basename exactly as created by the makefile - - - - - 3 changed files: - rpython/translator/driver.py - rpython/translator/platform/windows.py - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/91dda4e8816cfcc84b824b61e90f67070a3639bd...3e1536226be0ae81dd896f691cbe05b4a9500faf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/91dda4e8816cfcc84b824b61e90f67070a3639bd...3e1536226be0ae81dd896f691cbe05b4a9500faf 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 Dec 31 06:50:54 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 31 Dec 2021 11:50:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test Message-ID: <61ceee9ea21b0_1a91ff66fc3187fd@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d884c4ad by Matti Picus at 2021-12-31T09:07:32+02:00 fix test --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_socket/test/test_sock_app.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53 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 Dec 31 08:33:55 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 31 Dec 2021 13:33:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix trivial errors Message-ID: <61cf06c3a1a41_1a91ff66fc31963@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 44ecea6a by Matti Picus at 2021-12-31T15:14:29+02:00 fix trivial errors --HG-- branch : py3.8 - - - - - 37a716b7 by Matti Picus at 2021-12-31T15:29:38+02:00 fix translation on windows --HG-- branch : py3.8 - - - - - 5 changed files: - lib_pypy/_ctypes/function.py - lib_pypy/_dbm.py - lib_pypy/_gdbm.py - lib_pypy/_gdbm_build.py - pypy/module/_socket/interp_socket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53...37a716b7160c4467ae1a2d8e8d04580e0bfa1e51 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53...37a716b7160c4467ae1a2d8e8d04580e0bfa1e51 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 Dec 31 09:57:21 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 31 Dec 2021 14:57:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: fix for dbm Message-ID: <61cf1a5146138_1a91ff669832007c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4bf16a4e by Matti Picus at 2021-12-31T16:28:20+02:00 fix for dbm --HG-- branch : py3.8 - - - - - 18cb2fc7 by Matti Picus at 2021-12-31T16:41:29+02:00 change bare exception to avoid catching KeyboardInterrupt --HG-- branch : py3.8 - - - - - 796b34f5 by Matti Picus at 2021-12-31T16:51:01+02:00 use a sentinal to avoid confusing chained exceptions if an error occurs --HG-- branch : py3.8 - - - - - 2355b805 by Matti Picus at 2021-12-31T16:51:12+02:00 also check self._db --HG-- branch : py3.8 - - - - - 2 changed files: - lib_pypy/_dbm.py - lib_pypy/_sqlite3.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37a716b7160c4467ae1a2d8e8d04580e0bfa1e51...2355b8056dd1258216680086f7cc529c1e26fc30 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37a716b7160c4467ae1a2d8e8d04580e0bfa1e51...2355b8056dd1258216680086f7cc529c1e26fc30 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 Dec 31 14:21:26 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 31 Dec 2021 19:21:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] use __index__ to avoid deprecation warning Message-ID: <61cf5836ac792_1a9213c96c3202d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9fcd6805 by Matti Picus at 2021-12-31T21:20:58+02:00 use __index__ to avoid deprecation warning --HG-- branch : py3.8 - - - - - 1 changed file: - extra_tests/test_datetime.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9fcd6805e596efdb2540342c4d463629797812ec -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9fcd6805e596efdb2540342c4d463629797812ec You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: