From foss at heptapod.net Tue Jun 2 00:36:57 2020 From: foss at heptapod.net (Matt Billenstein) Date: Tue, 02 Jun 2020 04:36:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/issue3240 Message-ID: <5ed5d769f3dfb_1b22b0dcfb68d2c951fb@heptapod-foss.mail> Matt Billenstein pushed new branch topic/default/issue3240 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/default/issue3240 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 Jun 2 04:39:56 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 02 Jun 2020 08:39:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/default/issue3240] make_portable.py support for macos Message-ID: <5ed6105cc015e_1b22b0dcfb697401012c3@heptapod-foss.mail> Matti Picus pushed to branch topic/default/issue3240 at PyPy / pypy Commits: 226f520b by Matt Billenstein at 2020-06-02T03:57:00Z make_portable.py support for macos --HG-- branch : issue3240 - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/226f520b0a09f90553f5d0667d221321e0e5e201 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/226f520b0a09f90553f5d0667d221321e0e5e201 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 Jun 2 04:39:57 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 02 Jun 2020 08:39:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue3240 Message-ID: <5ed6105dcef31_1b22b0dcfb68b24101499@heptapod-foss.mail> Matti Picus pushed new branch branch/issue3240 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/issue3240 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 Jun 2 04:46:11 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 02 Jun 2020 08:46:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Issue #3239 Message-ID: <5ed611d313447_1b22b0dcfb6902410192d@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 8cad25ff by Armin Rigo at 2020-06-02T08:45:47Z Issue #3239 Fix. As often, it is more ill-defined than expected --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/objspace/std/objectobject.py - pypy/objspace/std/test/test_obj.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8cad25ffa19c5a4af19a230d981177569fa963f9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8cad25ffa19c5a4af19a230d981177569fa963f9 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 Jun 2 06:57:10 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 02 Jun 2020 10:57:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue3240] use make_portable on macOS by default Message-ID: <5ed63086e58de_1b22b0dcfb6902410754d@heptapod-foss.mail> Matti Picus pushed to branch branch/issue3240 at PyPy / pypy Commits: 2f8e4772 by Matti Picus at 2020-06-02T10:52:25Z use make_portable on macOS by default --HG-- branch : issue3240 - - - - - 1 changed file: - pypy/tool/release/package.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2f8e4772665efa2a4eb9cc94584145d3411ecb0c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2f8e4772665efa2a4eb9cc94584145d3411ecb0c 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 Jun 2 10:19:28 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 02 Jun 2020 14:19:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue3240] copy2 -> copy since copy2 can fail on macOS Message-ID: <5ed65ff087ef5_1b22b0dcfb695c41124ef@heptapod-foss.mail> Matti Picus pushed to branch branch/issue3240 at PyPy / pypy Commits: a4a095e6 by Matti Picus at 2020-06-02T14:15:01Z copy2 -> copy since copy2 can fail on macOS --HG-- branch : issue3240 - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a4a095e6952ec518db63f2e34fe957cc27e194e8 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a4a095e6952ec518db63f2e34fe957cc27e194e8 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 Jun 2 12:13:04 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 02 Jun 2020 16:13:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue3240] add -headerpad_max_install_names for macos Message-ID: <5ed67a9056bd3_1b22b0dcfb690241146da@heptapod-foss.mail> Matti Picus pushed to branch branch/issue3240 at PyPy / pypy Commits: 1f35838a by Matti Picus at 2020-06-02T16:12:22Z add -headerpad_max_install_names for macos --HG-- branch : issue3240 - - - - - 2 changed files: - pypy/tool/release/make_portable.py - rpython/translator/platform/darwin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/1f35838a6471aff862a85eb11d0a6e1e6c5c38c1 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/1f35838a6471aff862a85eb11d0a6e1e6c5c38c1 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 Jun 4 14:40:24 2020 From: foss at heptapod.net (Ronan Lamy) Date: Thu, 04 Jun 2020 18:40:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Try to improve pickling performance (issue #3230) Message-ID: <5ed9401859d30_1b22b0dcfb68d2c14761e@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 609f3360 by Ronan Lamy at 2020-06-04T18:39:16Z Try to improve pickling performance (issue #3230) --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/objspace/std/objectobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/609f3360040872860c20315d13d43c7e9b592887 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/609f3360040872860c20315d13d43c7e9b592887 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 Jun 7 03:28:01 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 07 Jun 2020 07:28:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] #3243 Message-ID: <5edc9701b557f_1b22b0dd346b340176328@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 9ab0f8c4 by Armin Rigo at 2020-06-07T07:27:39Z #3243 Forward-port fff8e5f2 --HG-- branch : py3.6 - - - - - 1 changed file: - lib-python/3/weakref.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9ab0f8c4f6d7c06483c2e89e5182e1f3abf74521 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9ab0f8c4f6d7c06483c2e89e5182e1f3abf74521 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 Jun 7 15:21:26 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 07 Jun 2020 19:21:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix one case of surrogate error handling Message-ID: <5edd3e366cd0e_1b22b0dcfb68b24181740@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 4908f977 by Matti Picus at 2020-06-07T19:20:26Z fix one case of surrogate error handling --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/unicodehelper.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4908f977a6beefcc55158dfabeabe3ce3e107ac3 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4908f977a6beefcc55158dfabeabe3ce3e107ac3 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 Jun 7 17:41:43 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 07 Jun 2020 21:41:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix binascii padding error message (bpo 33770) Message-ID: <5edd5f17712be_1b22b0dd346b3401826ac@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1067bd55 by Matti Picus at 2020-06-07T21:40:55Z fix binascii padding error message (bpo 33770) --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/binascii/interp_base64.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/1067bd552e16cfe4b97035fc4e74600c99bfe5b7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/1067bd552e16cfe4b97035fc4e74600c99bfe5b7 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 Jun 8 06:06:22 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 08 Jun 2020 10:06:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue3240] fixes (from Matt Billenstein via mail) Message-ID: <5ede0d9e9e22f_1b22b0dcfb68d2c188252@heptapod-foss.mail> Matti Picus pushed to branch branch/issue3240 at PyPy / pypy Commits: 88a7c9bf by Matti Picus at 2020-06-08T10:05:38Z fixes (from Matt Billenstein via mail) --HG-- branch : issue3240 - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/88a7c9bfedd0b2687f2113154678c8022c2fa050 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/88a7c9bfedd0b2687f2113154678c8022c2fa050 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 Jun 8 12:56:06 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 08 Jun 2020 16:56:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/issue3240 Message-ID: <5ede6da690686_1b22b0dd346b3401961da@heptapod-foss.mail> Matti Picus deleted branch branch/issue3240 at PyPy / pypy -- 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 Jun 8 12:56:14 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 08 Jun 2020 16:56:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 13 commits: It's pointless to compare the length of something with sys.maxsize. Message-ID: <5ede6dae325d0_1b22b0dcfb68d2c197596@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9c2a4c24 by Armin Rigo at 2020-05-31T08:36:32Z It's pointless to compare the length of something with sys.maxsize. The intention is instead to compare it with the C constant MAX_INT. - - - - - 226f520b by Matt Billenstein at 2020-06-02T03:57:00Z make_portable.py support for macos --HG-- branch : issue3240 - - - - - 8cad25ff by Armin Rigo at 2020-06-02T08:45:47Z Issue #3239 Fix. As often, it is more ill-defined than expected --HG-- branch : py3.6 - - - - - 2f8e4772 by Matti Picus at 2020-06-02T10:52:25Z use make_portable on macOS by default --HG-- branch : issue3240 - - - - - a4a095e6 by Matti Picus at 2020-06-02T14:15:01Z copy2 -> copy since copy2 can fail on macOS --HG-- branch : issue3240 - - - - - 1f35838a by Matti Picus at 2020-06-02T16:12:22Z add -headerpad_max_install_names for macos --HG-- branch : issue3240 - - - - - 609f3360 by Ronan Lamy at 2020-06-04T18:39:16Z Try to improve pickling performance (issue #3230) --HG-- branch : py3.6 - - - - - 9ab0f8c4 by Armin Rigo at 2020-06-07T07:27:39Z #3243 Forward-port fff8e5f2 --HG-- branch : py3.6 - - - - - 88a7c9bf by Matti Picus at 2020-06-08T10:05:38Z fixes (from Matt Billenstein via mail) --HG-- branch : issue3240 - - - - - 41759282 by Matti Picus at 2020-06-08T16:47:55Z close branch to be merged --HG-- branch : issue3240 - - - - - 61c27ebd by Matti Picus at 2020-06-08T16:48:24Z merge branch to use make_portable on macos - - - - - 14594094 by Matti Picus at 2020-06-08T16:54:16Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 09460c2f by Matti Picus at 2020-06-08T16:55:10Z merge py3.6 into branch --HG-- branch : py3.7 - - - - - 8 changed files: - lib-python/3/weakref.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/doc/whatsnew-head.rst - pypy/objspace/std/objectobject.py - pypy/objspace/std/test/test_obj.py - pypy/tool/release/make_portable.py - pypy/tool/release/package.py - rpython/translator/platform/darwin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1067bd552e16cfe4b97035fc4e74600c99bfe5b7...09460c2f966c5cccbf7619ec3e90a844d28a1001 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1067bd552e16cfe4b97035fc4e74600c99bfe5b7...09460c2f966c5cccbf7619ec3e90a844d28a1001 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 Jun 8 12:56:10 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 08 Jun 2020 16:56:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/default/issue3240 Message-ID: <5ede6daa4556d_1b22b0dcfb68b24196922@heptapod-foss.mail> Matti Picus deleted branch topic/default/issue3240 at PyPy / pypy -- 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 Jun 8 12:56:10 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 08 Jun 2020 16:56:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 7 commits: make_portable.py support for macos Message-ID: <5ede6daad66bc_1b22b0dce368e8419712c@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 226f520b by Matt Billenstein at 2020-06-02T03:57:00Z make_portable.py support for macos --HG-- branch : issue3240 - - - - - 2f8e4772 by Matti Picus at 2020-06-02T10:52:25Z use make_portable on macOS by default --HG-- branch : issue3240 - - - - - a4a095e6 by Matti Picus at 2020-06-02T14:15:01Z copy2 -> copy since copy2 can fail on macOS --HG-- branch : issue3240 - - - - - 1f35838a by Matti Picus at 2020-06-02T16:12:22Z add -headerpad_max_install_names for macos --HG-- branch : issue3240 - - - - - 88a7c9bf by Matti Picus at 2020-06-08T10:05:38Z fixes (from Matt Billenstein via mail) --HG-- branch : issue3240 - - - - - 41759282 by Matti Picus at 2020-06-08T16:47:55Z close branch to be merged --HG-- branch : issue3240 - - - - - 61c27ebd by Matti Picus at 2020-06-08T16:48:24Z merge branch to use make_portable on macos - - - - - 4 changed files: - pypy/doc/whatsnew-head.rst - pypy/tool/release/make_portable.py - pypy/tool/release/package.py - rpython/translator/platform/darwin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9c2a4c240975f93b8ed5630ad06afa36c70c3bc9...61c27ebd7b88de8ee4b58c301dac1ad0ba23a11c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9c2a4c240975f93b8ed5630ad06afa36c70c3bc9...61c27ebd7b88de8ee4b58c301dac1ad0ba23a11c 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 Jun 8 12:56:12 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 08 Jun 2020 16:56:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 9 commits: It's pointless to compare the length of something with sys.maxsize. Message-ID: <5ede6dacafa37_1b22b0dd346b340197322@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 9c2a4c24 by Armin Rigo at 2020-05-31T08:36:32Z It's pointless to compare the length of something with sys.maxsize. The intention is instead to compare it with the C constant MAX_INT. - - - - - 226f520b by Matt Billenstein at 2020-06-02T03:57:00Z make_portable.py support for macos --HG-- branch : issue3240 - - - - - 2f8e4772 by Matti Picus at 2020-06-02T10:52:25Z use make_portable on macOS by default --HG-- branch : issue3240 - - - - - a4a095e6 by Matti Picus at 2020-06-02T14:15:01Z copy2 -> copy since copy2 can fail on macOS --HG-- branch : issue3240 - - - - - 1f35838a by Matti Picus at 2020-06-02T16:12:22Z add -headerpad_max_install_names for macos --HG-- branch : issue3240 - - - - - 88a7c9bf by Matti Picus at 2020-06-08T10:05:38Z fixes (from Matt Billenstein via mail) --HG-- branch : issue3240 - - - - - 41759282 by Matti Picus at 2020-06-08T16:47:55Z close branch to be merged --HG-- branch : issue3240 - - - - - 61c27ebd by Matti Picus at 2020-06-08T16:48:24Z merge branch to use make_portable on macos - - - - - 14594094 by Matti Picus at 2020-06-08T16:54:16Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 5 changed files: - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/doc/whatsnew-head.rst - pypy/tool/release/make_portable.py - pypy/tool/release/package.py - rpython/translator/platform/darwin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9ab0f8c4f6d7c06483c2e89e5182e1f3abf74521...145940946bf1277527febb1f3502fdf9302764df -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9ab0f8c4f6d7c06483c2e89e5182e1f3abf74521...145940946bf1277527febb1f3502fdf9302764df 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 Jun 11 11:17:22 2020 From: foss at heptapod.net (shaolo1) Date: Thu, 11 Jun 2020 15:17:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/build_link_fix Message-ID: <5ee24b0232d4e_1b52b04efcc40c49275e@heptapod-foss.mail> shaolo1 pushed new branch topic/default/build_link_fix at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/default/build_link_fix 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 Jun 11 11:35:29 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 11 Jun 2020 15:35:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Replaced bad link to getting-started-dev.html with contributing.html. Message-ID: <5ee24f414110e_1b52b04efcebe08940bf@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5bf7a1a4 by shaolo1 at 2020-06-11T15:09:40Z Replaced bad link to getting-started-dev.html with contributing.html. - - - - - 1 changed file: - pypy/doc/build.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5bf7a1a4c0d7dd888730194420032c7f717f4b2d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5bf7a1a4c0d7dd888730194420032c7f717f4b2d 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 Jun 11 11:35:25 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 11 Jun 2020 15:35:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/default/build_link_fix Message-ID: <5ee24f3dc601a_1b52b04efcc435893848@heptapod-foss.mail> Matti Picus deleted branch topic/default/build_link_fix at PyPy / pypy -- 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 Jun 12 08:11:03 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 12 Jun 2020 12:11:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Allow overridden .__int__() in subclasses of complex to actually have an effect on int() Message-ID: <5ee370d79a8_1b52b04efcc45ec1084fb@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 50b44840 by Ronan Lamy at 2020-06-12T12:09:22Z Allow overridden .__int__() in subclasses of complex to actually have an effect on int() - - - - - 2 changed files: - pypy/objspace/std/complexobject.py - pypy/objspace/std/test/apptest_complexobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/50b44840cb8091132e128eb016963a92e90fad45 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/50b44840cb8091132e128eb016963a92e90fad45 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 Jun 12 08:40:58 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 12 Jun 2020 12:40:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: Replaced bad link to getting-started-dev.html with contributing.html. Message-ID: <5ee377da3815a_1b52b04efcc41a01088de@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 5bf7a1a4 by shaolo1 at 2020-06-11T15:09:40Z Replaced bad link to getting-started-dev.html with contributing.html. - - - - - 50b44840 by Ronan Lamy at 2020-06-12T12:09:22Z Allow overridden .__int__() in subclasses of complex to actually have an effect on int() - - - - - d74ac044 by Ronan Lamy at 2020-06-12T12:40:19Z hg merge default --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/doc/build.rst - pypy/objspace/std/complexobject.py - pypy/objspace/std/test/apptest_complexobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/145940946bf1277527febb1f3502fdf9302764df...d74ac0444c6c836943e1e65bcc33dfc0bb364de9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/145940946bf1277527febb1f3502fdf9302764df...d74ac0444c6c836943e1e65bcc33dfc0bb364de9 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 Jun 12 08:42:31 2020 From: foss at heptapod.net (Ronan Lamy) Date: Fri, 12 Jun 2020 12:42:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: Replaced bad link to getting-started-dev.html with contributing.html. Message-ID: <5ee378378bf9e_1b52b04efcebe081090b1@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 5bf7a1a4 by shaolo1 at 2020-06-11T15:09:40Z Replaced bad link to getting-started-dev.html with contributing.html. - - - - - 50b44840 by Ronan Lamy at 2020-06-12T12:09:22Z Allow overridden .__int__() in subclasses of complex to actually have an effect on int() - - - - - d74ac044 by Ronan Lamy at 2020-06-12T12:40:19Z hg merge default --HG-- branch : py3.6 - - - - - 8b364a03 by Ronan Lamy at 2020-06-12T12:42:10Z hg merge py3.6 --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/doc/build.rst - pypy/objspace/std/complexobject.py - pypy/objspace/std/test/apptest_complexobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/09460c2f966c5cccbf7619ec3e90a844d28a1001...8b364a032279b0d5c13b8e0bd7c2719fdc77afcf -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/09460c2f966c5cccbf7619ec3e90a844d28a1001...8b364a032279b0d5c13b8e0bd7c2719fdc77afcf 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 Jun 14 00:49:33 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 14 Jun 2020 04:49:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] macOS packaging improvements Message-ID: <5ee5ac5dd0af2_1b52b04efcc427c12531a@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f17a27c3 by Matt Billenstein at 2020-06-14T04:48:56Z macOS packaging improvements - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f17a27c3f7d8c0870d74df8d2f3168be574b0c54 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f17a27c3f7d8c0870d74df8d2f3168be574b0c54 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 Jun 14 01:41:23 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 14 Jun 2020 05:41:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] remove references to outdated wiki pages Message-ID: <5ee5b883cd174_1b52b04efcc427c125936@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5786175d by Matti Picus at 2020-06-14T05:40:55Z remove references to outdated wiki pages - - - - - 6 changed files: - pypy/doc/faq.rst - pypy/doc/release-1.5.0.rst - pypy/doc/release-1.6.0.rst - pypy/doc/release-5.0.0.rst - pypy/doc/release-pypy2.7-v5.4.0.rst - pypy/doc/release-pypy2.7-v5.6.0.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5786175d7a4e709af77569b6bc6b359b58862cd7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5786175d7a4e709af77569b6bc6b359b58862cd7 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 Jun 14 11:15:02 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 14 Jun 2020 15:15:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Issue #3246 Message-ID: <5ee63ef684fbc_1b52b04efcc4358130962@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: b92116d6 by Armin Rigo at 2020-06-14T15:14:48Z Issue #3246 Not figuring out what's wrong. It could be again some highly obscure with overflows in asmmemmgr.py line 39, but it looks a bit unlikely. Fixing anyway. - - - - - 2 changed files: - rpython/jit/backend/llsupport/asmmemmgr.py - rpython/jit/backend/llsupport/test/test_asmmemmgr.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/b92116d628ef17dbb88ef930a2e54f9f378f5df8 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/b92116d628ef17dbb88ef930a2e54f9f378f5df8 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 Jun 14 13:31:09 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 14 Jun 2020 17:31:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] add tests from bpo-25612 (passes), bpo-28884 (fails). Need to clear sys.exc_info Message-ID: <5ee65edd6f79e_1b52b04efcebfc0141875@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9fd71a05 by Matti Picus at 2020-06-14T17:30:30Z add tests from bpo-25612 (passes), bpo-28884 (fails). Need to clear sys.exc_info --HG-- branch : py3.7 - - - - - 1 changed file: - + pypy/interpreter/test/apptest_exceptions.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9fd71a0554aa8bc4d4c987e123f33b637f615553 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9fd71a0554aa8bc4d4c987e123f33b637f615553 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 Jun 14 16:18:14 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 14 Jun 2020 20:18:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/embedded-in-virtualenv Message-ID: <5ee6860694783_1b53f98cdbf179c14901c@heptapod-foss.mail> Armin Rigo pushed new branch topic/py3.6/embedded-in-virtualenv at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3.6/embedded-in-virtualenv 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 Jun 14 16:48:09 2020 From: foss at heptapod.net (Armin Rigo) Date: Sun, 14 Jun 2020 20:48:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Check for a valid continuation byte with a signed byte comparison directly Message-ID: <5ee68d0956f63_1b52b04efcc40c4149953@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: e432a0c7 by Armin Rigo at 2020-06-14T20:47:57Z Check for a valid continuation byte with a signed byte comparison directly - - - - - 1 changed file: - rpython/rlib/rutf8.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e432a0c779ba0dfbf9c9d4ee86178d468052c583 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e432a0c779ba0dfbf9c9d4ee86178d468052c583 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 Jun 15 03:35:51 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 15 Jun 2020 07:35:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix previous patch Message-ID: <5ee724d7d0e07_1b53f98cdbf179c15597a@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4476f179 by Matt Billenstein at 2020-06-15T07:33:07Z fix previous patch - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4476f17968aac8a51f5848d0d390afdedf6a5bf6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4476f17968aac8a51f5848d0d390afdedf6a5bf6 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 Jun 16 08:52:13 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 16 Jun 2020 12:52:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/wb_before_move Message-ID: <5ee8c07d13d0c_1b12acd890bd77822042@heptapod-foss.mail> Armin Rigo pushed new branch branch/wb_before_move at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/branch/wb_before_move 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 Jun 16 10:17:17 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 16 Jun 2020 14:17:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/wb_before_move] oops, only issue a general write_barrier() if at least one card is set Message-ID: <5ee8d46d4616_1b12acd890bda0c2565a@heptapod-foss.mail> Armin Rigo pushed to branch branch/wb_before_move at PyPy / pypy Commits: a330912d by Armin Rigo at 2020-06-16T14:17:05Z oops, only issue a general write_barrier() if at least one card is set --HG-- branch : wb_before_move - - - - - 1 changed file: - rpython/memory/gc/incminimark.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a330912d599c9d645db46b78b34f43e6ab7bd880 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a330912d599c9d645db46b78b34f43e6ab7bd880 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 Jun 16 10:20:13 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 16 Jun 2020 14:20:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/wb_before_move] do it in minimark.py too Message-ID: <5ee8d51d7fa5_1b12acd890bd85425835@heptapod-foss.mail> Armin Rigo pushed to branch branch/wb_before_move at PyPy / pypy Commits: 9a3ba0b8 by Armin Rigo at 2020-06-16T14:20:01Z do it in minimark.py too --HG-- branch : wb_before_move - - - - - 1 changed file: - rpython/memory/gc/minimark.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9a3ba0b84309c81e5fb2474a23f814f7ef0c2052 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9a3ba0b84309c81e5fb2474a23f814f7ef0c2052 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 Jun 16 10:51:59 2020 From: foss at heptapod.net (Armin Rigo) Date: Tue, 16 Jun 2020 14:51:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/wb_before_move] Copy this from ll_arraycopy(). Unsure it's needed but it might. Message-ID: <5ee8dc8fcb3c5_1b12acd890bda0c26557@heptapod-foss.mail> Armin Rigo pushed to branch branch/wb_before_move at PyPy / pypy Commits: d681e653 by Armin Rigo at 2020-06-16T14:51:48Z Copy this from ll_arraycopy(). Unsure it's needed but it might. --HG-- branch : wb_before_move - - - - - 1 changed file: - rpython/rlib/rgc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d681e65321dc203e2164752d9879aef1f1a667d6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d681e65321dc203e2164752d9879aef1f1a667d6 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 Jun 16 15:39:55 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 16 Jun 2020 19:39:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix path to tcl, tk on windows, issue 3247 Message-ID: <5ee9200bc6c96_1b12acd88cd3c3433159@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c36360b7 by Matti Picus at 2020-06-16T19:39:16Z fix path to tcl,tk on windows, issue 3247 - - - - - 1 changed file: - lib_pypy/_tkinter/app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c36360b73fcc741dcf5644ed8732dbcee0a93f5c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c36360b73fcc741dcf5644ed8732dbcee0a93f5c 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 Jun 17 07:33:34 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 17 Jun 2020 11:33:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix faulty patch application Message-ID: <5ee9ff8e76b87_1b12acd890bd5c04109@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5c56c3a9 by Matt Billenstein at 2020-06-17T11:31:29Z fix faulty patch application - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5c56c3a908f9e068555c05ef335ff76af17556ca -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5c56c3a908f9e068555c05ef335ff76af17556ca 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 Jun 18 00:52:52 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 18 Jun 2020 04:52:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] add tk libraries Message-ID: <5eeaf3245f2b4_1b12acd890bd854521fa@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 547c7249 by Matt Billenstein at 2020-06-18T04:50:40Z add tk libraries - - - - - 1 changed file: - lib_pypy/_tkinter/tklib_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/547c7249621823ae1e4f3d5feb46533b02f1ed3d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/547c7249621823ae1e4f3d5feb46533b02f1ed3d 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 Jun 18 03:28:21 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 18 Jun 2020 07:28:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/rsre-tweaks] minor test improvement Message-ID: <5eeb1795271bf_1b12acd884ef4b454582@heptapod-foss.mail> Armin Rigo pushed to branch branch/rsre-tweaks at PyPy / pypy Commits: 6644bc2c by Armin Rigo at 2020-06-18T07:28:06Z minor test improvement --HG-- branch : rsre-tweaks - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/test/test_intbound.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6644bc2cf00740d49091626ead3466e7ef7ec7b7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6644bc2cf00740d49091626ead3466e7ef7ec7b7 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 Jun 18 04:08:57 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 18 Jun 2020 08:08:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/embedded-in-virtualenv] 9 commits: macOS packaging improvements Message-ID: <5eeb21199cc63_1b12acd88cd3c345767b@heptapod-foss.mail> Matti Picus pushed to branch topic/py3.6/embedded-in-virtualenv at PyPy / pypy Commits: f17a27c3 by Matt Billenstein at 2020-06-14T04:48:56Z macOS packaging improvements - - - - - 5786175d by Matti Picus at 2020-06-14T05:40:55Z remove references to outdated wiki pages - - - - - b92116d6 by Armin Rigo at 2020-06-14T15:14:48Z Issue #3246 Not figuring out what's wrong. It could be again some highly obscure with overflows in asmmemmgr.py line 39, but it looks a bit unlikely. Fixing anyway. - - - - - e432a0c7 by Armin Rigo at 2020-06-14T20:47:57Z Check for a valid continuation byte with a signed byte comparison directly - - - - - 4476f179 by Matt Billenstein at 2020-06-15T07:33:07Z fix previous patch - - - - - c36360b7 by Matti Picus at 2020-06-16T19:39:16Z fix path to tcl,tk on windows, issue 3247 - - - - - 5c56c3a9 by Matt Billenstein at 2020-06-17T11:31:29Z fix faulty patch application - - - - - 547c7249 by Matt Billenstein at 2020-06-18T04:50:40Z add tk libraries - - - - - 1f39b34a by Matti Picus at 2020-06-18T08:07:54Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 12 changed files: - lib_pypy/_tkinter/app.py - lib_pypy/_tkinter/tklib_build.py - pypy/doc/faq.rst - pypy/doc/release-1.5.0.rst - pypy/doc/release-1.6.0.rst - pypy/doc/release-5.0.0.rst - pypy/doc/release-pypy2.7-v5.4.0.rst - pypy/doc/release-pypy2.7-v5.6.0.rst - pypy/tool/release/make_portable.py - rpython/jit/backend/llsupport/asmmemmgr.py - rpython/jit/backend/llsupport/test/test_asmmemmgr.py - rpython/rlib/rutf8.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/673254a1cb4a0f911c61481da307773aa2ac47b8...1f39b34abb0d892369d270ae7aa0665c311928e4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/673254a1cb4a0f911c61481da307773aa2ac47b8...1f39b34abb0d892369d270ae7aa0665c311928e4 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 Jun 18 04:52:10 2020 From: foss at heptapod.net (Matti Picus) Date: Thu, 18 Jun 2020 08:52:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 9 commits: macOS packaging improvements Message-ID: <5eeb2b3a549b_1b12acd884ef4b458368@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: f17a27c3 by Matt Billenstein at 2020-06-14T04:48:56Z macOS packaging improvements - - - - - 5786175d by Matti Picus at 2020-06-14T05:40:55Z remove references to outdated wiki pages - - - - - b92116d6 by Armin Rigo at 2020-06-14T15:14:48Z Issue #3246 Not figuring out what's wrong. It could be again some highly obscure with overflows in asmmemmgr.py line 39, but it looks a bit unlikely. Fixing anyway. - - - - - e432a0c7 by Armin Rigo at 2020-06-14T20:47:57Z Check for a valid continuation byte with a signed byte comparison directly - - - - - 4476f179 by Matt Billenstein at 2020-06-15T07:33:07Z fix previous patch - - - - - c36360b7 by Matti Picus at 2020-06-16T19:39:16Z fix path to tcl,tk on windows, issue 3247 - - - - - 5c56c3a9 by Matt Billenstein at 2020-06-17T11:31:29Z fix faulty patch application - - - - - 547c7249 by Matt Billenstein at 2020-06-18T04:50:40Z add tk libraries - - - - - 73f5a0b3 by Matti Picus at 2020-06-18T08:50:14Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 12 changed files: - lib_pypy/_tkinter/app.py - lib_pypy/_tkinter/tklib_build.py - pypy/doc/faq.rst - pypy/doc/release-1.5.0.rst - pypy/doc/release-1.6.0.rst - pypy/doc/release-5.0.0.rst - pypy/doc/release-pypy2.7-v5.4.0.rst - pypy/doc/release-pypy2.7-v5.6.0.rst - pypy/tool/release/make_portable.py - rpython/jit/backend/llsupport/asmmemmgr.py - rpython/jit/backend/llsupport/test/test_asmmemmgr.py - rpython/rlib/rutf8.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d74ac0444c6c836943e1e65bcc33dfc0bb364de9...73f5a0b3341d9621130306d3b962b0bb70a61dc2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d74ac0444c6c836943e1e65bcc33dfc0bb364de9...73f5a0b3341d9621130306d3b962b0bb70a61dc2 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 Jun 18 12:02:57 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Thu, 18 Jun 2020 16:02:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/py3.6-bpo-30465 Message-ID: <5eeb903167b10_1b12acd890bd77863892@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3.6/py3.6-bpo-30465 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 Jun 18 12:50:25 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Thu, 18 Jun 2020 16:50:25 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-30465] Fix annotation in f_string_compile Message-ID: <5eeb9b517294d_1b12acd890bd5c06824@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy Commits: bb2152dc by Yannick Jadoul at 2020-06-18T16:50:11Z Fix annotation in f_string_compile --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bb2152dc84d2b45eebbe65fb1f8901b16410a3b6 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/bb2152dc84d2b45eebbe65fb1f8901b16410a3b6 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 Jun 18 12:56:24 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Thu, 18 Jun 2020 16:56:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-30465] Fix annotation in f_string_compile Message-ID: <5eeb9cb899e01_1b12acd890bd69c68960@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy Commits: 654108ff by Yannick Jadoul at 2020-06-18T16:50:11Z Fix annotation in f_string_compile --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/654108fffc90cabf85113a75f8aecef3449ba637 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/654108fffc90cabf85113a75f8aecef3449ba637 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 Jun 18 16:56:17 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Thu, 18 Jun 2020 20:56:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-30465] Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py Message-ID: <5eebd4f1c0111_1b12acd890bd930708a2@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy Commits: a7d316a8 by Yannick Jadoul at 2020-06-18T20:56:04Z Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py --HG-- branch : py3.6 - - - - - 2 changed files: - + pypy/objspace/std/test/apptest_fstring.py - ? pypy/objspace/std/test/test_fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a7d316a865498cc4c2fe7a04a127c21a56469ec9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/a7d316a865498cc4c2fe7a04a127c21a56469ec9 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 Jun 18 16:57:19 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Thu, 18 Jun 2020 20:57:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-30465] Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py Message-ID: <5eebd52f2bec_1b12acd890bdbc47113a@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy Commits: e4a30913 by Yannick Jadoul at 2020-06-18T20:56:04Z Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py --HG-- branch : py3.6 - - - - - 2 changed files: - + pypy/objspace/std/test/apptest_fstring.py - ? pypy/objspace/std/test/test_fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e4a309130f262e9e5833e956ede53da800a0495a -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/e4a309130f262e9e5833e956ede53da800a0495a 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 Jun 18 20:32:48 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Fri, 19 Jun 2020 00:32:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7-bpo-29649 Message-ID: <5eec07b07c728_1b12acd884ef4b47197e@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.7/py3.7-bpo-29649 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/tree/topic/py3.7/py3.7-bpo-29649 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 Jun 18 20:57:41 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Fri, 19 Jun 2020 00:57:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7-bpo-29649] Convert most of pypy/module/struct/test/test_struct.py to new-style apptest_ tests Message-ID: <5eec0d855c68_1b12acd896431ac72668@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.7/py3.7-bpo-29649 at PyPy / pypy Commits: db460883 by Yannick Jadoul at 2020-06-19T00:57:23Z Convert most of pypy/module/struct/test/test_struct.py to new-style apptest_ tests --HG-- branch : py3.7 - - - - - 3 changed files: - + pypy/module/struct/test/apptest_struct.py - + pypy/module/struct/test/apptest_structbuffer.py - pypy/module/struct/test/test_struct.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/db460883e4b5742c513d8986eace5a5a6362610f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/db460883e4b5742c513d8986eace5a5a6362610f 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 Jun 20 19:00:01 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sat, 20 Jun 2020 23:00:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-30465] Fix test_error_unknown_code in apptest_fstring, and add test on unicode Message-ID: <5eee94f173115_1b12acd884ef4b41029a3@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy Commits: 5299574c by Yannick Jadoul at 2020-06-20T22:59:42Z Fix test_error_unknown_code in apptest_fstring, and add test on unicode --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/objspace/std/test/apptest_fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5299574cd3771a88b2408e75af64261618cc90cd -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5299574cd3771a88b2408e75af64261618cc90cd 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 Jun 21 03:58:26 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 21 Jun 2020 07:58:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 12 commits: macOS packaging improvements Message-ID: <5eef13226e561_1b12acd884ef4b4105997@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f17a27c3 by Matt Billenstein at 2020-06-14T04:48:56Z macOS packaging improvements - - - - - 5786175d by Matti Picus at 2020-06-14T05:40:55Z remove references to outdated wiki pages - - - - - b92116d6 by Armin Rigo at 2020-06-14T15:14:48Z Issue #3246 Not figuring out what's wrong. It could be again some highly obscure with overflows in asmmemmgr.py line 39, but it looks a bit unlikely. Fixing anyway. - - - - - e432a0c7 by Armin Rigo at 2020-06-14T20:47:57Z Check for a valid continuation byte with a signed byte comparison directly - - - - - 4476f179 by Matt Billenstein at 2020-06-15T07:33:07Z fix previous patch - - - - - c36360b7 by Matti Picus at 2020-06-16T19:39:16Z fix path to tcl,tk on windows, issue 3247 - - - - - 5c56c3a9 by Matt Billenstein at 2020-06-17T11:31:29Z fix faulty patch application - - - - - 547c7249 by Matt Billenstein at 2020-06-18T04:50:40Z add tk libraries - - - - - 73f5a0b3 by Matti Picus at 2020-06-18T08:50:14Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 9be0b9c4 by Matti Picus at 2020-06-18T08:50:52Z merge py3.6 into py3.7 --HG-- branch : py3.7 - - - - - 5c57d48e by Matti Picus at 2020-06-21T07:53:26Z move module-level tests to apptest --HG-- branch : py3.7 - - - - - 770bb343 by Matti Picus at 2020-06-21T07:54:54Z import _bz2 not bz2, remove llyctypes memory leak check for RPyOpaque_ThreadLock --HG-- branch : py3.7 - - - - - 15 changed files: - lib_pypy/_tkinter/app.py - lib_pypy/_tkinter/tklib_build.py - pypy/doc/faq.rst - pypy/doc/release-1.5.0.rst - pypy/doc/release-1.6.0.rst - pypy/doc/release-5.0.0.rst - pypy/doc/release-pypy2.7-v5.4.0.rst - pypy/doc/release-pypy2.7-v5.6.0.rst - + pypy/module/bz2/test/apptest_bz2_compdecomp.py - pypy/module/bz2/test/support.py - pypy/module/bz2/test/test_bz2_compdecomp.py - pypy/tool/release/make_portable.py - rpython/jit/backend/llsupport/asmmemmgr.py - rpython/jit/backend/llsupport/test/test_asmmemmgr.py - rpython/rlib/rutf8.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9fd71a0554aa8bc4d4c987e123f33b637f615553...770bb3432388fab4b8a7ff01cf14a216340beb44 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9fd71a0554aa8bc4d4c987e123f33b637f615553...770bb3432388fab4b8a7ff01cf14a216340beb44 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 Jun 21 04:43:56 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 21 Jun 2020 08:43:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] convert pyexpat test to apptest, skip complicated passing test if untranslated Message-ID: <5eef1dcccb601_1b12acd890bd85410614e@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d419198b by Matti Picus at 2020-06-21T08:43:22Z convert pyexpat test to apptest, skip complicated passing test if untranslated --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/bz2/test/apptest_bz2_compdecomp.py - ? pypy/module/pyexpat/test/test_parser.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d419198bd7728f37a431c179d5604d8d92a9c5c5 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d419198bd7728f37a431c179d5604d8d92a9c5c5 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 Jun 21 04:53:38 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 21 Jun 2020 08:53:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix typo in test Message-ID: <5eef20125f30a_1b12acd890bd69c1063cd@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 54540c3b by Matti Picus at 2020-06-21T08:51:13Z fix typo in test --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/imp/test/test_app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/54540c3bb6902a87b772fcc7133bbe71adcca9a2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/54540c3bb6902a87b772fcc7133bbe71adcca9a2 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 Jun 21 07:49:56 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 21 Jun 2020 11:49:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] missing import Message-ID: <5eef4964bb17f_1b12acd890bd69c10713c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9e23614d by Matti Picus at 2020-06-21T11:49:20Z missing import --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/bz2/test/apptest_bz2_compdecomp.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9e23614d0d5fb12d74d4df0483a2c8c75b7f6372 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9e23614d0d5fb12d74d4df0483a2c8c75b7f6372 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 Jun 21 14:30:35 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 21 Jun 2020 18:30:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: make sure _cffi_backed tests are run with the correct compiler Message-ID: <5eefa74beb1f0_1b12acd896431ac11185c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 18478be2 by Matti Picus at 2020-06-21T18:27:38Z make sure _cffi_backed tests are run with the correct compiler --HG-- branch : py3.6 - - - - - d260fcec by Matti Picus at 2020-06-21T18:28:18Z merge py3.6 into branch --HG-- branch : py3.7 - - - - - 1 changed file: - + pypy/module/_cffi_backend/test/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9e23614d0d5fb12d74d4df0483a2c8c75b7f6372...d260fcec7f873c1007cd207d0cebffce46faedab -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9e23614d0d5fb12d74d4df0483a2c8c75b7f6372...d260fcec7f873c1007cd207d0cebffce46faedab 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 Jun 21 14:30:34 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 21 Jun 2020 18:30:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] make sure _cffi_backed tests are run with the correct compiler Message-ID: <5eefa74a1926_1b12acd8bc9e2c0111694@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 18478be2 by Matti Picus at 2020-06-21T18:27:38Z make sure _cffi_backed tests are run with the correct compiler --HG-- branch : py3.6 - - - - - 1 changed file: - + pypy/module/_cffi_backend/test/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/18478be279a235f6e8c439d78c756c4101d0fad1 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/18478be279a235f6e8c439d78c756c4101d0fad1 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 Jun 22 10:33:13 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 22 Jun 2020 14:33:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: Add rgc.ll_arraymove(), as a way to shift items inside the same array Message-ID: <5ef0c129c0820_1b12acd890bd8541271d7@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 59093c47 by Armin Rigo at 2020-06-16T12:43:27Z Add rgc.ll_arraymove(), as a way to shift items inside the same array with proper GC support. --HG-- branch : wb_before_move - - - - - 97f2ddfe by Armin Rigo at 2020-06-16T12:51:54Z Direct tests for rgc.ll_arraymove() --HG-- branch : wb_before_move - - - - - a330912d by Armin Rigo at 2020-06-16T14:17:05Z oops, only issue a general write_barrier() if at least one card is set --HG-- branch : wb_before_move - - - - - 9a3ba0b8 by Armin Rigo at 2020-06-16T14:20:01Z do it in minimark.py too --HG-- branch : wb_before_move - - - - - d681e653 by Armin Rigo at 2020-06-16T14:51:48Z Copy this from ll_arraycopy(). Unsure it's needed but it might. --HG-- branch : wb_before_move - - - - - ee9868f2 by Armin Rigo at 2020-06-22T14:33:07Z Merge branch 'branch/wb_before_move' into 'branch/default' Speed up list.pop/list.insert operations that shift many items list.pop/list.insert operations that shift many items were very slow in old large list objects. This is because it was done by manually reading and writing all items, and the card-marking adds overhead to every single write. With this branch, it's done via support for a new operation in the GC, writebarrier_before_move(). This could be renamed if needed for other use cases, but basically, this operation takes an array, looks for the flag that says there is at least one marked card in it, and in that case applies a general write barrier to it. After such an operation, the shift of items can always be done with a simple memmove() call. See merge request pypy/pypy!729 - - - - - 13 changed files: - rpython/memory/gc/generation.py - rpython/memory/gc/incminimark.py - rpython/memory/gc/minimark.py - rpython/memory/gctransform/framework.py - rpython/memory/gctransform/transform.py - rpython/memory/gcwrapper.py - rpython/rlib/rgc.py - rpython/rlib/test/test_rgc.py - rpython/rtyper/llinterp.py - rpython/rtyper/lltypesystem/llmemory.py - rpython/rtyper/lltypesystem/lloperation.py - rpython/rtyper/lltypesystem/opimpl.py - rpython/rtyper/rlist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/547c7249621823ae1e4f3d5feb46533b02f1ed3d...ee9868f2c3a5d53c2d8aac4928aec2d75a4416d0 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/547c7249621823ae1e4f3d5feb46533b02f1ed3d...ee9868f2c3a5d53c2d8aac4928aec2d75a4416d0 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 Jun 22 11:50:38 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 22 Jun 2020 15:50:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix test for win32 and make test more rsiliant to failures Message-ID: <5ef0d34e70cd9_1b12acd890bd7781347f8@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d439c834 by Matti Picus at 2020-06-22T15:49:56Z fix test for win32 and make test more rsiliant to failures - - - - - 2 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_multiprocessing/test/test_interp_semaphore.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d439c8342088c0f829a8063ef8eb04965ffa2ed4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d439c8342088c0f829a8063ef8eb04965ffa2ed4 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 Jun 22 12:22:52 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 22 Jun 2020 16:22:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: Add rgc.ll_arraymove(), as a way to shift items inside the same array Message-ID: <5ef0dadcef770_1b12acd896431ac1361f@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 59093c47 by Armin Rigo at 2020-06-16T12:43:27Z Add rgc.ll_arraymove(), as a way to shift items inside the same array with proper GC support. --HG-- branch : wb_before_move - - - - - 97f2ddfe by Armin Rigo at 2020-06-16T12:51:54Z Direct tests for rgc.ll_arraymove() --HG-- branch : wb_before_move - - - - - a330912d by Armin Rigo at 2020-06-16T14:17:05Z oops, only issue a general write_barrier() if at least one card is set --HG-- branch : wb_before_move - - - - - 9a3ba0b8 by Armin Rigo at 2020-06-16T14:20:01Z do it in minimark.py too --HG-- branch : wb_before_move - - - - - d681e653 by Armin Rigo at 2020-06-16T14:51:48Z Copy this from ll_arraycopy(). Unsure it's needed but it might. --HG-- branch : wb_before_move - - - - - ee9868f2 by Armin Rigo at 2020-06-22T14:33:07Z Merge branch 'branch/wb_before_move' into 'branch/default' Speed up list.pop/list.insert operations that shift many items list.pop/list.insert operations that shift many items were very slow in old large list objects. This is because it was done by manually reading and writing all items, and the card-marking adds overhead to every single write. With this branch, it's done via support for a new operation in the GC, writebarrier_before_move(). This could be renamed if needed for other use cases, but basically, this operation takes an array, looks for the flag that says there is at least one marked card in it, and in that case applies a general write barrier to it. After such an operation, the shift of items can always be done with a simple memmove() call. See merge request pypy/pypy!729 - - - - - d439c834 by Matti Picus at 2020-06-22T15:49:56Z fix test for win32 and make test more rsiliant to failures - - - - - 3c0005b3 by Matti Picus at 2020-06-22T16:14:06Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 14dd1c35 by Matti Picus at 2020-06-22T16:16:42Z merge py3.6 into branch --HG-- branch : py3.7 - - - - - 15 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_multiprocessing/test/test_interp_semaphore.py - rpython/memory/gc/generation.py - rpython/memory/gc/incminimark.py - rpython/memory/gc/minimark.py - rpython/memory/gctransform/framework.py - rpython/memory/gctransform/transform.py - rpython/memory/gcwrapper.py - rpython/rlib/rgc.py - rpython/rlib/test/test_rgc.py - rpython/rtyper/llinterp.py - rpython/rtyper/lltypesystem/llmemory.py - rpython/rtyper/lltypesystem/lloperation.py - rpython/rtyper/lltypesystem/opimpl.py - rpython/rtyper/rlist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d260fcec7f873c1007cd207d0cebffce46faedab...14dd1c352706e15fbd8b5cffd24afc5500260463 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/d260fcec7f873c1007cd207d0cebffce46faedab...14dd1c352706e15fbd8b5cffd24afc5500260463 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 Jun 22 12:22:51 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 22 Jun 2020 16:22:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 8 commits: Add rgc.ll_arraymove(), as a way to shift items inside the same array Message-ID: <5ef0dadb34a16_1b12acd890bd7781359c0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 59093c47 by Armin Rigo at 2020-06-16T12:43:27Z Add rgc.ll_arraymove(), as a way to shift items inside the same array with proper GC support. --HG-- branch : wb_before_move - - - - - 97f2ddfe by Armin Rigo at 2020-06-16T12:51:54Z Direct tests for rgc.ll_arraymove() --HG-- branch : wb_before_move - - - - - a330912d by Armin Rigo at 2020-06-16T14:17:05Z oops, only issue a general write_barrier() if at least one card is set --HG-- branch : wb_before_move - - - - - 9a3ba0b8 by Armin Rigo at 2020-06-16T14:20:01Z do it in minimark.py too --HG-- branch : wb_before_move - - - - - d681e653 by Armin Rigo at 2020-06-16T14:51:48Z Copy this from ll_arraycopy(). Unsure it's needed but it might. --HG-- branch : wb_before_move - - - - - ee9868f2 by Armin Rigo at 2020-06-22T14:33:07Z Merge branch 'branch/wb_before_move' into 'branch/default' Speed up list.pop/list.insert operations that shift many items list.pop/list.insert operations that shift many items were very slow in old large list objects. This is because it was done by manually reading and writing all items, and the card-marking adds overhead to every single write. With this branch, it's done via support for a new operation in the GC, writebarrier_before_move(). This could be renamed if needed for other use cases, but basically, this operation takes an array, looks for the flag that says there is at least one marked card in it, and in that case applies a general write barrier to it. After such an operation, the shift of items can always be done with a simple memmove() call. See merge request pypy/pypy!729 - - - - - d439c834 by Matti Picus at 2020-06-22T15:49:56Z fix test for win32 and make test more rsiliant to failures - - - - - 3c0005b3 by Matti Picus at 2020-06-22T16:14:06Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 15 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_multiprocessing/test/test_interp_semaphore.py - rpython/memory/gc/generation.py - rpython/memory/gc/incminimark.py - rpython/memory/gc/minimark.py - rpython/memory/gctransform/framework.py - rpython/memory/gctransform/transform.py - rpython/memory/gcwrapper.py - rpython/rlib/rgc.py - rpython/rlib/test/test_rgc.py - rpython/rtyper/llinterp.py - rpython/rtyper/lltypesystem/llmemory.py - rpython/rtyper/lltypesystem/lloperation.py - rpython/rtyper/lltypesystem/opimpl.py - rpython/rtyper/rlist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/18478be279a235f6e8c439d78c756c4101d0fad1...3c0005b3c1d0125bceb483bcdee584d67bb009e4 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/18478be279a235f6e8c439d78c756c4101d0fad1...3c0005b3c1d0125bceb483bcdee584d67bb009e4 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 Jun 22 14:39:36 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 22 Jun 2020 18:39:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes Message-ID: <5ef0fae8af0dc_1b12acd890bd85413789c@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: e65e6f10 by Yannick Jadoul at 2020-06-18T15:59:30Z Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes --HG-- branch : py3.6 - - - - - 654108ff by Yannick Jadoul at 2020-06-18T16:50:11Z Fix annotation in f_string_compile --HG-- branch : py3.6 - - - - - e4a30913 by Yannick Jadoul at 2020-06-18T20:56:04Z Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py --HG-- branch : py3.6 - - - - - 5299574c by Yannick Jadoul at 2020-06-20T22:59:42Z Fix test_error_unknown_code in apptest_fstring, and add test on unicode --HG-- branch : py3.6 - - - - - b782f178 by Ronan Lamy at 2020-06-22T18:39:32Z Merge branch 'topic/py3.6/py3.6-bpo-30465' into 'branch/py3.6' Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes See merge request pypy/pypy!730 --HG-- branch : py3.6 - - - - - 4 changed files: - lib-python/3/test/test_fstring.py - pypy/interpreter/astcompiler/fstring.py - + pypy/objspace/std/test/apptest_fstring.py - ? pypy/objspace/std/test/test_fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3c0005b3c1d0125bceb483bcdee584d67bb009e4...b782f1782a192b120820c4707d5158d52d6ca1be -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3c0005b3c1d0125bceb483bcdee584d67bb009e4...b782f1782a192b120820c4707d5158d52d6ca1be 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 Jun 22 14:39:50 2020 From: foss at heptapod.net (Ronan Lamy) Date: Mon, 22 Jun 2020 18:39:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/py3.6-bpo-30465 Message-ID: <5ef0faf661d8e_1b12acd890bd7781380e0@heptapod-foss.mail> Ronan Lamy deleted branch topic/py3.6/py3.6-bpo-30465 at PyPy / pypy -- 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 Jun 23 01:48:03 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 23 Jun 2020 05:48:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] make sure _cffi_backed tests are run with the correct compiler Message-ID: <5ef19793ce8b1_1b12acd890bd77813976a@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: de4bcd27 by Matti Picus at 2020-06-21T18:27:38Z make sure _cffi_backed tests are run with the correct compiler - - - - - 1 changed file: - + pypy/module/_cffi_backend/test/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/de4bcd2712ddec9607b62d979f4ff811286b6a21 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/de4bcd2712ddec9607b62d979f4ff811286b6a21 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 Jun 24 04:21:10 2020 From: foss at heptapod.net (Matti Picus) Date: Wed, 24 Jun 2020 08:21:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] make sure cpyext tests are run with the correct compiler Message-ID: <5ef30cf6d0ead_1b12acd8bc9e2c01499b5@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 058003c4 by Matti Picus at 2020-06-24T08:20:19Z make sure cpyext tests are run with the correct compiler - - - - - 1 changed file: - + pypy/module/cpyext/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/058003c457411bf02553c1a62dc42018251bb919 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/058003c457411bf02553c1a62dc42018251bb919 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 Jun 24 13:37:54 2020 From: foss at heptapod.net (Ronan Lamy) Date: Wed, 24 Jun 2020 17:37:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/no-str-unicode-union Message-ID: <5ef38f7283e71_1b02ada8f096de045952@heptapod-foss.mail> Ronan Lamy pushed new branch branch/no-str-unicode-union at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/no-str-unicode-union 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 Jun 25 08:10:39 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 25 Jun 2020 12:10:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar Message-ID: <5ef4943fb6b4c_1b02ada8fa76e6457815@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 302e2372 by Armin Rigo at 2020-06-25T13:57:04+02:00 Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar to ARRAYCOPY - - - - - 15 changed files: - rpython/jit/codewriter/effectinfo.py - rpython/jit/codewriter/jtransform.py - rpython/jit/codewriter/support.py - rpython/jit/codewriter/test/test_jtransform.py - rpython/jit/codewriter/test/test_list.py - rpython/jit/codewriter/test/test_void_list.py - rpython/jit/metainterp/heapcache.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py - rpython/jit/metainterp/optimizeopt/test/test_util.py - rpython/jit/metainterp/test/test_heapcache.py - rpython/jit/metainterp/test/test_list.py - rpython/rlib/rgc.py - rpython/rlib/test/test_rgc.py - rpython/rtyper/rlist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/302e23721cce05c0aef8c53973420c1095f68c93 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/302e23721cce05c0aef8c53973420c1095f68c93 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 Jun 25 10:40:10 2020 From: foss at heptapod.net (Armin Rigo) Date: Thu, 25 Jun 2020 14:40:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix tests Message-ID: <5ef4b74ad2a0f_1b02ada88f518a062094@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: f7c966d0 by Armin Rigo at 2020-06-25T16:39:54+02:00 fix tests - - - - - 1 changed file: - rpython/memory/gctransform/test/test_framework.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f7c966d0c68f566c05ecb10922063638efba5a8e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f7c966d0c68f566c05ecb10922063638efba5a8e 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 Jun 26 05:19:50 2020 From: foss at heptapod.net (Armin Rigo) Date: Fri, 26 Jun 2020 09:19:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Fix for recent versions of gcc when running the cpyext tests: Message-ID: <5ef5bdb64c473_1b02ada92df2284804d8@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: b53d7fb5 by Armin Rigo at 2020-06-26T11:18:36+02:00 Fix for recent versions of gcc when running the cpyext tests: the 'all_exceptions' lists global variables that would end up being defined twice, in both 'code' and 'struct_source', ending up in two .c files. Older versions of gcc seem happy about that but newer versions complain. - - - - - 9f503a6e by Armin Rigo at 2020-06-26T11:19:30+02:00 #3251 PySet_Add fails on frozenset. Fixed - - - - - 4 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/setobject.py - pypy/module/cpyext/test/test_setobject.py - pypy/objspace/std/setobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f7c966d0c68f566c05ecb10922063638efba5a8e...9f503a6ee4cdb9c488d750a00c0a021a31d78585 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f7c966d0c68f566c05ecb10922063638efba5a8e...9f503a6ee4cdb9c488d750a00c0a021a31d78585 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 Jun 26 08:09:57 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 26 Jun 2020 12:09:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 7 commits: make sure _cffi_backed tests are run with the correct compiler Message-ID: <5ef5e595714f5_16d3f844a6e5a9c2927d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: de4bcd27 by Matti Picus at 2020-06-21T21:27:38+03:00 make sure _cffi_backed tests are run with the correct compiler - - - - - 058003c4 by Matti Picus at 2020-06-24T11:20:19+03:00 make sure cpyext tests are run with the correct compiler - - - - - 302e2372 by Armin Rigo at 2020-06-25T13:57:04+02:00 Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar to ARRAYCOPY - - - - - f7c966d0 by Armin Rigo at 2020-06-25T16:39:54+02:00 fix tests - - - - - b53d7fb5 by Armin Rigo at 2020-06-26T11:18:36+02:00 Fix for recent versions of gcc when running the cpyext tests: the 'all_exceptions' lists global variables that would end up being defined twice, in both 'code' and 'struct_source', ending up in two .c files. Older versions of gcc seem happy about that but newer versions complain. - - - - - 9f503a6e by Armin Rigo at 2020-06-26T11:19:30+02:00 #3251 PySet_Add fails on frozenset. Fixed - - - - - 40d4488f by Matti Picus at 2020-06-26T12:33:14+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 21 changed files: - pypy/module/cpyext/api.py - + pypy/module/cpyext/conftest.py - pypy/module/cpyext/setobject.py - pypy/module/cpyext/test/test_setobject.py - pypy/objspace/std/setobject.py - rpython/jit/codewriter/effectinfo.py - rpython/jit/codewriter/jtransform.py - rpython/jit/codewriter/support.py - rpython/jit/codewriter/test/test_jtransform.py - rpython/jit/codewriter/test/test_list.py - rpython/jit/codewriter/test/test_void_list.py - rpython/jit/metainterp/heapcache.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py - rpython/jit/metainterp/optimizeopt/test/test_util.py - rpython/jit/metainterp/test/test_heapcache.py - rpython/jit/metainterp/test/test_list.py - rpython/memory/gctransform/test/test_framework.py - rpython/rlib/rgc.py - rpython/rlib/test/test_rgc.py - rpython/rtyper/rlist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b782f1782a192b120820c4707d5158d52d6ca1be...40d4488f87bb4346eb342525018d31c2edef9713 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b782f1782a192b120820c4707d5158d52d6ca1be...40d4488f87bb4346eb342525018d31c2edef9713 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 Jun 26 08:10:00 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 26 Jun 2020 12:10:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes Message-ID: <5ef5e5984071f_16d3f844e9d4e20294d8@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: e65e6f10 by Yannick Jadoul at 2020-06-18T17:59:30+02:00 Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes --HG-- branch : py3.6 - - - - - 654108ff by Yannick Jadoul at 2020-06-18T18:50:11+02:00 Fix annotation in f_string_compile --HG-- branch : py3.6 - - - - - e4a30913 by Yannick Jadoul at 2020-06-18T22:56:04+02:00 Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py --HG-- branch : py3.6 - - - - - 5299574c by Yannick Jadoul at 2020-06-21T00:59:42+02:00 Fix test_error_unknown_code in apptest_fstring, and add test on unicode --HG-- branch : py3.6 - - - - - de4bcd27 by Matti Picus at 2020-06-21T21:27:38+03:00 make sure _cffi_backed tests are run with the correct compiler - - - - - b782f178 by Ronan Lamy at 2020-06-22T18:39:32+00:00 Merge branch 'topic/py3.6/py3.6-bpo-30465' into 'branch/py3.6' Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes See merge request pypy/pypy!730 --HG-- branch : py3.6 - - - - - 058003c4 by Matti Picus at 2020-06-24T11:20:19+03:00 make sure cpyext tests are run with the correct compiler - - - - - 302e2372 by Armin Rigo at 2020-06-25T13:57:04+02:00 Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar to ARRAYCOPY - - - - - f7c966d0 by Armin Rigo at 2020-06-25T16:39:54+02:00 fix tests - - - - - b53d7fb5 by Armin Rigo at 2020-06-26T11:18:36+02:00 Fix for recent versions of gcc when running the cpyext tests: the 'all_exceptions' lists global variables that would end up being defined twice, in both 'code' and 'struct_source', ending up in two .c files. Older versions of gcc seem happy about that but newer versions complain. - - - - - 9f503a6e by Armin Rigo at 2020-06-26T11:19:30+02:00 #3251 PySet_Add fails on frozenset. Fixed - - - - - 40d4488f by Matti Picus at 2020-06-26T12:33:14+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - fa0f2a1c by Matti Picus at 2020-06-26T12:33:35+03:00 merge py3.6 into branch --HG-- branch : py3.7 - - - - - 808d64b3 by Matti Picus at 2020-06-26T15:01:43+03:00 fix _ssl sni callback, test teardown dangling thread check --HG-- branch : py3.7 - - - - - 27 changed files: - lib-python/3/test/support/__init__.py - lib-python/3/test/test_fstring.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/interpreter/astcompiler/fstring.py - pypy/module/cpyext/api.py - + pypy/module/cpyext/conftest.py - pypy/module/cpyext/setobject.py - pypy/module/cpyext/test/test_setobject.py - pypy/objspace/std/setobject.py - + pypy/objspace/std/test/apptest_fstring.py - ? pypy/objspace/std/test/test_fstring.py - rpython/jit/codewriter/effectinfo.py - rpython/jit/codewriter/jtransform.py - rpython/jit/codewriter/support.py - rpython/jit/codewriter/test/test_jtransform.py - rpython/jit/codewriter/test/test_list.py - rpython/jit/codewriter/test/test_void_list.py - rpython/jit/metainterp/heapcache.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py - rpython/jit/metainterp/optimizeopt/test/test_util.py - rpython/jit/metainterp/test/test_heapcache.py - rpython/jit/metainterp/test/test_list.py - rpython/memory/gctransform/test/test_framework.py - rpython/rlib/rgc.py - rpython/rlib/test/test_rgc.py - rpython/rtyper/rlist.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/14dd1c352706e15fbd8b5cffd24afc5500260463...808d64b34c02c568581e65ce3e779a4874ff50ac -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/14dd1c352706e15fbd8b5cffd24afc5500260463...808d64b34c02c568581e65ce3e779a4874ff50ac 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 Jun 26 09:31:07 2020 From: foss at heptapod.net (Antonio Cuni) Date: Fri, 26 Jun 2020 13:31:07 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in... Message-ID: <5ef5f89bad6e8_16d3f844e9d4e20317c0@heptapod-foss.mail> Antonio Cuni pushed to branch branch/py3.6 at PyPy / pypy Commits: 3788bc2a by Antonio Cuni at 2020-06-26T15:27:33+02:00 fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in the middle of the for loop inside __len__, the callbacks are executed, the dictionary changes size and we get a RuntimeError. Fix it by ensuring that we collect all the values BEFORE entering the for loop --HG-- branch : py3.6 - - - - - c283afcd by Antonio Cuni at 2020-06-26T15:29:32+02:00 apply to WeakKeyDictionary the same fix that we applied to WeakValueDictionary in fffa07e525de --HG-- branch : py3.6 - - - - - d889b0da by Antonio Cuni at 2020-06-26T15:30:43+02:00 merge heads --HG-- branch : py3.6 - - - - - 2 changed files: - + extra_tests/test_weakref.py - lib-python/3/weakref.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/40d4488f87bb4346eb342525018d31c2edef9713...d889b0da097bdcbc927dbeac888a11eeb5d72df9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/40d4488f87bb4346eb342525018d31c2edef9713...d889b0da097bdcbc927dbeac888a11eeb5d72df9 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 Jun 26 09:55:18 2020 From: foss at heptapod.net (Matti Picus) Date: Fri, 26 Jun 2020 13:55:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in... Message-ID: <5ef5fe4669702_16d3f84499fcd94319d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 3788bc2a by Antonio Cuni at 2020-06-26T15:27:33+02:00 fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in the middle of the for loop inside __len__, the callbacks are executed, the dictionary changes size and we get a RuntimeError. Fix it by ensuring that we collect all the values BEFORE entering the for loop --HG-- branch : py3.6 - - - - - c283afcd by Antonio Cuni at 2020-06-26T15:29:32+02:00 apply to WeakKeyDictionary the same fix that we applied to WeakValueDictionary in fffa07e525de --HG-- branch : py3.6 - - - - - d889b0da by Antonio Cuni at 2020-06-26T15:30:43+02:00 merge heads --HG-- branch : py3.6 - - - - - eea5d9ba by Matti Picus at 2020-06-26T16:50:48+03:00 PyTraceMalloc_* are now public --HG-- branch : py3.7 - - - - - fa9e427b by Matti Picus at 2020-06-26T16:51:05+03:00 maybe fix translation on macOS --HG-- branch : py3.7 - - - - - 9cf44427 by Matti Picus at 2020-06-26T16:51:26+03:00 Merge with py3.6 --HG-- branch : py3.7 - - - - - 6 changed files: - + extra_tests/test_weakref.py - lib-python/3/weakref.py - pypy/module/_socket/interp_socket.py - pypy/module/cpyext/api.py - pypy/module/cpyext/include/pymem.h - pypy/module/cpyext/src/pymem.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/808d64b34c02c568581e65ce3e779a4874ff50ac...9cf44427de0114b4b211b23c89ee3054b4888cc7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/808d64b34c02c568581e65ce3e779a4874ff50ac...9cf44427de0114b4b211b23c89ee3054b4888cc7 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 Jun 26 12:20:11 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Fri, 26 Jun 2020 16:20:11 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7--x-dev-option Message-ID: <5ef6203bdf60a_16d3f844a6e5a9c3878e@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.7/py3.7--x-dev-option at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.7/py3.7--x-dev-option 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 Jun 26 19:37:06 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Fri, 26 Jun 2020 23:37:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7--x-dev-option] Move checking of PYTHONDEVMODE to parse_command_line Message-ID: <5ef686a2202d8_16d3f844f4140fc5184@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.7/py3.7--x-dev-option at PyPy / pypy Commits: 814c8ec2 by Yannick Jadoul at 2020-06-27T01:36:52+02:00 Move checking of PYTHONDEVMODE to parse_command_line --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/app_main.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/814c8ec2a18da591c375184b99f666a0f63d53e2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/814c8ec2a18da591c375184b99f666a0f63d53e2 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 Jun 26 20:21:23 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sat, 27 Jun 2020 00:21:23 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7--x-dev-option] Add -X dev and PYTHONDEVMODE to test_app_main.py Message-ID: <5ef69103e7f55_16d2aef30e5fda452052@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.7/py3.7--x-dev-option at PyPy / pypy Commits: 685b36ff by Yannick Jadoul at 2020-06-27T02:21:08+02:00 Add -X dev and PYTHONDEVMODE to test_app_main.py --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/test/test_app_main.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/685b36ffbeea4de96efc4b3313d8388a923ed3f2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/685b36ffbeea4de96efc4b3313d8388a923ed3f2 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 Jun 27 14:25:15 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sat, 27 Jun 2020 18:25:15 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7--x-dev-option] Add PYTHONFAULTHANDLER and PYTHONDEVMODE to help text Message-ID: <5ef78f0b8a91e_16d2aef362ecdcc5771c@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.7/py3.7--x-dev-option at PyPy / pypy Commits: 50e73a2e by Yannick Jadoul at 2020-06-27T20:24:59+02:00 Add PYTHONFAULTHANDLER and PYTHONDEVMODE to help text --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/app_main.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/50e73a2e91189316199d2185362b59315a715a75 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/50e73a2e91189316199d2185362b59315a715a75 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 Jun 27 16:25:38 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 27 Jun 2020 20:25:38 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] add HAS_SO_PROTOCOL and refactor 46525cd5002b Message-ID: <5ef7ab42e4541_16d3f84587ad9586112f@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d6a9029f by Matti Picus at 2020-06-27T23:24:53+03:00 add HAS_SO_PROTOCOL and refactor 46525cd5002b --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/_socket/interp_socket.py - rpython/rlib/rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d6a9029fc34afb443f4355cf65c77b0c9ddfb49f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d6a9029fc34afb443f4355cf65c77b0c9ddfb49f 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 Jun 27 16:41:28 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 27 Jun 2020 20:41:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3.7-tracemalloc Message-ID: <5ef7aef86dde4_16d3f844f4140fc6171f@heptapod-foss.mail> Matti Picus deleted branch branch/py3.7-tracemalloc at PyPy / pypy -- 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 Jun 27 16:36:21 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 27 Jun 2020 20:36:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test after d76bda509e9d Message-ID: <5ef7adc57166_16d3f844f4140fc61521@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 3d29451f by Matti Picus at 2020-06-27T23:35:42+03:00 fix test after d76bda509e9d --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/cpyext/test/test_object.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/3d29451f853408b5daca7542f203fa9d2f1de091 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/3d29451f853408b5daca7542f203fa9d2f1de091 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 Jun 27 17:38:17 2020 From: foss at heptapod.net (Matti Picus) Date: Sat, 27 Jun 2020 21:38:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] give up on this test on win32. passes if run with pytest.py -s, hangs otherwise Message-ID: <5ef7bc49cda48_16d2aef2c0fdb24631d6@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 7a9cdc86 by Matti Picus at 2020-06-28T00:35:50+03:00 give up on this test on win32. passes if run with pytest.py -s, hangs otherwise --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_multiprocessing/test/test_interp_semaphore.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7a9cdc865dbb2a4bfd75903dd7f24d3619b1370f -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7a9cdc865dbb2a4bfd75903dd7f24d3619b1370f 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 Jun 27 20:21:16 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 00:21:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7-bpo-27535 Message-ID: <5ef7e27c7e2c4_16d3f844f4140fc643d6@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.7/py3.7-bpo-27535 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.7/py3.7-bpo-27535 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 Jun 28 09:48:50 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 28 Jun 2020 13:48:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] add more WinBase.h constants (is there a better way?) Message-ID: <5ef89fc2e7326_16d2aef30e5fda47225b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 303269c2 by Matti Picus at 2020-06-28T16:48:08+03:00 add more WinBase.h constants (is there a better way?) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_winapi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/303269c22ae81d43f77919916d89574bce64090b -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/303269c22ae81d43f77919916d89574bce64090b 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 Jun 28 10:02:20 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 14:02:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.7/py3.7-warnings-filename--c Message-ID: <5ef8a2ec34152_16d3f84498960187242a@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.7/py3.7-warnings-filename--c at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.7/py3.7-warnings-filename--c 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 Jun 28 10:43:04 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 28 Jun 2020 14:43:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: Implement bpo-32043: New "developer mode": "-X dev" option Message-ID: <5ef8ac7866e3b_16d3f844f4140fc731b0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1b36a677 by Yannick Jadoul at 2020-06-26T16:50:54+02:00 Implement bpo-32043: New "developer mode": "-X dev" option --HG-- branch : py3.7 - - - - - 24b26f1a by Yannick Jadoul at 2020-06-26T17:49:19+02:00 Implement bpo-32089: Fix warnings filters in dev mode and bpo-32101: Add PYTHONDEVMODE environment variable --HG-- branch : py3.7 - - - - - f037ca07 by Yannick Jadoul at 2020-06-26T18:17:45+02:00 Implement bpo-32230: Set sys.warnoptions with -X dev --HG-- branch : py3.7 - - - - - 814c8ec2 by Yannick Jadoul at 2020-06-27T01:36:52+02:00 Move checking of PYTHONDEVMODE to parse_command_line --HG-- branch : py3.7 - - - - - 685b36ff by Yannick Jadoul at 2020-06-27T02:21:08+02:00 Add -X dev and PYTHONDEVMODE to test_app_main.py --HG-- branch : py3.7 - - - - - 50e73a2e by Yannick Jadoul at 2020-06-27T20:24:59+02:00 Add PYTHONFAULTHANDLER and PYTHONDEVMODE to help text --HG-- branch : py3.7 - - - - - beac9f5b by Matti Picus at 2020-06-28T14:42:59+00:00 Merge branch 'topic/py3.7/py3.7--x-dev-option' into 'branch/py3.7' Implement 3.7 features related to -X dev and warnings module See merge request pypy/pypy!733 --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/interpreter/app_main.py - pypy/interpreter/test/test_app_main.py - pypy/module/_warnings/interp_warnings.py - pypy/module/_warnings/test/test_warnings.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/303269c22ae81d43f77919916d89574bce64090b...beac9f5be8ea193960030111c4d86f526f12b9b7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/303269c22ae81d43f77919916d89574bce64090b...beac9f5be8ea193960030111c4d86f526f12b9b7 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 Jun 28 10:43:17 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 28 Jun 2020 14:43:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.7/py3.7--x-dev-option Message-ID: <5ef8ac852d9ad_16d2aef3614820073332@heptapod-foss.mail> Matti Picus deleted branch topic/py3.7/py3.7--x-dev-option at PyPy / pypy -- 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 Jun 28 11:07:57 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 15:07:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.7/py3.7-bpo-27535] 18 commits: fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in... Message-ID: <5ef8b24d6ecc5_16d2aef361482007714a@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.7/py3.7-bpo-27535 at PyPy / pypy Commits: 3788bc2a by Antonio Cuni at 2020-06-26T15:27:33+02:00 fix a bug which was introduced by 338b6c45ed55: if by change the GC runs in the middle of the for loop inside __len__, the callbacks are executed, the dictionary changes size and we get a RuntimeError. Fix it by ensuring that we collect all the values BEFORE entering the for loop --HG-- branch : py3.6 - - - - - c283afcd by Antonio Cuni at 2020-06-26T15:29:32+02:00 apply to WeakKeyDictionary the same fix that we applied to WeakValueDictionary in fffa07e525de --HG-- branch : py3.6 - - - - - d889b0da by Antonio Cuni at 2020-06-26T15:30:43+02:00 merge heads --HG-- branch : py3.6 - - - - - eea5d9ba by Matti Picus at 2020-06-26T16:50:48+03:00 PyTraceMalloc_* are now public --HG-- branch : py3.7 - - - - - fa9e427b by Matti Picus at 2020-06-26T16:51:05+03:00 maybe fix translation on macOS --HG-- branch : py3.7 - - - - - 9cf44427 by Matti Picus at 2020-06-26T16:51:26+03:00 Merge with py3.6 --HG-- branch : py3.7 - - - - - 1b36a677 by Yannick Jadoul at 2020-06-26T16:50:54+02:00 Implement bpo-32043: New "developer mode": "-X dev" option --HG-- branch : py3.7 - - - - - 24b26f1a by Yannick Jadoul at 2020-06-26T17:49:19+02:00 Implement bpo-32089: Fix warnings filters in dev mode and bpo-32101: Add PYTHONDEVMODE environment variable --HG-- branch : py3.7 - - - - - f037ca07 by Yannick Jadoul at 2020-06-26T18:17:45+02:00 Implement bpo-32230: Set sys.warnoptions with -X dev --HG-- branch : py3.7 - - - - - 814c8ec2 by Yannick Jadoul at 2020-06-27T01:36:52+02:00 Move checking of PYTHONDEVMODE to parse_command_line --HG-- branch : py3.7 - - - - - 685b36ff by Yannick Jadoul at 2020-06-27T02:21:08+02:00 Add -X dev and PYTHONDEVMODE to test_app_main.py --HG-- branch : py3.7 - - - - - 50e73a2e by Yannick Jadoul at 2020-06-27T20:24:59+02:00 Add PYTHONFAULTHANDLER and PYTHONDEVMODE to help text --HG-- branch : py3.7 - - - - - d6a9029f by Matti Picus at 2020-06-27T23:24:53+03:00 add HAS_SO_PROTOCOL and refactor 46525cd5002b --HG-- branch : py3.7 - - - - - 3d29451f by Matti Picus at 2020-06-27T23:35:42+03:00 fix test after d76bda509e9d --HG-- branch : py3.7 - - - - - 7a9cdc86 by Matti Picus at 2020-06-28T00:35:50+03:00 give up on this test on win32. passes if run with pytest.py -s, hangs otherwise --HG-- branch : py3.7 - - - - - 303269c2 by Matti Picus at 2020-06-28T16:48:08+03:00 add more WinBase.h constants (is there a better way?) --HG-- branch : py3.7 - - - - - beac9f5b by Matti Picus at 2020-06-28T14:42:59+00:00 Merge branch 'topic/py3.7/py3.7--x-dev-option' into 'branch/py3.7' Implement 3.7 features related to -X dev and warnings module See merge request pypy/pypy!733 --HG-- branch : py3.7 - - - - - 8142a58d by Yannick Jadoul at 2020-06-28T02:16:59+02:00 Implement bpo-27535: Fix memory leak with warnings ignore --HG-- branch : py3.7 - - - - - 15 changed files: - + extra_tests/test_weakref.py - lib-python/3/weakref.py - lib_pypy/_winapi.py - pypy/interpreter/app_main.py - pypy/interpreter/test/test_app_main.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/_socket/interp_socket.py - pypy/module/_warnings/interp_warnings.py - + pypy/module/_warnings/test/apptest_warnings.py - ? pypy/module/_warnings/test/test_warnings.py - pypy/module/cpyext/api.py - pypy/module/cpyext/include/pymem.h - pypy/module/cpyext/src/pymem.c - pypy/module/cpyext/test/test_object.py - rpython/rlib/rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8eeefea94f33c2b0789adb518e82d5cfdba73d17...8142a58d1be5e39aabb59bda1c1f024707fa6f70 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8eeefea94f33c2b0789adb518e82d5cfdba73d17...8142a58d1be5e39aabb59bda1c1f024707fa6f70 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 Jun 28 18:37:26 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 22:37:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/py3.7-bpo-29104 Message-ID: <5ef91ba644621_16d2aef368bc450878a8@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.6/py3.7-bpo-29104 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.6/py3.7-bpo-29104 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 Jun 28 18:39:56 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 22:39:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/py3.7-bpo-29104 Message-ID: <5ef91c3c632d8_16d3f84498960188801d@heptapod-foss.mail> Yannick Jadoul deleted branch topic/py3.6/py3.7-bpo-29104 at PyPy / pypy -- 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 Jun 28 18:39:59 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 22:39:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/py3.6-bpo-29104 Message-ID: <5ef91c3f8984c_16d2aef30e475b08821b@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.6/py3.6-bpo-29104 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.6/py3.6-bpo-29104 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 Jun 28 19:01:53 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 28 Jun 2020 23:01:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.7/py3.7-bpo-27535 Message-ID: <5ef921611a889_16d3f84587ad958893b@heptapod-foss.mail> Matti Picus deleted branch topic/py3.7/py3.7-bpo-27535 at PyPy / pypy -- 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 Jun 28 19:01:56 2020 From: foss at heptapod.net (Matti Picus) Date: Sun, 28 Jun 2020 23:01:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] Implement bpo-27535: Fix memory leak with warnings ignore Message-ID: <5ef9216457a05_16d2aef307da6788953@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 8142a58d by Yannick Jadoul at 2020-06-28T02:16:59+02:00 Implement bpo-27535: Fix memory leak with warnings ignore --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/_warnings/interp_warnings.py - + pypy/module/_warnings/test/apptest_warnings.py - ? pypy/module/_warnings/test/test_warnings.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8142a58d1be5e39aabb59bda1c1f024707fa6f70 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8142a58d1be5e39aabb59bda1c1f024707fa6f70 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 Jun 28 19:42:27 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 23:42:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-29104] Fix annotation error Message-ID: <5ef92ae3b57a_16d3f845879c7fc916ad@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-29104 at PyPy / pypy Commits: 8dba013d by Yannick Jadoul at 2020-06-29T01:41:50+02:00 Fix annotation error --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8dba013d4baeac0c4e3c02e0bcce9f1c3df450e7 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8dba013d4baeac0c4e3c02e0bcce9f1c3df450e7 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 Jun 28 19:50:53 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Sun, 28 Jun 2020 23:50:53 +0000 Subject: [pypy-commit] [Git][pypy/pypy][topic/py3.6/py3.6-bpo-29104] Fix annotation error Message-ID: <5ef92cdd5de53_16d2aef360589bc9205f@heptapod-foss.mail> Yannick Jadoul pushed to branch topic/py3.6/py3.6-bpo-29104 at PyPy / pypy Commits: 647bc53c by Yannick Jadoul at 2020-06-29T01:41:50+02:00 Fix annotation error --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/647bc53c21a8c3deb9ac824f5d3441e8d2fc151e -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/647bc53c21a8c3deb9ac824f5d3441e8d2fc151e 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 Jun 29 03:06:37 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 29 Jun 2020 07:06:37 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] skip pthread tests on win32 Message-ID: <5ef992fde7bea_16d2aef30e5fda410013e@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 7707ae63 by Matti Picus at 2020-06-29T10:02:40+03:00 skip pthread tests on win32 --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/signal/test/test_signal.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7707ae63682e0afc894be246b91e1e82dc55debc -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/7707ae63682e0afc894be246b91e1e82dc55debc 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 Jun 29 03:52:01 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 29 Jun 2020 07:52:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] sleep() bug: the main loop writes the remaining time to sleep into a variable Message-ID: <5ef99da135bed_16d3f84498960181008f3@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 205468a8 by Armin Rigo at 2020-06-29T09:50:55+02:00 sleep() bug: the main loop writes the remaining time to sleep into a variable called 'secs' but that variable is only present in trunk, not in py3.6. Secondary fix: be more careful again on Windows, like in trunk. --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/205468a87a3748cf710278b311aa0f52681cd72d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/205468a87a3748cf710278b311aa0f52681cd72d 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 Jun 29 05:22:14 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 29 Jun 2020 09:22:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] set_wakeup_fd test passes untranslated Message-ID: <5ef9b2c630c8b_16d2aef368bc4501083ce@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 4fa49d1e by Matti Picus at 2020-06-29T12:21:13+03:00 set_wakeup_fd test passes untranslated --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/signal/interp_signal.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4fa49d1ec8819badeecad5ee4a121305f254fc42 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4fa49d1ec8819badeecad5ee4a121305f254fc42 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 Jun 29 07:26:20 2020 From: foss at heptapod.net (Matti Picus) Date: Mon, 29 Jun 2020 11:26:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] back out 61892379e74b, set_wakeup_fd is very different on win32 Message-ID: <5ef9cfdcd14fb_16d2aef3614c18411218c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 1ba137e2 by Matti Picus at 2020-06-29T13:58:49+03:00 back out 61892379e74b, set_wakeup_fd is very different on win32 --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/signal/interp_signal.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1ba137e2a7932beb32807f2c16a3db4838d2a97d -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/1ba137e2a7932beb32807f2c16a3db4838d2a97d 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 Jun 29 13:17:29 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 29 Jun 2020 17:17:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] A FAQ entry "I wrote a 3-lines benchmark and it's not faster than CPython. Message-ID: <5efa2229599fc_16c2aad0b8f3a4484961@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 19eb2a60 by Armin Rigo at 2020-06-29T19:17:16+02:00 A FAQ entry "I wrote a 3-lines benchmark and it's not faster than CPython. Why?" - - - - - 1 changed file: - pypy/doc/faq.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/19eb2a60c13374ba993ceff1cb56056d2652c072 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/19eb2a60c13374ba993ceff1cb56056d2652c072 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 Jun 29 16:53:19 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 29 Jun 2020 20:53:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Trying to check errors in the locking functions on Windows Message-ID: <5efa54bfb9391_16c2aad10241e44888ef@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 93f8ae2b by Armin Rigo at 2020-06-29T22:53:06+02:00 Trying to check errors in the locking functions on Windows - - - - - 1 changed file: - rpython/translator/c/src/thread_nt.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/93f8ae2b36cc00eeff61aa9ec9f39478542514f3 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/93f8ae2b36cc00eeff61aa9ec9f39478542514f3 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 Jun 29 16:57:32 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 29 Jun 2020 20:57:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix Message-ID: <5efa55bc1925a_16c2aad0b8f369889041@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: cef83aba by Armin Rigo at 2020-06-29T22:57:21+02:00 fix - - - - - 1 changed file: - rpython/translator/c/src/thread_nt.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/cef83aba3aceef71bb2c9d01678b8c0cd0c0005c -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/cef83aba3aceef71bb2c9d01678b8c0cd0c0005c 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 Jun 29 17:56:22 2020 From: foss at heptapod.net (Armin Rigo) Date: Mon, 29 Jun 2020 21:56:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 4 commits: A FAQ entry "I wrote a 3-lines benchmark and it's not faster than CPython. Message-ID: <5efa6386af29e_16c2aad0b8f2e008996a@heptapod-foss.mail> Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: 19eb2a60 by Armin Rigo at 2020-06-29T19:17:16+02:00 A FAQ entry "I wrote a 3-lines benchmark and it's not faster than CPython. Why?" - - - - - 93f8ae2b by Armin Rigo at 2020-06-29T22:53:06+02:00 Trying to check errors in the locking functions on Windows - - - - - cef83aba by Armin Rigo at 2020-06-29T22:57:21+02:00 fix - - - - - 1ee79bf3 by Armin Rigo at 2020-06-29T23:56:11+02:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/doc/faq.rst - rpython/translator/c/src/thread_nt.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/1ba137e2a7932beb32807f2c16a3db4838d2a97d...1ee79bf38a3bb3a6b3ac2a5af8683a5d108319a9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/1ba137e2a7932beb32807f2c16a3db4838d2a97d...1ee79bf38a3bb3a6b3ac2a5af8683a5d108319a9 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 Jun 30 02:11:05 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 06:11:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] issue 3242: add missing lzma_stream_encoder Message-ID: <5efad77965a28_16c2aad10241e4491486@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: a370aad7 by Chris AtLee at 2020-06-30T09:10:15+03:00 issue 3242: add missing lzma_stream_encoder --HG-- branch : py3.6 - - - - - 1 changed file: - lib_pypy/_lzma_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a370aad7e71bd17cc79b4eb37f6f94077ae3aec8 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a370aad7e71bd17cc79b4eb37f6f94077ae3aec8 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 Jun 30 03:07:34 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 07:07:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] test for b46f35a803e0, remove unused field from lzma_stream Message-ID: <5efae4b6cae57_16c2aad0b8f3a449258d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 81f9f002 by Matti Picus at 2020-06-30T10:07:03+03:00 test for b46f35a803e0, remove unused field from lzma_stream --HG-- branch : py3.6 - - - - - 2 changed files: - + extra_tests/test_lzma.py - lib_pypy/_lzma_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/81f9f002586e9651390d0de090e46591b56332d2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/81f9f002586e9651390d0de090e46591b56332d2 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 Jun 30 04:30:49 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 08:30:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: Implement bpo-29104: Fixed parsing backslashes in f-strings Message-ID: <5efaf8396843f_16c2aad12e5e950960dc@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 19156729 by Yannick Jadoul at 2020-06-29T00:37:09+02:00 Implement bpo-29104: Fixed parsing backslashes in f-strings --HG-- branch : py3.6 - - - - - 647bc53c by Yannick Jadoul at 2020-06-29T01:41:50+02:00 Fix annotation error --HG-- branch : py3.6 - - - - - 22e124ad by Matti Picus at 2020-06-30T08:30:45+00:00 Merge branch 'topic/py3.6/py3.6-bpo-29104' into 'branch/py3.6' Implement bpo-29104: Fixed parsing backslashes in f-strings See merge request pypy/pypy!736 --HG-- branch : py3.6 - - - - - 3 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/pyparser/parsestring.py - pypy/objspace/std/test/apptest_fstring.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/81f9f002586e9651390d0de090e46591b56332d2...22e124adc0ca4846f3aded5224a5402d8ae44089 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/81f9f002586e9651390d0de090e46591b56332d2...22e124adc0ca4846f3aded5224a5402d8ae44089 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 Jun 30 04:31:02 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 08:31:02 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/py3.6-bpo-29104 Message-ID: <5efaf846721f5_16c2aad0b8f291496284@heptapod-foss.mail> Matti Picus deleted branch topic/py3.6/py3.6-bpo-29104 at PyPy / pypy -- 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 Jun 30 04:36:13 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 08:36:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: Implement bpo-29104: Fixed parsing backslashes in f-strings Message-ID: <5efaf97deeb16_16c2aad10241e4497315@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 19156729 by Yannick Jadoul at 2020-06-29T00:37:09+02:00 Implement bpo-29104: Fixed parsing backslashes in f-strings --HG-- branch : py3.6 - - - - - 647bc53c by Yannick Jadoul at 2020-06-29T01:41:50+02:00 Fix annotation error --HG-- branch : py3.6 - - - - - 7707ae63 by Matti Picus at 2020-06-29T10:02:40+03:00 skip pthread tests on win32 --HG-- branch : py3.6 - - - - - 205468a8 by Armin Rigo at 2020-06-29T09:50:55+02:00 sleep() bug: the main loop writes the remaining time to sleep into a variable called 'secs' but that variable is only present in trunk, not in py3.6. Secondary fix: be more careful again on Windows, like in trunk. --HG-- branch : py3.6 - - - - - 4fa49d1e by Matti Picus at 2020-06-29T12:21:13+03:00 set_wakeup_fd test passes untranslated --HG-- branch : py3.6 - - - - - 1ba137e2 by Matti Picus at 2020-06-29T13:58:49+03:00 back out 61892379e74b, set_wakeup_fd is very different on win32 --HG-- branch : py3.6 - - - - - 19eb2a60 by Armin Rigo at 2020-06-29T19:17:16+02:00 A FAQ entry "I wrote a 3-lines benchmark and it's not faster than CPython. Why?" - - - - - 93f8ae2b by Armin Rigo at 2020-06-29T22:53:06+02:00 Trying to check errors in the locking functions on Windows - - - - - cef83aba by Armin Rigo at 2020-06-29T22:57:21+02:00 fix - - - - - 1ee79bf3 by Armin Rigo at 2020-06-29T23:56:11+02:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - a370aad7 by Chris AtLee at 2020-06-30T09:10:15+03:00 issue 3242: add missing lzma_stream_encoder --HG-- branch : py3.6 - - - - - 81f9f002 by Matti Picus at 2020-06-30T10:07:03+03:00 test for b46f35a803e0, remove unused field from lzma_stream --HG-- branch : py3.6 - - - - - 22e124ad by Matti Picus at 2020-06-30T08:30:45+00:00 Merge branch 'topic/py3.6/py3.6-bpo-29104' into 'branch/py3.6' Implement bpo-29104: Fixed parsing backslashes in f-strings See merge request pypy/pypy!736 --HG-- branch : py3.6 - - - - - 34b47f18 by Matti Picus at 2020-06-30T11:35:47+03:00 merge py3.6 into branch --HG-- branch : py3.7 - - - - - 10 changed files: - + extra_tests/test_lzma.py - lib_pypy/_lzma_build.py - pypy/doc/faq.rst - pypy/interpreter/astcompiler/fstring.py - pypy/interpreter/pyparser/parsestring.py - pypy/module/signal/interp_signal.py - pypy/module/signal/test/test_signal.py - pypy/module/time/interp_time.py - pypy/objspace/std/test/apptest_fstring.py - rpython/translator/c/src/thread_nt.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8142a58d1be5e39aabb59bda1c1f024707fa6f70...34b47f18c6392f1d0b417265fd5df4616d90c4c2 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/8142a58d1be5e39aabb59bda1c1f024707fa6f70...34b47f18c6392f1d0b417265fd5df4616d90c4c2 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 Jun 30 08:55:05 2020 From: foss at heptapod.net (Yannick Jadoul) Date: Tue, 30 Jun 2020 12:55:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch topic/py3.6/py3.6-test_astbuilder-test_fstring_lineno Message-ID: <5efb36293a5a4_16c2aad0b8f29141004a@heptapod-foss.mail> Yannick Jadoul pushed new branch topic/py3.6/py3.6-test_astbuilder-test_fstring_lineno at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/py3.6/py3.6-test_astbuilder-test_fstring_lineno 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 Jun 30 09:35:34 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 13:35:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: remove and document a circular import in _winapi Message-ID: <5efb3fa66d1f9_16c2aad0b8f2914103017@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 64db5752 by Matti Picus at 2020-06-30T12:45:08+03:00 remove and document a circular import in _winapi --HG-- branch : py3.7 - - - - - c7ef5206 by Matti Picus at 2020-06-30T16:31:42+03:00 update openssl to 1.1 on windows --HG-- branch : py3.7 - - - - - 5 changed files: - lib_pypy/_cffi_ssl/_cffi_src/build_openssl.py - lib_pypy/_pypy_winbase_build.py - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/34b47f18c6392f1d0b417265fd5df4616d90c4c2...c7ef520614e6085fde5a56a63efb75f789b2c959 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/34b47f18c6392f1d0b417265fd5df4616d90c4c2...c7ef520614e6085fde5a56a63efb75f789b2c959 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 Jun 30 09:36:00 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 13:36:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update win32 to openssl1.1 Message-ID: <5efb3fc079e8a_16c2aad1025d64410328f@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d883fe85 by Matti Picus at 2020-06-30T16:34:49+03:00 update win32 to openssl1.1 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_cffi_src/build_openssl.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d883fe857fd73d439730fdc620bfd850cf4fe809 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d883fe857fd73d439730fdc620bfd850cf4fe809 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 Jun 30 09:37:41 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 13:37:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/py3.6-test_astbuilder-test_fstring_lineno Message-ID: <5efb40259c3b0_16c2aad10241e441034de@heptapod-foss.mail> Matti Picus deleted branch topic/py3.6/py3.6-test_astbuilder-test_fstring_lineno at PyPy / pypy -- 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 Jun 30 09:37:44 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 13:37:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] Fix test_fstring_lineno test in test_astbuilder.py Message-ID: <5efb402831e54_16c2aad0b8f29141036ca@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 16d75c02 by Yannick Jadoul at 2020-06-30T14:54:50+02:00 Fix test_fstring_lineno test in test_astbuilder.py --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_astbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/16d75c02c9c4e300def14108bba14de295f748cc -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/16d75c02c9c4e300def14108bba14de295f748cc 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 Jun 30 09:42:28 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 13:42:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: Fix test_fstring_lineno test in test_astbuilder.py Message-ID: <5efb414461619_16c2aad1025d6441048c4@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 16d75c02 by Yannick Jadoul at 2020-06-30T14:54:50+02:00 Fix test_fstring_lineno test in test_astbuilder.py --HG-- branch : py3.6 - - - - - 8a921153 by Matti Picus at 2020-06-30T16:41:59+03:00 mege py3.6 into branch --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_astbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c7ef520614e6085fde5a56a63efb75f789b2c959...8a921153c1e5350b425b02947be18f2ea8cf22c9 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c7ef520614e6085fde5a56a63efb75f789b2c959...8a921153c1e5350b425b02947be18f2ea8cf22c9 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 Jun 30 10:39:08 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 14:39:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] make script more robust Message-ID: <5efb4e8c63794_16c2aad12e5e95010599f@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f4d62c8d by Matti Picus at 2020-06-30T17:36:12+03:00 make script more robust --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f4d62c8d3c47b3c2cf1306372f8b15cae0bac6b5 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f4d62c8d3c47b3c2cf1306372f8b15cae0bac6b5 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 Jun 30 18:09:14 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 22:09:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] the version of ssl for win32 uses dlls, we must copy them to lib_pypy to be found Message-ID: <5efbb80aa9138_16c2aad0b8f291411829a@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 94fff23d by Matti Picus at 2020-07-01T01:07:19+03:00 the version of ssl for win32 uses dlls, we must copy them to lib_pypy to be found - - - - - 1 changed file: - lib_pypy/_ssl_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/94fff23df898b215ad3076857fddbbeafa0cf255 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/94fff23df898b215ad3076857fddbbeafa0cf255 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 Jun 30 18:09:17 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 22:09:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: update win32 to openssl1.1 Message-ID: <5efbb80d684e_16c2aad10241e441184a0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: d883fe85 by Matti Picus at 2020-06-30T16:34:49+03:00 update win32 to openssl1.1 - - - - - 94fff23d by Matti Picus at 2020-07-01T01:07:19+03:00 the version of ssl for win32 uses dlls, we must copy them to lib_pypy to be found - - - - - cabfeb85 by Matti Picus at 2020-07-01T01:07:59+03:00 merge default into branch --HG-- branch : py3.6 - - - - - 2 changed files: - lib_pypy/_cffi_ssl/_cffi_src/build_openssl.py - lib_pypy/_ssl_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/16d75c02c9c4e300def14108bba14de295f748cc...cabfeb855e3382b2cf8b6fe10c65c4c67232c698 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/16d75c02c9c4e300def14108bba14de295f748cc...cabfeb855e3382b2cf8b6fe10c65c4c67232c698 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 Jun 30 18:09:18 2020 From: foss at heptapod.net (Matti Picus) Date: Tue, 30 Jun 2020 22:09:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: update win32 to openssl1.1 Message-ID: <5efbb80e6f08_16c2aad0b8f3a441186ee@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d883fe85 by Matti Picus at 2020-06-30T16:34:49+03:00 update win32 to openssl1.1 - - - - - 94fff23d by Matti Picus at 2020-07-01T01:07:19+03:00 the version of ssl for win32 uses dlls, we must copy them to lib_pypy to be found - - - - - cabfeb85 by Matti Picus at 2020-07-01T01:07:59+03:00 merge default into branch --HG-- branch : py3.6 - - - - - ab4d5134 by Matti Picus at 2020-07-01T01:08:26+03:00 merge py3.6 into branch --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_ssl_build.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f4d62c8d3c47b3c2cf1306372f8b15cae0bac6b5...ab4d513407f6ecfb8f9385c46a22d3b37dffb023 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f4d62c8d3c47b3c2cf1306372f8b15cae0bac6b5...ab4d513407f6ecfb8f9385c46a22d3b37dffb023 You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: