From foss at heptapod.net Wed Sep 1 00:26:47 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 01 Sep 2021 04:26:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix f8a0b0d3d766 Message-ID: <612f010729c4f_1eb2277ac720eb@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c7b56009 by Matti Picus at 2021-09-01T07:26:30+03:00 fix f8a0b0d3d766 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/objspace/std/memoryobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c7b560096afa06f1d9a7e149459be7304c1e8013 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c7b560096afa06f1d9a7e149459be7304c1e8013 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 Sep 1 08:27:01 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 01 Sep 2021 12:27:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] typos, try to explain the new 3.8 JIT thing Message-ID: <612f7195b9c0e_1eb541a0771e4@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 87e34312 by Carl Friedrich Bolz-Tereick at 2021-09-01T14:26:49+02:00 typos, try to explain the new 3.8 JIT thing - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/87e34312ff12e0df6fc55c539a423188601cf243 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/87e34312ff12e0df6fc55c539a423188601cf243 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 Sep 2 03:10:04 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 02 Sep 2021 07:10:04 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] try to blindly fix macOS posixshmem build Message-ID: <613078cc32850_1fc2712810357d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f6182374 by Matti Picus at 2021-09-02T10:09:41+03:00 try to blindly fix macOS posixshmem build --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_posixshmem_build.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f6182374444d97372c8990188ec59b639a0cc11b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f6182374444d97372c8990188ec59b639a0cc11b 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 Sep 2 05:10:12 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 02 Sep 2021 09:10:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/release-pypy3.8-v7.x Message-ID: <613094f4bda42_1fce8ef41040eb@heptapod-foss.mail> Matti Picus pushed new branch branch/release-pypy3.8-v7.x at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/release-pypy3.8-v7.x 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 Sep 2 10:40:28 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Thu, 02 Sep 2021 14:40:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: Use the cpyext error indicator to implement HPy exceptions (WIP) Message-ID: <6130e25caac56_1fc2c4c001174d2@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00 Use the cpyext error indicator to implement HPy exceptions (WIP) --HG-- branch : hpy-refactor-exceptions - - - - - 10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00 Check exceptions in init_hpy_module --HG-- branch : hpy-refactor-exceptions - - - - - 1eaaf5e8 by Ronan Lamy at 2021-06-28T19:15:20+01:00 Fix test failures (more slots need fixing) --HG-- branch : hpy-refactor-exceptions - - - - - 63a5e6e8 by Ronan Lamy at 2021-06-29T17:30:12+01:00 Fix exception handling in slot wrappers --HG-- branch : hpy-refactor-exceptions - - - - - cfa903c0 by Ronan Lamy at 2021-06-29T17:57:37+01:00 Kill handlemanager.Stack: we can just use a list again --HG-- branch : hpy-refactor-exceptions - - - - - f7abfba2 by Ronan Lamy at 2021-06-30T15:58:33+01:00 performance: in functions, raise exception only if the return value is null --HG-- branch : hpy-refactor-exceptions - - - - - 502eb6c7 by Ronan Lamy at 2021-08-27T10:43:55+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 0ffd6f1c by Armin Rigo at 2021-08-27T18:34:01+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 7d367854 by Armin Rigo at 2021-08-27T17:45:50+01:00 (ronan, antocuni frozen, arigo) Use interpindirect2app here too. With this exact signature, interp2app() is optimized but only if you use a method and not a function (and now interpindirect2app() uses a method). --HG-- branch : hpy-refactor-exceptions - - - - - 0409ad57 by Ronan Lamy at 2021-09-02T14:40:23+00:00 Merge branch 'branch/hpy-refactor-exceptions' into 'branch/py3.7' WIP? Use the cpyext error indicator to implement HPy exceptions See merge request pypy/pypy!828 --HG-- branch : py3.7 - - - - - 12 changed files: - pypy/module/_hpy_universal/apiset.py - pypy/module/_hpy_universal/bridge.py - pypy/module/_hpy_universal/handlemanager.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/interp_extfunc.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_slot.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/src/hpyerr.c - pypy/module/_hpy_universal/src/hpyerr.h - pypy/module/_hpy_universal/state.py - pypy/module/_hpy_universal/test/test_handlemanager.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1b13cd6012f645c255bdd39d5b14ce128347fdea...0409ad578e6152655063d9ebe66639b08070e94c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1b13cd6012f645c255bdd39d5b14ce128347fdea...0409ad578e6152655063d9ebe66639b08070e94c 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 Sep 2 10:45:41 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 02 Sep 2021 14:45:41 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] document branch Message-ID: <6130e395ddc84_1fce8e6811834e@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5fa74b69 by Matti Picus at 2021-09-02T17:45:01+03:00 document branch --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/doc/whatsnew-pypy3-head.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5fa74b697837df1485154e7400de8a590277a276 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5fa74b697837df1485154e7400de8a590277a276 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 Sep 2 12:36:09 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Thu, 02 Sep 2021 16:36:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] 49 commits: Use the cpyext error indicator to implement HPy exceptions (WIP) Message-ID: <6130fd7929564_1fce8ef411872@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00 Use the cpyext error indicator to implement HPy exceptions (WIP) --HG-- branch : hpy-refactor-exceptions - - - - - 10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00 Check exceptions in init_hpy_module --HG-- branch : hpy-refactor-exceptions - - - - - 1eaaf5e8 by Ronan Lamy at 2021-06-28T19:15:20+01:00 Fix test failures (more slots need fixing) --HG-- branch : hpy-refactor-exceptions - - - - - 63a5e6e8 by Ronan Lamy at 2021-06-29T17:30:12+01:00 Fix exception handling in slot wrappers --HG-- branch : hpy-refactor-exceptions - - - - - cfa903c0 by Ronan Lamy at 2021-06-29T17:57:37+01:00 Kill handlemanager.Stack: we can just use a list again --HG-- branch : hpy-refactor-exceptions - - - - - f7abfba2 by Ronan Lamy at 2021-06-30T15:58:33+01:00 performance: in functions, raise exception only if the return value is null --HG-- branch : hpy-refactor-exceptions - - - - - a3c62ef5 by Matti Picus at 2021-08-02T22:58:20+03:00 update contributors - - - - - af1cdaba by Ronan Lamy at 2021-08-02T21:15:00+01:00 merge heads - - - - - adfd09d4 by Matti Picus at 2021-08-05T23:30:13+03:00 add _winapi.GetFileType and FILE_TYPE_* values (issue 3531) --HG-- branch : py3.7 - - - - - bf16b06b by Matti Picus at 2021-08-06T00:32:24+03:00 add 32-bit version of _pypy_winbase_cffi.py --HG-- branch : py3.7 - - - - - e9691d71 by Matti Picus at 2021-08-06T14:32:31+03:00 make str(sys.version_info) have the stuctseq name (like CPython) - - - - - 2a71528f by Matti Picus at 2021-08-06T14:54:14+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 210f81a5 by Matti Picus at 2021-08-06T14:50:10+03:00 fix merge, switch sys.implementation.version to pypy_version_info (issue 3129) --HG-- branch : py3.7 - - - - - b4c6014d by Matti Picus at 2021-08-06T15:44:53+03:00 fix signature of PyErr_SetFromWindowsErr --HG-- branch : py3.7 - - - - - ae5a2670 by Matti Picus at 2021-08-09T15:11:51+03:00 clarify python2/python3 resource tracking. - - - - - e5d69118 by Carl Friedrich Bolz-Tereick at 2021-08-09T21:42:43+02:00 fix another source of position bugs in the astcompiler (like eg 3405c95f9e61) stemming from the fact that SyntaxErrors use 1-based column offsets, this time in the codegen - - - - - f61d54da by Carl Friedrich Bolz-Tereick at 2021-08-09T21:43:09+02:00 erge heads - - - - - e33ec63d by Matti Picus at 2021-08-10T08:11:47+03:00 expose functions implemented directly in C (issue 3532) --HG-- branch : py3.7 - - - - - c01c79c3 by Matti Picus at 2021-08-11T06:31:01+03:00 sys.implementation.hexversion is from pypy_version_info not version_info --HG-- branch : py3.7 - - - - - b031a345 by Matti Picus at 2021-08-11T18:39:10+03:00 add PyContextVar_New, PyContextVar_Get, PyContextVar_Set (new for python 3.7) --HG-- branch : py3.7 - - - - - eb0d1ab5 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:12:42+02:00 add strsignal - - - - - 40b77ad3 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:14:24+02:00 merge default --HG-- branch : py3.7 - - - - - efda8ad9 by Carl Friedrich Bolz-Tereick at 2021-08-12T12:15:06+02:00 merge heads --HG-- branch : py3.7 - - - - - 9d5af915 by Matti Picus at 2021-08-17T07:50:58+03:00 fix translation --HG-- branch : py3.7 - - - - - 170506b2 by Matti Picus at 2021-08-17T09:29:45+03:00 fix unused-variable errors in cpyext tests --HG-- branch : py3.7 - - - - - 92b3120d by Matti Picus at 2021-08-20T17:01:33+03:00 add frame.f_back, assuming the user is aware of the dangers of examinig the stack --HG-- branch : py3.7 - - - - - f8d0f6ad by Matti Picus at 2021-08-23T10:42:20+03:00 typo in import.h --HG-- branch : py3.7 - - - - - b542d233 by Matti Picus at 2021-08-24T21:12:23+03:00 assignment to a structseq should be an AttributeError --HG-- branch : py3.7 - - - - - c3ec31c4 by Matti Picus at 2021-08-24T21:51:00+03:00 add f_sid to statvfs - - - - - 02ce8b08 by Matti Picus at 2021-08-24T23:15:10+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 23fd8083 by Matti Picus at 2021-08-25T07:08:00+03:00 remove f_fsid for python2 - - - - - d70f5697 by Matti Picus at 2021-08-25T07:08:38+03:00 merge default into py3.7, discarding changes --HG-- branch : py3.7 - - - - - 72fe4ff3 by Matti Picus at 2021-08-25T07:11:34+03:00 adjust exception in test --HG-- branch : py3.7 - - - - - 502eb6c7 by Ronan Lamy at 2021-08-27T10:43:55+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 9b12b1c2 by Armin Rigo at 2021-08-27T18:31:40+02:00 (antocuni freezing, ronan, arigo) Fix for a corner case missing an optimization: interpindirect2app() on a function with signature 'self, space, __args__' was missing the optimization for that signature, which works with interp2app(). It's used in _hpy_universal. - - - - - 44b64678 by Armin Rigo at 2021-08-27T18:33:35+02:00 hg merge default --HG-- branch : py3.7 - - - - - 0ffd6f1c by Armin Rigo at 2021-08-27T18:34:01+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 7d367854 by Armin Rigo at 2021-08-27T17:45:50+01:00 (ronan, antocuni frozen, arigo) Use interpindirect2app here too. With this exact signature, interp2app() is optimized but only if you use a method and not a function (and now interpindirect2app() uses a method). --HG-- branch : hpy-refactor-exceptions - - - - - 816c5d56 by Matti Picus at 2021-08-28T21:26:13+03:00 tweak onboarding to mention using python2 and pypy3-c to run tests - - - - - 9ba625aa by Matti Picus at 2021-08-28T21:46:02+03:00 typo - - - - - 3feaa724 by Matti Picus at 2021-08-30T00:03:28+03:00 start a release note - - - - - d8d27a06 by "Miss Islington (bot)" at 2021-08-31T08:26:34+03:00 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037) Co-authored-by: Miguel Brito <5544985+miguendes at users.noreply.github.com> Co-authored-by: ?ukasz Langa <lukasz at langa.pl> (cherry picked from commit 0897253f426068ea6a6fbe0ada01689af9ef1019) --HG-- branch : py3.7 - - - - - 2fa75211 by "Miss Islington (bot)" at 2021-08-31T08:27:45+03:00 bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28026) Co-authored-by: ?ukasz Langa <lukasz at langa.pl> (cherry picked from commit c9227df5a9d8e958a2324cf0deba8524d1ded26a) Co-authored-by: E-Paine <63801254+E-Paine at users.noreply.github.com> --HG-- branch : py3.7 - - - - - 87e34312 by Carl Friedrich Bolz-Tereick at 2021-09-01T14:26:49+02:00 typos, try to explain the new 3.8 JIT thing - - - - - 1d1ae287 by Matti Picus at 2021-09-02T10:17:37+03:00 update version numbers in default - - - - - 5e0575ec by Matti Picus at 2021-09-02T10:27:47+03:00 update contributors - - - - - 1b13cd60 by Matti Picus at 2021-09-02T10:29:12+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 0409ad57 by Ronan Lamy at 2021-09-02T14:40:23+00:00 Merge branch 'branch/hpy-refactor-exceptions' into 'branch/py3.7' WIP? Use the cpyext error indicator to implement HPy exceptions See merge request pypy/pypy!828 --HG-- branch : py3.7 - - - - - eed30f53 by Ronan Lamy at 2021-09-02T16:59:50+01:00 hg merge py3.7 --HG-- branch : hpy-0.0.3 - - - - - 30 changed files: - LICENSE - lib-python/3/pydoc.py - lib-python/3/smtplib.py - lib-python/3/test/test_smtplib.py - lib_pypy/_pypy_winbase_build.py - lib_pypy/_pypy_winbase_cffi.py - lib_pypy/_pypy_winbase_cffi64.py - lib_pypy/_structseq.py - lib_pypy/_winapi.py - pypy/doc/conf.py - pypy/doc/contributing.rst - pypy/doc/contributor.rst - pypy/doc/cpython_differences.rst - pypy/doc/index-of-release-notes.rst - + pypy/doc/release-v7.3.6.rst - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/gateway.py - pypy/interpreter/test/test_compiler.py - pypy/interpreter/test/test_gateway.py - pypy/interpreter/test/test_syntax.py - pypy/module/_hpy_universal/apiset.py - pypy/module/_hpy_universal/bridge.py - pypy/module/_hpy_universal/handlemanager.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/interp_extfunc.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_slot.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/src/hpyerr.c - pypy/module/_hpy_universal/src/hpyerr.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/11ed61a116888b65bd41905434001c75d611cb7f...eed30f5374249b5652278e3b3b83de694b693712 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/11ed61a116888b65bd41905434001c75d611cb7f...eed30f5374249b5652278e3b3b83de694b693712 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 Sep 2 15:53:14 2021 From: foss at heptapod.net (Michael Cho (@cho-m)) Date: Thu, 02 Sep 2021 19:53:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/no-make-portable Message-ID: <61312baa33bee_1fc2c4c00121144@heptapod-foss.mail> Michael Cho pushed new branch branch/no-make-portable at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/no-make-portable 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 Sep 2 16:58:17 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 02 Sep 2021 20:58:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: add a --no-make-portable to disable portable build on macOS Message-ID: <61313ae9e31_1fc2c4c001247e2@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00 add a --no-make-portable to disable portable build on macOS --HG-- branch : no-make-portable - - - - - a33d6248 by Matti Picus at 2021-09-02T23:52:38+03:00 merge no-make-portable which adds a negative option to packaging - - - - - 5628bf8b by Matti Picus at 2021-09-02T23:56:52+03:00 document merged branch - - - - - 4 changed files: - pypy/doc/release-v7.3.6.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy2-7.3.6.rst - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe37b3efb4fcf9bc76a50afabb86d02e0cd74476...5628bf8bca12fbc959ad6395f0bb01cb68fad93d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe37b3efb4fcf9bc76a50afabb86d02e0cd74476...5628bf8bca12fbc959ad6395f0bb01cb68fad93d 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 Sep 4 09:28:05 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Sep 2021 13:28:05 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix Vanessa's first name (see https://twitter.com/codefrau ) Message-ID: <6133746522f30_1fc69a8fc14258b@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9826e532 by Carl Friedrich Bolz-Tereick at 2021-09-04T15:27:50+02:00 fix Vanessa's first name (see https://twitter.com/codefrau ) - - - - - 3 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/tool/makecontributor.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9826e5322a27a171ae1d4001cc8a689e73ca283d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9826e5322a27a171ae1d4001cc8a689e73ca283d 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 Sep 4 13:03:29 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 04 Sep 2021 17:03:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix 7da4cfec5f00 Message-ID: <6133a6e1a59bf_1fc69a8fc1435f3@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3cc08f4e by Matti Picus at 2021-09-04T19:51:19+03:00 fix 7da4cfec5f00 - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3cc08f4ead689898dc3bda38363c673f577641d2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3cc08f4ead689898dc3bda38363c673f577641d2 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 Sep 4 13:03:35 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 04 Sep 2021 17:03:35 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: Use the cpyext error indicator to implement HPy exceptions (WIP) Message-ID: <6133a6e77f4eb_1fc68da58143939@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 90370b5d by Ronan Lamy at 2021-06-28T17:58:31+01:00 Use the cpyext error indicator to implement HPy exceptions (WIP) --HG-- branch : hpy-refactor-exceptions - - - - - 10011611 by Ronan Lamy at 2021-06-28T18:02:48+01:00 Check exceptions in init_hpy_module --HG-- branch : hpy-refactor-exceptions - - - - - 1eaaf5e8 by Ronan Lamy at 2021-06-28T19:15:20+01:00 Fix test failures (more slots need fixing) --HG-- branch : hpy-refactor-exceptions - - - - - 63a5e6e8 by Ronan Lamy at 2021-06-29T17:30:12+01:00 Fix exception handling in slot wrappers --HG-- branch : hpy-refactor-exceptions - - - - - cfa903c0 by Ronan Lamy at 2021-06-29T17:57:37+01:00 Kill handlemanager.Stack: we can just use a list again --HG-- branch : hpy-refactor-exceptions - - - - - f7abfba2 by Ronan Lamy at 2021-06-30T15:58:33+01:00 performance: in functions, raise exception only if the return value is null --HG-- branch : hpy-refactor-exceptions - - - - - 502eb6c7 by Ronan Lamy at 2021-08-27T10:43:55+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 0ffd6f1c by Armin Rigo at 2021-08-27T18:34:01+02:00 hg merge py3.7 --HG-- branch : hpy-refactor-exceptions - - - - - 7d367854 by Armin Rigo at 2021-08-27T17:45:50+01:00 (ronan, antocuni frozen, arigo) Use interpindirect2app here too. With this exact signature, interp2app() is optimized but only if you use a method and not a function (and now interpindirect2app() uses a method). --HG-- branch : hpy-refactor-exceptions - - - - - 43272a82 by Matti Picus at 2021-09-02T10:39:14+03:00 move whatsnew - - - - - fe37b3ef by Matti Picus at 2021-09-02T11:50:08+03:00 restart whatsnew - - - - - 0409ad57 by Ronan Lamy at 2021-09-02T14:40:23+00:00 Merge branch 'branch/hpy-refactor-exceptions' into 'branch/py3.7' WIP? Use the cpyext error indicator to implement HPy exceptions See merge request pypy/pypy!828 --HG-- branch : py3.7 - - - - - 5fa74b69 by Matti Picus at 2021-09-02T17:45:01+03:00 document branch --HG-- branch : py3.7 - - - - - 73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00 add a --no-make-portable to disable portable build on macOS --HG-- branch : no-make-portable - - - - - a33d6248 by Matti Picus at 2021-09-02T23:52:38+03:00 merge no-make-portable which adds a negative option to packaging - - - - - 5628bf8b by Matti Picus at 2021-09-02T23:56:52+03:00 document merged branch - - - - - 9826e532 by Carl Friedrich Bolz-Tereick at 2021-09-04T15:27:50+02:00 fix Vanessa's first name (see https://twitter.com/codefrau ) - - - - - 3cc08f4e by Matti Picus at 2021-09-04T19:51:19+03:00 fix 7da4cfec5f00 - - - - - 88aea6a3 by Matti Picus at 2021-09-04T19:52:04+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - efd3021f by Matti Picus at 2021-09-04T19:56:43+03:00 move whatsnew-pypy3 --HG-- branch : py3.7 - - - - - 603b2a01 by Matti Picus at 2021-09-04T19:58:15+03:00 restart whatsnew-pypy3-head.rst --HG-- branch : py3.7 - - - - - c9f61b5c by Matti Picus at 2021-09-04T20:01:35+03:00 merge pypy3.7 into branch --HG-- branch : py3.8 - - - - - 21 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/release-v7.3.6.rst - pypy/doc/tool/makecontributor.py - pypy/doc/whatsnew-head.rst - + pypy/doc/whatsnew-pypy2-7.3.6.rst - + pypy/doc/whatsnew-pypy3-7.3.6.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/module/_hpy_universal/apiset.py - pypy/module/_hpy_universal/bridge.py - pypy/module/_hpy_universal/handlemanager.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/interp_extfunc.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_slot.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/src/hpyerr.c - pypy/module/_hpy_universal/src/hpyerr.h - pypy/module/_hpy_universal/state.py - pypy/module/_hpy_universal/test/test_handlemanager.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/393d5f855c2129fb4ce0ceaa484c4e6dbf00758d...c9f61b5cf0b0382f0c87d194961600ba73d8d1bb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/393d5f855c2129fb4ce0ceaa484c4e6dbf00758d...c9f61b5cf0b0382f0c87d194961600ba73d8d1bb 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 Sep 4 13:03:32 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 04 Sep 2021 17:03:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: move whatsnew Message-ID: <6133a6e4ee24b_1fc50fbf41437a3@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 43272a82 by Matti Picus at 2021-09-02T10:39:14+03:00 move whatsnew - - - - - fe37b3ef by Matti Picus at 2021-09-02T11:50:08+03:00 restart whatsnew - - - - - 73b40821 by Michael Cho at 2021-09-02T12:50:37-07:00 add a --no-make-portable to disable portable build on macOS --HG-- branch : no-make-portable - - - - - a33d6248 by Matti Picus at 2021-09-02T23:52:38+03:00 merge no-make-portable which adds a negative option to packaging - - - - - 5628bf8b by Matti Picus at 2021-09-02T23:56:52+03:00 document merged branch - - - - - 9826e532 by Carl Friedrich Bolz-Tereick at 2021-09-04T15:27:50+02:00 fix Vanessa's first name (see https://twitter.com/codefrau ) - - - - - 3cc08f4e by Matti Picus at 2021-09-04T19:51:19+03:00 fix 7da4cfec5f00 - - - - - 88aea6a3 by Matti Picus at 2021-09-04T19:52:04+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - efd3021f by Matti Picus at 2021-09-04T19:56:43+03:00 move whatsnew-pypy3 --HG-- branch : py3.7 - - - - - 603b2a01 by Matti Picus at 2021-09-04T19:58:15+03:00 restart whatsnew-pypy3-head.rst --HG-- branch : py3.7 - - - - - 9 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/release-v7.3.6.rst - pypy/doc/tool/makecontributor.py - pypy/doc/whatsnew-head.rst - + pypy/doc/whatsnew-pypy2-7.3.6.rst - + pypy/doc/whatsnew-pypy3-7.3.6.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5fa74b697837df1485154e7400de8a590277a276...603b2a0128d4db0046b8904b0df71f0cf1224145 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5fa74b697837df1485154e7400de8a590277a276...603b2a0128d4db0046b8904b0df71f0cf1224145 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 Sep 4 15:58:24 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 04 Sep 2021 19:58:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] one less TimSort specialization, with utf-8 unicode strings it is the same as Message-ID: <6133cfe0dac49_1fc69acf814507b@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 0f7f4295 by Carl Friedrich Bolz-Tereick at 2021-09-04T21:57:37+02:00 one less TimSort specialization, with utf-8 unicode strings it is the same as byte string sorting - - - - - 1 changed file: - pypy/objspace/std/listobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0f7f42951512c7e311c9088b979ddd2bd5030d65 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0f7f42951512c7e311c9088b979ddd2bd5030d65 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 Sep 4 18:23:52 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 04 Sep 2021 22:23:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: skip srcdir test on pypy Message-ID: <6133f1f8cef5e_1fce8b9814529c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ad7350ca by Matti Picus at 2021-09-05T01:22:21+03:00 skip srcdir test on pypy --HG-- branch : py3.8 - - - - - a904333d by Matti Picus at 2021-09-05T01:22:42+03:00 fix test for pypy --HG-- branch : py3.8 - - - - - 408f450e by Matti Picus at 2021-09-05T01:23:17+03:00 update _config_vars rather than make it global --HG-- branch : py3.8 - - - - - a356a019 by Matti Picus at 2021-09-05T01:23:33+03:00 add get_config_h_filename --HG-- branch : py3.8 - - - - - 4 changed files: - lib-python/3/distutils/sysconfig_pypy.py - lib-python/3/distutils/tests/test_install.py - lib-python/3/distutils/tests/test_sysconfig.py - lib-python/3/sysconfig.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c9f61b5cf0b0382f0c87d194961600ba73d8d1bb...a356a0199112f48e99ecd16536f071c22721d46e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c9f61b5cf0b0382f0c87d194961600ba73d8d1bb...a356a0199112f48e99ecd16536f071c22721d46e 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 Sep 4 18:39:29 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 04 Sep 2021 22:39:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: make sure test uses non-gcc Message-ID: <6133f5a164389_1fc69a8fc1456f3@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 366f4183 by Matti Picus at 2021-09-05T01:38:56+03:00 make sure test uses non-gcc --HG-- branch : py3.8 - - - - - 78d50bc8 by Matti Picus at 2021-09-05T01:39:16+03:00 more distutils.sysconfig updates --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/distutils/sysconfig_pypy.py - lib-python/3/distutils/tests/test_unixccompiler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a356a0199112f48e99ecd16536f071c22721d46e...78d50bc8ee4d09a910ca061b154579c6debf9eb1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a356a0199112f48e99ecd16536f071c22721d46e...78d50bc8ee4d09a910ca061b154579c6debf9eb1 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 Sep 5 04:13:43 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 08:13:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: remove old versions of bundled pip and setuptools Message-ID: <61347c371dcd_1fce8f5814760@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: dcd2ce42 by Matti Picus at 2021-09-05T09:13:26+03:00 remove old versions of bundled pip and setuptools --HG-- branch : py3.8 - - - - - 4dde4f51 by Matti Picus at 2021-09-05T09:24:25+03:00 remove pypy-specific install schema and move site-packages to lib/pypy3.8 --HG-- branch : py3.8 - - - - - 26c8ecaa by Matti Picus at 2021-09-05T11:08:20+03:00 resync sysconfig_cypthon with upstream, minimize difference with sysconfig_pypy Some of the synced values are irrelevant, but this is one step toward removing sysconfig_pypy --HG-- branch : py3.8 - - - - - 69fa9858 by Matti Picus at 2021-09-05T11:12:55+03:00 when packaging, put stdlib in <prefix>/lib/pypy3.8 on posix, <prefix>/Lib on windows --HG-- branch : py3.8 - - - - - 11 changed files: - lib-python/3/distutils/command/install.py - lib-python/3/distutils/sysconfig_cpython.py - lib-python/3/distutils/sysconfig_pypy.py - ? lib-python/3/ensurepip/_bundled/pip-20.0.2-py2.py3-none-any.whl - ? lib-python/3/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl - ? lib-python/3/ensurepip/_bundled/setuptools-44.0.0-py2.py3-none-any.whl - lib-python/3/site.py - lib-python/3/sysconfig.py - site-packages/README ? lib/pypy3.8/site-packages/README - pypy/interpreter/app_main.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/78d50bc8ee4d09a910ca061b154579c6debf9eb1...69fa98581a3daed7ed5f40f1cc6c7a5cfb7d30f5 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/78d50bc8ee4d09a910ca061b154579c6debf9eb1...69fa98581a3daed7ed5f40f1cc6c7a5cfb7d30f5 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 Sep 5 04:36:33 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 08:36:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix for python2 Message-ID: <613481912edca_1fc69ac94148054@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d7169e8c by Matti Picus at 2021-09-05T11:36:18+03:00 fix for python2 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/app_main.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d7169e8c48c6d1c353673d11f8f681b520f910ef -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d7169e8c48c6d1c353673d11f8f681b520f910ef 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 Sep 5 06:25:00 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 10:25:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] sync imports as well Message-ID: <61349afceffdb_1fc69ac9414962@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 70d82458 by Matti Picus at 2021-09-05T12:58:03+03:00 sync imports as well --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/70d82458d27f906067139b409803fad90f0c68a4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/70d82458d27f906067139b409803fad90f0c68a4 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 Sep 5 07:54:48 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 11:54:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] revert this part of the sync, with a comment Message-ID: <6134b008ca2e3_1fc50fbf4150546@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b883b851 by Matti Picus at 2021-09-05T14:54:30+03:00 revert this part of the sync, with a comment --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b883b85169a725ae73e7e63b76f50c5d81e94c03 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b883b85169a725ae73e7e63b76f50c5d81e94c03 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 Sep 5 08:16:43 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 12:16:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] typo Message-ID: <6134b52b9939a_1fce8b98150737@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 50a9984d by Matti Picus at 2021-09-05T15:16:34+03:00 typo --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50a9984d0156cab52aade8e7d8e7df4efb80e23d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50a9984d0156cab52aade8e7d8e7df4efb80e23d 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 Sep 5 08:43:50 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 12:43:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] typo Message-ID: <6134bb86e3da9_1fc69ac94150973@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 569e5460 by Matti Picus at 2021-09-05T15:43:41+03:00 typo --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/569e54604082ab7a91b312268b4c107ff4b1c0cb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/569e54604082ab7a91b312268b4c107ff4b1c0cb 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 Sep 5 08:47:58 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 12:47:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] unskip test_distutils Message-ID: <6134bc7e6d9cf_1fc84816815111a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c776b303 by Matti Picus at 2021-09-05T15:47:46+03:00 unskip test_distutils --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c776b30361529e93d8d0994a84f15548c4b4bea4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c776b30361529e93d8d0994a84f15548c4b4bea4 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 Sep 5 09:16:03 2021 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Sun, 05 Sep 2021 13:16:03 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] WIP: Create a new toy interpreter for threaded code generation Message-ID: <6134c3132f1be_1fc880a2c1513e1@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: bba0a1fa by Yusuke Izawa at 2021-09-05T22:15:38+09:00 WIP: Create a new toy interpreter for threaded code generation --HG-- branch : threaded-code-generation - - - - - 3 changed files: - rpython/jit/metainterp/test/test_threaded_code.py - + rpython/jit/tl/threadedcode/__init__.py - + rpython/jit/tl/threadedcode/tltc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bba0a1faeb0a4248515d06889883f92d28de7b14 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bba0a1faeb0a4248515d06889883f92d28de7b14 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 Sep 5 09:38:33 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 13:38:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] make sure site-packages is created when packaging Message-ID: <6134c8598e025_1fce8f5815159b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 703ad047 by Matti Picus at 2021-09-05T16:38:23+03:00 make sure site-packages is created when packaging --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/703ad047b41bba8985a294aa76f567dce1ae344b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/703ad047b41bba8985a294aa76f567dce1ae344b 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 Sep 5 12:03:27 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 16:03:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] update release note Message-ID: <6134ea4fa3f1f_1fc847b64153168@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8f85959e by Matti Picus at 2021-09-05T19:02:55+03:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8f85959e9cbcd625d6d39ecdb400a03b4c200a00 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8f85959e9cbcd625d6d39ecdb400a03b4c200a00 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 Sep 5 12:03:29 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 16:03:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] assigning to distutils.sysconfig._config_vars fails in tests Message-ID: <6134ea51ea6dc_1fce8f5815338a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e9ac7f88 by Matti Picus at 2021-09-05T18:38:25+03:00 assigning to distutils.sysconfig._config_vars fails in tests --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/tests/test_util.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e9ac7f8851bed2cc4b60cee75e053b4a43f4ddd0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e9ac7f8851bed2cc4b60cee75e053b4a43f4ddd0 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 Sep 5 12:46:49 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 05 Sep 2021 16:46:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: use write_unraisable, use regexp in test Message-ID: <6134f479464fb_1fc847b64153734@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 54e015e0 by Matti Picus at 2021-09-05T19:36:06+03:00 use write_unraisable, use regexp in test --HG-- branch : py3.8 - - - - - 038ad8f5 by Matti Picus at 2021-09-05T19:39:33+03:00 remove stray pdb --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/ctypes/test/test_random_things.py - lib-python/3/test/test_file.py - lib_pypy/_ctypes/function.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e9ac7f8851bed2cc4b60cee75e053b4a43f4ddd0...038ad8f56643a5fd861dbc6fececed34b0cd58f1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e9ac7f8851bed2cc4b60cee75e053b4a43f4ddd0...038ad8f56643a5fd861dbc6fececed34b0cd58f1 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 Sep 5 15:29:57 2021 From: foss at heptapod.net (muke 101 (@muke101)) Date: Sun, 05 Sep 2021 19:29:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: altered patch_guard to be able to patch in a guard on an optimised module Message-ID: <61351ab59e44a_1fc847b6415647c@heptapod-foss.mail> muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 8772ccbc by muke101 at 2021-09-02T03:50:59+01:00 altered patch_guard to be able to patch in a guard on an optimised module --HG-- branch : llvm-jit-backend-experimental - - - - - 9d6eebf6 by muke101 at 2021-09-05T20:28:46+01:00 added some scimark test cases with nested loops flattened --HG-- branch : llvm-jit-backend-experimental - - - - - 10 changed files: - rpython/jit/backend/llvm/assembler.py - rpython/jit/backend/llvm/guards.py - rpython/jit/backend/llvm/llvm_api.py - rpython/jit/backend/llvm/llvm_parse_ops.py - rpython/jit/backend/llvm/llvm_wrapper/Makefile - rpython/jit/backend/llvm/llvm_wrapper/wrapper.c - rpython/jit/backend/llvm/llvm_wrapper/wrapper.o - rpython/jit/backend/llvm/runner.py - rpython/jit/backend/test/runner_test.py - rpython/jit/metainterp/test/test_ajit.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/362264e9cfd28523e8f23f4ae8fb315dfd9cac04...9d6eebf6540f6f48913486b175eb9fa83598c116 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/362264e9cfd28523e8f23f4ae8fb315dfd9cac04...9d6eebf6540f6f48913486b175eb9fa83598c116 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 Sep 6 02:10:18 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Sep 2021 06:10:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typos Message-ID: <6135b0caadeb2_1fc847b641593b9@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7b9d990b by Matti Picus at 2021-09-06T09:08:47+03:00 typos --HG-- branch : py3.8 - - - - - 8841a46c by Matti Picus at 2021-09-06T09:09:26+03:00 remove outdated lib-tk and plat-linux2 from init_path --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/app_main.py - pypy/module/sys/initpath.py - pypy/module/sys/test/test_initpath.py - pypy/module/sys/version.py - pypy/tool/release/test/test_package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/038ad8f56643a5fd861dbc6fececed34b0cd58f1...8841a46c1ed12194ddba24dcc5eff03ec60834f1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/038ad8f56643a5fd861dbc6fececed34b0cd58f1...8841a46c1ed12194ddba24dcc5eff03ec60834f1 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 Sep 6 10:06:52 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 06 Sep 2021 14:06:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] pypy site-package now is closer to cpython Message-ID: <6136207c938c6_1fcbf5b08163170@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9f4e2e63 by Matti Picus at 2021-09-06T17:06:22+03:00 pypy site-package now is closer to cpython --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/test/test_site.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9f4e2e63f70d37bbbc5617b49565f03f6edfa770 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9f4e2e63f70d37bbbc5617b49565f03f6edfa770 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 Sep 6 15:41:43 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Mon, 06 Sep 2021 19:41:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: add a hypothesis test to the listsort testing Message-ID: <61366ef7a08ad_1fcbf629c1643b8@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 5c0b25fa by Carl Friedrich Bolz-Tereick at 2021-09-04T22:24:33+02:00 add a hypothesis test to the listsort testing - - - - - 4ae24c5f by Carl Friedrich Bolz-Tereick at 2021-09-04T22:30:32+02:00 move this function out of the specialization, can be reused - - - - - ab2269f3 by Carl Friedrich Bolz-Tereick at 2021-09-06T21:41:14+02:00 implement https://bugs.python.org/issue34561 switch to "powersort" merging strategy by Munro and Wild in the timsort algorithm. CPython commit: https://github.com/python/cpython/commit/5cb4c672d855033592f0e05162f887def236c00a paper: https://arxiv.org/abs/1805.04154 - - - - - 2 changed files: - rpython/rlib/listsort.py - rpython/rlib/test/test_listsort.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8f85959e9cbcd625d6d39ecdb400a03b4c200a00...ab2269f3c0ca0265b4ff462f1bda29442182de11 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8f85959e9cbcd625d6d39ecdb400a03b4c200a00...ab2269f3c0ca0265b4ff462f1bda29442182de11 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 Sep 7 11:58:59 2021 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Tue, 07 Sep 2021 15:58:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 3 commits: Removed tltc, copied and modified tla for threaded code gen Message-ID: <61378c4382a81_1fcd706401774d0@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 087aba06 by Yusuke Izawa at 2021-09-08T00:48:42+09:00 Removed tltc, copied and modified tla for threaded code gen --HG-- branch : threaded-code-generation - - - - - 1a935a15 by Yusuke Izawa at 2021-09-08T00:49:04+09:00 Resolve translation error --HG-- branch : threaded-code-generation - - - - - f00cf562 by Yusuke Izawa at 2021-09-08T00:58:43+09:00 This causes an error on heap optimization --HG-- branch : threaded-code-generation - - - - - 8 changed files: - rpython/jit/metainterp/compile.py - rpython/jit/metainterp/optimizeopt/tracesplit.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_threaded_code.py - + rpython/jit/tl/threadedcode/frame.py - + rpython/jit/tl/threadedcode/targettla.py - rpython/jit/tl/threadedcode/test_tltc.py ? rpython/jit/tl/threadedcode/test_tla.py - rpython/jit/tl/threadedcode/tltc.py ? rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/538a0c5105038c076a6ed8c70d7558a66937164d...f00cf5620a1c0fe21d10b3509511689ee9f85976 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/538a0c5105038c076a6ed8c70d7558a66937164d...f00cf5620a1c0fe21d10b3509511689ee9f85976 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 Sep 7 12:05:56 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Tue, 07 Sep 2021 16:05:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Convert test_handles to apptest Message-ID: <61378de4d1eb7_1fcbf58241776d2@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 19959d00 by Ronan Lamy at 2021-09-07T18:05:29+02:00 Convert test_handles to apptest --HG-- branch : hpy-0.0.3 - - - - - 5 changed files: - + pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py - + pypy/module/_hpy_universal/test/_vendored/debug/fixtures.py - ? pypy/module/_hpy_universal/test/_vendored/debug/test_handles.py - pypy/module/_hpy_universal/test/_vendored/support.py - pypy/module/_hpy_universal/test/support.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/19959d009c32ca95e857a1af0b9f9310c44c02d1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/19959d009c32ca95e857a1af0b9f9310c44c02d1 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 Sep 7 13:13:52 2021 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Tue, 07 Sep 2021 17:13:52 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: Copied tla_assembler andupdated tla for threaded code gen Message-ID: <61379dd0d8e93_1fcd706a4178754@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 224e04c0 by Yusuke Izawa at 2021-09-08T02:12:42+09:00 Copied tla_assembler andupdated tla for threaded code gen --HG-- branch : threaded-code-generation - - - - - 9c24f5a4 by Yusuke Izawa at 2021-09-08T02:13:16+09:00 Workaround to solve heap opt applied for pyjitpl --HG-- branch : threaded-code-generation - - - - - 4 changed files: - rpython/jit/metainterp/pyjitpl.py - rpython/jit/tl/threadedcode/test_tla.py - rpython/jit/tl/threadedcode/tla.py - + rpython/jit/tl/threadedcode/tla_assembler.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f00cf5620a1c0fe21d10b3509511689ee9f85976...9c24f5a42196f5104c16a9f7ba7f7d06fe5decdf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f00cf5620a1c0fe21d10b3509511689ee9f85976...9c24f5a42196f5104c16a9f7ba7f7d06fe5decdf 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 Sep 8 10:53:58 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 08 Sep 2021 14:53:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Fix tests dealing with unsigned_long_bits() Message-ID: <6138ce863a99a_1fcef82b019185a@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: cf17797f by Ronan Lamy at 2021-09-08T15:53:36+01:00 Fix tests dealing with unsigned_long_bits() --HG-- branch : hpy-0.0.3 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/_vendored/test_argparse.py - pypy/module/_hpy_universal/test/_vendored/test_hpylong.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf17797f3e24218d69cdc4ca77dfdddfc7d6800e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf17797f3e24218d69cdc4ca77dfdddfc7d6800e 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 Sep 8 14:12:55 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 08 Sep 2021 18:12:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] adapt test for windows Message-ID: <6138fd2771288_1fcef821019567a@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: bcb7e5d4 by Matti Picus at 2021-09-08T21:12:15+03:00 adapt test for windows --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/test/test_package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bcb7e5d462060883e7cc6e5b0205bcb6aa8ac3dd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bcb7e5d462060883e7cc6e5b0205bcb6aa8ac3dd 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 Sep 8 15:16:57 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 08 Sep 2021 19:16:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Implement HPyImport_ImportModule Message-ID: <61390c2a5d_1fcd70640197013@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: cf112f41 by Ronan Lamy at 2021-09-08T20:16:10+01:00 Implement HPyImport_ImportModule --HG-- branch : hpy-0.0.3 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_hpy.py - + pypy/module/_hpy_universal/interp_import.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf112f4168a06f03ba06c5a1ac92587fd2922c72 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf112f4168a06f03ba06c5a1ac92587fd2922c72 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 Sep 8 16:12:30 2021 From: foss at heptapod.net (Ian Clester (@ijc)) Date: Wed, 08 Sep 2021 20:12:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue-3546 Message-ID: <6139192e1966a_1fcef82101987a1@heptapod-foss.mail> Ian Clester pushed new branch branch/issue-3546 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue-3546 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 Sep 9 02:14:29 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 06:14:29 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] add _PyList_Extend, remove a few already implemented functions from stubs.py Message-ID: <6139a645a7665_1fc1140b442028b0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, remove a few already implemented functions from stubs.py We should probably just delete stubs.py, it is not that useful --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/module/cpyext/listobject.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_listobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5d5417e437763f902e93de98dec163ff9946aa82 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5d5417e437763f902e93de98dec163ff9946aa82 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 Sep 9 03:44:39 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 07:44:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win64-stat Message-ID: <6139bb677c52c_1fc11407d420371d@heptapod-foss.mail> Matti Picus pushed new branch branch/win64-stat at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64-stat 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 Sep 9 05:07:22 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 09:07:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/win64-stat] CloseFile -> CloseHandle Message-ID: <6139ceca24d00_1fc1140bbc2070ac@heptapod-foss.mail> Matti Picus pushed to branch branch/win64-stat at PyPy / pypy Commits: 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - 2 changed files: - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6ce2cceadaabe61bd68f6ecfa762b982e3c33469 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6ce2cceadaabe61bd68f6ecfa762b982e3c33469 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 Sep 9 05:07:20 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 09:07:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] backport check for '=' in env keys, fixes crash in os.execve Message-ID: <6139cec84471e_1fc11407d42068b7@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/022e334a6948d59060734487ea9c5d572bf9e6a7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/022e334a6948d59060734487ea9c5d572bf9e6a7 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 Sep 9 07:50:47 2021 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Thu, 09 Sep 2021 11:50:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 5 commits: Not use unroll during threaded code generation Message-ID: <6139f51789ef5_1fc1168fb82126b5@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 5a650a92 by Yusuke Izawa at 2021-09-09T20:47:46+09:00 Not use unroll during threaded code generation --HG-- branch : threaded-code-generation - - - - - b046c99d by Yusuke Izawa at 2021-09-09T20:47:59+09:00 Added a printer for debugging --HG-- branch : threaded-code-generation - - - - - e5c001c1 by Yusuke Izawa at 2021-09-09T20:49:38+09:00 Fixed the bug in split_ops --HG-- branch : threaded-code-generation - - - - - 7caeae8e by Yusuke Izawa at 2021-09-09T20:49:53+09:00 Improved test_util --HG-- branch : threaded-code-generation - - - - - b187667e by Yusuke Izawa at 2021-09-09T20:50:27+09:00 Do not remove emit_** methods (need to impl. them like jit_merge_point) --HG-- branch : threaded-code-generation - - - - - 6 changed files: - rpython/jit/metainterp/compile.py - rpython/jit/metainterp/optimizeopt/test/test_tracesplit.py - rpython/jit/metainterp/optimizeopt/test/test_util.py - rpython/jit/metainterp/optimizeopt/tracesplit.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6add4bab26979758df5920a1e8d7eefd08b4598f...b187667e9890e5ceb957a94474d1846e33325871 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6add4bab26979758df5920a1e8d7eefd08b4598f...b187667e9890e5ceb957a94474d1846e33325871 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 Sep 9 08:09:09 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 12:09:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: add st_file_attributes and st_reparse_tag to os.stat on win64 Message-ID: <6139f965c9af6_1fc1168fb821282d@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00 document branch - - - - - 6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00 merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics - - - - - 4 changed files: - pypy/doc/whatsnew-head.rst - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py - rpython/rlib/test/test_rposix_stat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/022e334a6948d59060734487ea9c5d572bf9e6a7...6801d0764e1e8591ac832f41a07dc06711e1d8fd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/022e334a6948d59060734487ea9c5d572bf9e6a7...6801d0764e1e8591ac832f41a07dc06711e1d8fd 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 Sep 9 08:09:12 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 12:09:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: add st_file_attributes and st_reparse_tag to os.stat on win64 Message-ID: <6139f96871bce_1fc11b78202130e0@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00 document branch - - - - - 6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00 merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics - - - - - 8514f8ac by Matti Picus at 2021-09-09T14:26:51+03:00 merge default into branch --HG-- branch : py3.7 - - - - - 4 changed files: - pypy/doc/whatsnew-head.rst - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py - rpython/rlib/test/test_rposix_stat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5d5417e437763f902e93de98dec163ff9946aa82...8514f8ac893fdf1bdf2085272f4ffcdcf7375bd2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5d5417e437763f902e93de98dec163ff9946aa82...8514f8ac893fdf1bdf2085272f4ffcdcf7375bd2 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 Sep 9 08:09:14 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 09 Sep 2021 12:09:14 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: add st_file_attributes and st_reparse_tag to os.stat on win64 Message-ID: <6139f96aebcbe_1fcf41f8c213272@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, remove a few already implemented functions from stubs.py We should probably just delete stubs.py, it is not that useful --HG-- branch : py3.7 - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00 document branch - - - - - 6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00 merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics - - - - - 8514f8ac by Matti Picus at 2021-09-09T14:26:51+03:00 merge default into branch --HG-- branch : py3.7 - - - - - d1a3a1ad by Matti Picus at 2021-09-09T14:27:32+03:00 merge py3.7 into branch --HG-- branch : py3.8 - - - - - 7 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/cpyext/listobject.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_listobject.py - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py - rpython/rlib/test/test_rposix_stat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1d63298b89c1160cf39d731c3bfcc0426f26b920...d1a3a1ad05ee6c04fc1c52a20c17dbc49718a205 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1d63298b89c1160cf39d731c3bfcc0426f26b920...d1a3a1ad05ee6c04fc1c52a20c17dbc49718a205 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 Sep 10 06:35:59 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Sep 2021 10:35:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typo Message-ID: <613b350f9467f_1e8609144177f@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 8f754180 by Matti Picus at 2021-09-10T07:25:01+03:00 typo --HG-- branch : py3.8 - - - - - ad77526e by Matti Picus at 2021-09-10T13:00:55+03:00 fix more uses of include vs. include/pypy3.8 --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/test/test_site.py - pypy/module/_cffi_backend/copy_includes.py - pypy/tool/release/test/test_package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d1a3a1ad05ee6c04fc1c52a20c17dbc49718a205...ad77526eb336bd48580d60ec4bd70437ba9f3974 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d1a3a1ad05ee6c04fc1c52a20c17dbc49718a205...ad77526eb336bd48580d60ec4bd70437ba9f3974 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 Sep 10 07:13:43 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Sep 2021 11:13:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue-2674 Message-ID: <613b3de711c0_1e860964419b3@heptapod-foss.mail> Matti Picus pushed new branch branch/issue-2674 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue-2674 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 Sep 10 09:08:00 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Sep 2021 13:08:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: remove hack, restores DeprecationWarning Message-ID: <613b58b0e428a_1e8554104395d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 77046602 by Matti Picus at 2021-09-10T16:06:18+03:00 remove hack, restores DeprecationWarning --HG-- branch : py3.7 - - - - - 764025a7 by Matti Picus at 2021-09-10T16:07:42+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/collections/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ad77526eb336bd48580d60ec4bd70437ba9f3974...764025a73dcefc9218b8ad9350d71f7060fd19da -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ad77526eb336bd48580d60ec4bd70437ba9f3974...764025a73dcefc9218b8ad9350d71f7060fd19da 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 Sep 10 09:07:58 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Sep 2021 13:07:58 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] remove hack, restores DeprecationWarning Message-ID: <613b58aeb8404_1e8609144379f@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 77046602 by Matti Picus at 2021-09-10T16:06:18+03:00 remove hack, restores DeprecationWarning --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/collections/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/770466026c2f52e75cbf2cdf427acef1b763f59c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/770466026c2f52e75cbf2cdf427acef1b763f59c 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 Sep 10 10:05:46 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Fri, 10 Sep 2021 14:05:46 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/issue-2674] convert test to PyType_FromSpec, it still fails Message-ID: <613b663ac3543_1e860518453bb@heptapod-foss.mail> Matti Picus pushed to branch branch/issue-2674 at PyPy / pypy Commits: 5f3994c4 by Matti Picus at 2021-09-10T17:04:39+03:00 convert test to PyType_FromSpec, it still fails --HG-- branch : issue-2674 - - - - - 1 changed file: - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f3994c47d7075ddfe59088d6b9af2eb74eaa63b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f3994c47d7075ddfe59088d6b9af2eb74eaa63b 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 Sep 11 03:34:34 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 11 Sep 2021 07:34:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] maybe create include/pypy3.8 in tests Message-ID: <613c5c0a66f1b_1e860a185038e@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cbb23f39 by Matti Picus at 2021-09-11T10:34:13+03:00 maybe create include/pypy3.8 in tests --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_cffi_backend/copy_includes.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cbb23f39d20b080aa809abbff37ca5104e4f132b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cbb23f39d20b080aa809abbff37ca5104e4f132b 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 Sep 11 03:43:43 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 11 Sep 2021 07:43:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] skip hpy tests if _hpy_universal not found Message-ID: <613c5e2fa5c2e_1e8203b2c505df@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00 skip hpy tests if _hpy_universal not found --HG-- branch : py3.7 - - - - - 1 changed file: - + extra_tests/hpy_tests/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a4c89940e8505b8f36e0b02791e9f5f0e9490e7f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a4c89940e8505b8f36e0b02791e9f5f0e9490e7f 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 Sep 11 03:43:45 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sat, 11 Sep 2021 07:43:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: skip hpy tests if _hpy_universal not found Message-ID: <613c5e319b453_1e825b0c507fb@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00 skip hpy tests if _hpy_universal not found --HG-- branch : py3.7 - - - - - a73494ab by Matti Picus at 2021-09-11T10:39:53+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - 1 changed file: - + extra_tests/hpy_tests/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cbb23f39d20b080aa809abbff37ca5104e4f132b...a73494ab0286b06105cf9fa7fc0a9b44da74c91f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cbb23f39d20b080aa809abbff37ca5104e4f132b...a73494ab0286b06105cf9fa7fc0a9b44da74c91f 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 Sep 11 06:20:06 2021 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Sat, 11 Sep 2021 10:20:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] Added tests for traverse_stack and updated traverse_stack.py Message-ID: <613c82d638b6c_1e8203604510a6@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 5520aa09 by Yusuke Izawa at 2021-09-11T19:19:01+09:00 Added tests for traverse_stack and updated traverse_stack.py --HG-- branch : threaded-code-generation - - - - - 2 changed files: - + rpython/jit/tl/threadedcode/test_traverse_stack.py - rpython/jit/tl/threadedcode/traverse_stack.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5520aa0956c7552e512d44a5036c65888f752f53 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5520aa0956c7552e512d44a5036c65888f752f53 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 Sep 12 01:25:28 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 05:25:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] mention stdlib 3.7.12 in the release note Message-ID: <613d8f4883e8b_1e827b71c536fd@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00 mention stdlib 3.7.12 in the release note - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5b5c4619b96bd4625409c7258230a81cce9880f9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5b5c4619b96bd4625409c7258230a81cce9880f9 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 Sep 12 01:25:30 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 05:25:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: add instructions how to upgrade Message-ID: <613d8f4ac05f9_1e827b76c5387d@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG-- branch : vendor/stdlib-3.7 - - - - - 31dd6bf5 by Matti Picus at 2021-09-12T08:10:06+03:00 mention the need to update python versions --HG-- branch : vendor/stdlib-3.7 - - - - - 9477b146 by Matti Picus at 2021-09-12T08:16:46+03:00 update stdlib to 3.7.12 --HG-- branch : py3.7 - - - - - 5cbd6275 by Matti Picus at 2021-09-12T08:21:56+03:00 remove stale TODO file --HG-- branch : py3.7 - - - - - 15 changed files: - lib-python/3/email/_parseaddr.py - lib-python/3/pydoc_data/topics.py - lib-python/3/test/test_email/test_email.py - lib-python/3/test/test_httplib.py - lib-python/3/test/test_socket.py - lib-python/3/test/test_ssl.py - lib-python/3/test/test_sys.py - lib-python/3/test/test_urlparse.py - + lib-python/3/test/test_warnings/init.py - lib-python/3/urllib/parse.py - lib-python/stdlib-upgrade.txt - lib-python/stdlib-version.txt - ? lib-python/win32-failures.txt - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a4c89940e8505b8f36e0b02791e9f5f0e9490e7f...5cbd627561b1ca229954112b51eb5b45affb7170 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a4c89940e8505b8f36e0b02791e9f5f0e9490e7f...5cbd627561b1ca229954112b51eb5b45affb7170 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 Sep 12 01:25:32 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 05:25:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/vendor/stdlib-3.7] 3 commits: add instructions how to upgrade Message-ID: <613d8f4ce4144_1e826d9145409a@heptapod-foss.mail> Matti Picus pushed to branch branch/vendor/stdlib-3.7 at PyPy / pypy Commits: b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG-- branch : vendor/stdlib-3.7 - - - - - 31dd6bf5 by Matti Picus at 2021-09-12T08:10:06+03:00 mention the need to update python versions --HG-- branch : vendor/stdlib-3.7 - - - - - 10 changed files: - ? lib-python/2.7/BaseHTTPServer.py - ? lib-python/2.7/Bastion.py - ? lib-python/2.7/CGIHTTPServer.py - ? lib-python/2.7/ConfigParser.py - ? lib-python/2.7/Cookie.py - ? lib-python/2.7/DocXMLRPCServer.py - ? lib-python/2.7/HTMLParser.py - ? lib-python/2.7/MimeWriter.py - ? lib-python/2.7/Queue.py - ? lib-python/2.7/SimpleHTTPServer.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/311b8e945214b0b5f14d63f24f230cc794f5746f...31dd6bf5a2f5a0c873e0a8096e43bd5dafc56809 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/311b8e945214b0b5f14d63f24f230cc794f5746f...31dd6bf5a2f5a0c873e0a8096e43bd5dafc56809 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 Sep 12 02:43:19 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 06:43:19 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] 7 commits: add st_file_attributes and st_reparse_tag to os.stat on win64 Message-ID: <613da1874d8ca_1e827b76c54215@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00 document branch - - - - - 6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00 merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics - - - - - 5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00 mention stdlib 3.7.12 in the release note - - - - - 1a2f5264 by Matti Picus at 2021-09-12T09:38:13+03:00 merge default into release --HG-- branch : release-pypy2.7-v7.x - - - - - 6 changed files: - pypy/doc/release-v7.3.6.rst - pypy/doc/whatsnew-head.rst - pypy/module/posix/interp_posix.py - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py - rpython/rlib/test/test_rposix_stat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ec0c27e779e7e6edbb48f3003cabf662ea1ea7bd...1a2f5264ea39cbe3922dd3f288549767bbdda16e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ec0c27e779e7e6edbb48f3003cabf662ea1ea7bd...1a2f5264ea39cbe3922dd3f288549767bbdda16e 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 Sep 12 02:43:21 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 06:43:21 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 15 commits: add st_file_attributes and st_reparse_tag to os.stat on win64 Message-ID: <613da189351c3_1e8203b2c54494@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, remove a few already implemented functions from stubs.py We should probably just delete stubs.py, it is not that useful --HG-- branch : py3.7 - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00 document branch - - - - - 6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00 merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics - - - - - 8514f8ac by Matti Picus at 2021-09-09T14:26:51+03:00 merge default into branch --HG-- branch : py3.7 - - - - - 77046602 by Matti Picus at 2021-09-10T16:06:18+03:00 remove hack, restores DeprecationWarning --HG-- branch : py3.7 - - - - - a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00 skip hpy tests if _hpy_universal not found --HG-- branch : py3.7 - - - - - b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG-- branch : vendor/stdlib-3.7 - - - - - 31dd6bf5 by Matti Picus at 2021-09-12T08:10:06+03:00 mention the need to update python versions --HG-- branch : vendor/stdlib-3.7 - - - - - 9477b146 by Matti Picus at 2021-09-12T08:16:46+03:00 update stdlib to 3.7.12 --HG-- branch : py3.7 - - - - - 5cbd6275 by Matti Picus at 2021-09-12T08:21:56+03:00 remove stale TODO file --HG-- branch : py3.7 - - - - - 58af6b3e by Matti Picus at 2021-09-12T09:41:45+03:00 merge py3.7 into release --HG-- branch : release-pypy3.7-v7.x - - - - - 24 changed files: - + extra_tests/hpy_tests/conftest.py - lib-python/3/collections/__init__.py - lib-python/3/email/_parseaddr.py - lib-python/3/pydoc_data/topics.py - lib-python/3/test/test_email/test_email.py - lib-python/3/test/test_httplib.py - lib-python/3/test/test_socket.py - lib-python/3/test/test_ssl.py - lib-python/3/test/test_sys.py - lib-python/3/test/test_urlparse.py - + lib-python/3/test/test_warnings/init.py - lib-python/3/urllib/parse.py - lib-python/stdlib-upgrade.txt - lib-python/stdlib-version.txt - ? lib-python/win32-failures.txt - pypy/doc/whatsnew-head.rst - pypy/module/cpyext/include/patchlevel.h - pypy/module/cpyext/listobject.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_listobject.py - pypy/module/sys/version.py - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py - rpython/rlib/test/test_rposix_stat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23ba46e481dcb8e5cc467cc427b4bf616f0a2a16...58af6b3ef57551c8ab78040d57c3b78250f6d654 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/23ba46e481dcb8e5cc467cc427b4bf616f0a2a16...58af6b3ef57551c8ab78040d57c3b78250f6d654 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 Sep 12 02:43:24 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 06:43:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 16 commits: add st_file_attributes and st_reparse_tag to os.stat on win64 Message-ID: <613da18c95ff3_1e8203b2c546f8@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 39ca201e by Matti Picus at 2021-09-08T00:26:59+03:00 add st_file_attributes and st_reparse_tag to os.stat on win64 --HG-- branch : win64-stat - - - - - 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, remove a few already implemented functions from stubs.py We should probably just delete stubs.py, it is not that useful --HG-- branch : py3.7 - - - - - 022e334a by Matti Picus at 2021-09-09T11:52:56+03:00 backport check for '=' in env keys, fixes crash in os.execve - - - - - 6ce2ccea by Matti Picus at 2021-09-09T12:07:00+03:00 CloseFile -> CloseHandle --HG-- branch : win64-stat - - - - - d5a99c5b by Matti Picus at 2021-09-09T14:23:34+03:00 document branch - - - - - 6801d076 by Matti Picus at 2021-09-09T14:24:26+03:00 merge win64-stat which upgrades os.stat on windows to Python 3.8 symantics - - - - - 8514f8ac by Matti Picus at 2021-09-09T14:26:51+03:00 merge default into branch --HG-- branch : py3.7 - - - - - d1a3a1ad by Matti Picus at 2021-09-09T14:27:32+03:00 merge py3.7 into branch --HG-- branch : py3.8 - - - - - 8f754180 by Matti Picus at 2021-09-10T07:25:01+03:00 typo --HG-- branch : py3.8 - - - - - ad77526e by Matti Picus at 2021-09-10T13:00:55+03:00 fix more uses of include vs. include/pypy3.8 --HG-- branch : py3.8 - - - - - 77046602 by Matti Picus at 2021-09-10T16:06:18+03:00 remove hack, restores DeprecationWarning --HG-- branch : py3.7 - - - - - 764025a7 by Matti Picus at 2021-09-10T16:07:42+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - cbb23f39 by Matti Picus at 2021-09-11T10:34:13+03:00 maybe create include/pypy3.8 in tests --HG-- branch : py3.8 - - - - - a4c89940 by Matti Picus at 2021-09-11T10:39:27+03:00 skip hpy tests if _hpy_universal not found --HG-- branch : py3.7 - - - - - a73494ab by Matti Picus at 2021-09-11T10:39:53+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - be80c6a0 by Matti Picus at 2021-09-12T09:42:46+03:00 merge py3.8 into release --HG-- branch : release-pypy3.8-v7.x - - - - - 12 changed files: - + extra_tests/hpy_tests/conftest.py - lib-python/3/collections/__init__.py - lib-python/3/test/test_site.py - pypy/doc/whatsnew-head.rst - pypy/module/_cffi_backend/copy_includes.py - pypy/module/cpyext/listobject.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_listobject.py - pypy/tool/release/test/test_package.py - rpython/rlib/rposix_stat.py - rpython/rlib/rwin32file.py - rpython/rlib/test/test_rposix_stat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5878ed1c01fe7d0a20d8e6f7f5c26d02fce20fc9...be80c6a0e252f6121486a07a19677f1c1d31bc80 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5878ed1c01fe7d0a20d8e6f7f5c26d02fce20fc9...be80c6a0e252f6121486a07a19677f1c1d31bc80 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 Sep 12 16:46:06 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 20:46:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows) Message-ID: <613e670e9e6fa_1e831788866581@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 35963bed by Matti Picus at 2021-09-12T23:45:45+03:00 adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows) issue 3549 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/sys/initpath.py - pypy/module/sys/state.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/35963bedaa0c05cf22c8787e97f2086bba009172 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/35963bedaa0c05cf22c8787e97f2086bba009172 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 Sep 12 16:51:44 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Sun, 12 Sep 2021 20:51:44 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] cleanout old bundled versions of pip and setuptools Message-ID: <613e68601fee2_1e826d9146778@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00 cleanout old bundled versions of pip and setuptools --HG-- branch : py3.7 - - - - - 2 changed files: - ? lib-python/3/ensurepip/_bundled/pip-20.0.2-py2.py3-none-any.whl - ? lib-python/3/ensurepip/_bundled/setuptools-44.0.0-py2.py3-none-any.whl View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/243c0cb1fa38d85b68aa06df955f285e01be7f25 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/243c0cb1fa38d85b68aa06df955f285e01be7f25 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 Sep 12 23:55:10 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 13 Sep 2021 03:55:10 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 2 commits: cleanout old bundled versions of pip and setuptools Message-ID: <613ecb9e6895c_1e836cb3068931@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: 243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00 cleanout old bundled versions of pip and setuptools --HG-- branch : py3.7 - - - - - 5144f59a by Matti Picus at 2021-09-13T06:54:22+03:00 merge py3.7 into release --HG-- branch : release-pypy3.7-v7.x - - - - - 2 changed files: - ? lib-python/3/ensurepip/_bundled/pip-20.0.2-py2.py3-none-any.whl - ? lib-python/3/ensurepip/_bundled/setuptools-44.0.0-py2.py3-none-any.whl View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/58af6b3ef57551c8ab78040d57c3b78250f6d654...5144f59a7d9e35a8b76ebaa5de49cf548e8fc01c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/58af6b3ef57551c8ab78040d57c3b78250f6d654...5144f59a7d9e35a8b76ebaa5de49cf548e8fc01c 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 Sep 12 23:55:08 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 13 Sep 2021 03:55:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test Message-ID: <613ecb9c4a3cc_1e8317888687b@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 6980bc9e by Matti Picus at 2021-09-13T06:51:07+03:00 fix test --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/sys/test/test_initpath.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6980bc9e508b515b0d92c05c00322896a03a6843 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6980bc9e508b515b0d92c05c00322896a03a6843 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 Sep 12 23:55:12 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 13 Sep 2021 03:55:12 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 3 commits: adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows) Message-ID: <613ecba060bbe_1e8317888691a8@heptapod-foss.mail> Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 35963bed by Matti Picus at 2021-09-12T23:45:45+03:00 adjust sys.initpath to use either ./lib-python/3 or ./lib/pypy3.8 (./Lib on windows) issue 3549 --HG-- branch : py3.8 - - - - - 6980bc9e by Matti Picus at 2021-09-13T06:51:07+03:00 fix test --HG-- branch : py3.8 - - - - - 90fd9ed3 by Matti Picus at 2021-09-13T06:54:48+03:00 merge py3.8 into release --HG-- branch : release-pypy3.8-v7.x - - - - - 3 changed files: - pypy/module/sys/initpath.py - pypy/module/sys/state.py - pypy/module/sys/test/test_initpath.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/be80c6a0e252f6121486a07a19677f1c1d31bc80...90fd9ed34d52181de59cbfff863719472b05418e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/be80c6a0e252f6121486a07a19677f1c1d31bc80...90fd9ed34d52181de59cbfff863719472b05418e 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 Sep 13 01:18:31 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 13 Sep 2021 05:18:31 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] tweak release note, fix other doc errors Message-ID: <613edf2754bf_1e826d6f870033@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00 tweak release note, fix other doc errors - - - - - 3 changed files: - pypy/doc/faq.rst - pypy/doc/index-of-whatsnew.rst - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/25baf7b77ed5cafb26478d4ef9d029a078eadc37 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/25baf7b77ed5cafb26478d4ef9d029a078eadc37 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 Sep 13 07:04:55 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 13 Sep 2021 11:04:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691 Message-ID: <613f30574264e_1e8203a64708ea@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b725b0da by Matti Picus at 2021-09-13T14:02:58+03:00 Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691 - - - - - 6be42b01 by Matti Picus at 2021-09-13T14:03:21+03:00 Added tag release-pypy3.7-v7.3.6rc1 for changeset a5e5c18d11e9 - - - - - f61e26b4 by Matti Picus at 2021-09-13T14:03:38+03:00 Added tag release-pypy3.8-v7.3.6rc1 for changeset 7e233b73b927 - - - - - 1 changed file: - .hgtags View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/25baf7b77ed5cafb26478d4ef9d029a078eadc37...f61e26b450f523132b73a8757990d1bde03f25a3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/25baf7b77ed5cafb26478d4ef9d029a078eadc37...f61e26b450f523132b73a8757990d1bde03f25a3 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 Sep 15 12:15:32 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 15 Sep 2021 16:15:32 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Update hpy Message-ID: <61421c249ebf9_1e844cf3c987e1@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 04b3d272 by Ronan Lamy at 2021-09-15T17:14:34+01:00 Update hpy --HG-- branch : hpy-0.0.3 - - - - - 30 changed files: - extra_tests/hpy_tests/_vendored/check_py27_compat.py - extra_tests/hpy_tests/_vendored/conftest.py - extra_tests/hpy_tests/_vendored/debug/test_handles.py - extra_tests/hpy_tests/_vendored/support.py - extra_tests/hpy_tests/_vendored/test_argparse.py - extra_tests/hpy_tests/_vendored/test_hpylong.py - extra_tests/hpy_tests/_vendored/test_hpyunicode.py - lib_pypy/hpy.dist-info/METADATA - lib_pypy/hpy/devel/__init__.py - lib_pypy/hpy/devel/include/hpy/cpython/autogen_api_impl.h - lib_pypy/hpy/devel/include/hpy/runtime/ctx_funcs.h - lib_pypy/hpy/devel/include/hpy/universal/autogen_ctx.h - lib_pypy/hpy/devel/include/hpy/universal/autogen_trampolines.h - lib_pypy/hpy/devel/include/hpy/version.h - lib_pypy/hpy/devel/src/runtime/argparse.c - lib_pypy/hpy/devel/src/runtime/helpers.c - lib_pypy/hpy/devel/version.py - pypy/module/_hpy_universal/_vendored/hpy/debug/src/autogen_debug_ctx_init.h - pypy/module/_hpy_universal/_vendored/hpy/debug/src/autogen_debug_wrappers.c - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/cpython/autogen_api_impl.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/runtime/ctx_funcs.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/universal/autogen_ctx.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/universal/autogen_trampolines.h - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/argparse.c - pypy/module/_hpy_universal/_vendored/hpy/devel/src/runtime/helpers.c - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/patches/02_tweak_extra_tests.patch View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/04b3d27279d75a8dc5927d7dc85ef1f9236f649d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/04b3d27279d75a8dc5927d7dc85ef1f9236f649d 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 Sep 15 12:37:43 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 15 Sep 2021 16:37:43 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Skip a test that cannot possibly run on pypy Message-ID: <6142215785e16_1e852f69898935@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: cf4375d0 by Ronan Lamy at 2021-09-15T17:34:19+01:00 Skip a test that cannot possibly run on pypy --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf4375d040cd41b4f25c99f5bc42e498c6a35271 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf4375d040cd41b4f25c99f5bc42e498c6a35271 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 Sep 16 10:24:26 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Thu, 16 Sep 2021 14:24:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] 2 commits: Manually disable a skipped test using fixtures so it doesn't error in collection phase Message-ID: <6143539a96a62_1e844cf3c1084e1@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: abbd3ed4 by Ronan Lamy at 2021-09-16T10:09:27+01:00 Manually disable a skipped test using fixtures so it doesn't error in collection phase --HG-- branch : hpy-0.0.3 - - - - - 7a63ccb2 by Ronan Lamy at 2021-09-16T15:23:21+01:00 Implement HPyUnicode_AsUTF8AndSize and HPyUnicode_DecodeFSDefault. Also, factor out the string pinning logic from HPyBytes_AsString. --HG-- branch : hpy-0.0.3 - - - - - 6 changed files: - pypy/module/_hpy_universal/handlemanager.py - pypy/module/_hpy_universal/interp_bytes.py - pypy/module/_hpy_universal/interp_unicode.py - pypy/module/_hpy_universal/test/_vendored/test_argparse.py - pypy/module/_hpy_universal/test/_vendored/test_hpyunicode.py - pypy/module/_hpy_universal/test/_vendored/test_importing.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cf4375d040cd41b4f25c99f5bc42e498c6a35271...7a63ccb2a940a059a2495ce1eda36dea334aad81 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cf4375d040cd41b4f25c99f5bc42e498c6a35271...7a63ccb2a940a059a2495ce1eda36dea334aad81 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 Sep 16 13:12:09 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Thu, 16 Sep 2021 17:12:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] 3 commits: typo fixed upstream Message-ID: <61437ae9641ba_1e8553c78109847@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 64da3057 by Ronan Lamy at 2021-09-16T17:48:31+01:00 typo fixed upstream --HG-- branch : hpy-0.0.3 - - - - - fb76213e by Ronan Lamy at 2021-09-16T17:49:25+01:00 fix extra test: the distribution is now called 'hpy' --HG-- branch : hpy-0.0.3 - - - - - d415e0fb by Ronan Lamy at 2021-09-16T18:11:14+01:00 skip or xfail some extra tests --HG-- branch : hpy-0.0.3 - - - - - 9 changed files: - extra_tests/hpy_tests/_vendored/debug/test_handles.py - extra_tests/hpy_tests/_vendored/test_slots_legacy.py - extra_tests/hpy_tests/test_dist_info.py - lib_pypy/hpy.dist-info/METADATA - lib_pypy/hpy/devel/include/hpy/version.h - lib_pypy/hpy/devel/version.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - pypy/module/_hpy_universal/test/_vendored/support.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7a63ccb2a940a059a2495ce1eda36dea334aad81...d415e0fb19caf4c590e6aaba7356132e8715b6cc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7a63ccb2a940a059a2495ce1eda36dea334aad81...d415e0fb19caf4c590e6aaba7356132e8715b6cc 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 Sep 17 10:14:27 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Fri, 17 Sep 2021 14:14:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Disable -D tests under pypy/module/_hpy_universal - they already run in extra_tests/ Message-ID: <6144a2c3327e9_1e857fa44117723@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 919c249e by Ronan Lamy at 2021-09-17T15:14:00+01:00 Disable -D tests under pypy/module/_hpy_universal - they already run in extra_tests/ --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/test/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/919c249e4953857dd4bf3b18b789282f9bb16e6b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/919c249e4953857dd4bf3b18b789282f9bb16e6b 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 Sep 18 07:56:48 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Sat, 18 Sep 2021 11:56:48 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] replace the confusing paragraph with mostly a link to the blog post Message-ID: <6145d400c6dfc_1e86a3ab0128998@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 19da3606 by Carl Friedrich Bolz-Tereick at 2021-09-18T13:56:37+02:00 replace the confusing paragraph with mostly a link to the blog post - - - - - 1 changed file: - pypy/doc/release-v7.3.6.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/19da3606e8f6577fd163d505d0bd64ffc2b7a9a3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/19da3606e8f6577fd163d505d0bd64ffc2b7a9a3 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 Sep 19 11:21:00 2021 From: foss at heptapod.net (muke 101 (@muke101)) Date: Sun, 19 Sep 2021 15:21:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] added several benchmarks and hacked together a modulus resop Message-ID: <6147555c157f7_1e86edc8c1314ef@heptapod-foss.mail> muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 4261a24f by muke101 at 2021-09-19T16:19:48+01:00 added several benchmarks and hacked together a modulus resop --HG-- branch : llvm-jit-backend-experimental - - - - - 6 changed files: - rpython/jit/backend/llvm/assembler.py - rpython/jit/backend/llvm/llvm_api.py - rpython/jit/backend/llvm/llvm_parse_ops.py - rpython/jit/backend/llvm/runner.py - rpython/jit/backend/test/runner_test.py - rpython/jit/metainterp/test/test_ajit.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4261a24fdcd9a575f9f0ea68ec21c4f80f2ab563 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4261a24fdcd9a575f9f0ea68ec21c4f80f2ab563 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 Sep 20 11:11:26 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Mon, 20 Sep 2021 15:11:26 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix venv for possible python3.8 directory (issue 3553) Message-ID: <6148a49e8824e_1e8729da414540@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 713b2af9 by Matti Picus at 2021-09-20T11:11:03-04:00 fix venv for possible python3.8 directory (issue 3553) --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/venv/__init__.py - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/713b2af9abd2b9453e12c60143e17431a1aefb33 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/713b2af9abd2b9453e12c60143e17431a1aefb33 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 Sep 21 10:41:24 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Tue, 21 Sep 2021 14:41:24 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] 2 commits: Add is_legacy flag, in order to enforce inheritance constraints Message-ID: <6149ef1414aa6_1e89075e016284c@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: d6792af4 by Ronan Lamy at 2021-09-21T14:54:29+01:00 Add is_legacy flag, in order to enforce inheritance constraints --HG-- branch : hpy-0.0.3 - - - - - fc62a883 by Ronan Lamy at 2021-09-21T15:40:16+01:00 backendopt is required to generate valid C in test_ztranslation --HG-- branch : hpy-0.0.3 - - - - - 3 changed files: - pypy/module/_hpy_universal/interp_type.py - pypy/module/_hpy_universal/test/test_ztranslation.py - pypy/objspace/fake/objspace.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/919c249e4953857dd4bf3b18b789282f9bb16e6b...fc62a8838b1aadc290dd438b3b1f094a3ed04451 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/919c249e4953857dd4bf3b18b789282f9bb16e6b...fc62a8838b1aadc290dd438b3b1f094a3ed04451 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 Sep 21 13:37:54 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Tue, 21 Sep 2021 17:37:54 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] fix itertools ztranslation Message-ID: <614a187268a6f_1e88e41bc1676b2@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 7a339b6b by Ronan Lamy at 2021-09-21T18:37:39+01:00 fix itertools ztranslation --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/itertools/test/test_ztranslation.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7a339b6b4e2d5529aecf983c25c82d2edb115059 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7a339b6b4e2d5529aecf983c25c82d2edb115059 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 Sep 22 03:04:57 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 22 Sep 2021 07:04:57 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-hack-measure-bytecode-dispatch-2 Message-ID: <614ad5994a794_1e88e41bc1743a@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed new branch branch/py3.7-hack-measure-bytecode-dispatch-2 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-hack-measure-bytecode-dispatch-2 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 Sep 22 06:59:13 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 22 Sep 2021 10:59:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7-hack-measure-bytecode-dispatch-2] better Message-ID: <614b0c81fd06_1e8c57b1418149f@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7-hack-measure-bytecode-dispatch-2 at PyPy / pypy Commits: 9908f38c by Carl Friedrich Bolz-Tereick at 2021-09-22T12:59:03+02:00 better --HG-- branch : py3.7-hack-measure-bytecode-dispatch-2 - - - - - 1 changed file: - pypy/interpreter/baseobjspace.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9908f38c3b7311018984e10c6900c43b190aaf52 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9908f38c3b7311018984e10c6900c43b190aaf52 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 Sep 22 08:43:06 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 22 Sep 2021 12:43:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] fix #3555: when doing classic %-stringformatting and the right hand operand is Message-ID: <614b24daeccd3_1e8c64cec1837d8@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 7bb80900 by Carl Friedrich Bolz-Tereick at 2021-09-22T14:42:39+02:00 fix #3555: when doing classic %-stringformatting and the right hand operand is a subclass of a tuple, still treat it like a tuple and ignore __iter__ (and __getitem__ etc) --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/objspace/std/formatting.py - pypy/objspace/std/test/apptest_stringformat.py - pypy/objspace/std/test/test_bytesobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7bb809008e25a8222593047ced253378be4f7776 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7bb809008e25a8222593047ced253378be4f7776 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 Sep 23 05:39:59 2021 From: foss at heptapod.net (Batuhan Taskaya (@isidentical)) Date: Thu, 23 Sep 2021 09:39:59 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/jit-fewer-bridges] 2 commits: (isidentical, cfbolz): add max promote hits to the stats Message-ID: <614c4b6f8b6b0_1fea2f58161dd@heptapod-foss.mail> Batuhan Taskaya pushed to branch branch/jit-fewer-bridges at PyPy / pypy Commits: 83e6f8f5 by Batuhan Taskaya at 2021-09-23T10:51:44+02:00 (isidentical, cfbolz): add max promote hits to the stats --HG-- branch : jit-fewer-bridges - - - - - a9805a1b by Batuhan Taskaya at 2021-09-23T11:39:11+02:00 (isidentical, cfbolz): add a work-in-progress test about the possible segfault on jittransformer --HG-- branch : jit-fewer-bridges - - - - - 7 changed files: - rpython/jit/metainterp/jitprof.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_bridgeopt.py - rpython/jit/metainterp/test/test_jitprof.py - rpython/jit/tool/jitoutput.py - rpython/jit/tool/test/test_jitoutput.py - rpython/rlib/jit.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f5047eb7d54706e507d7c3a459b6c5e5734c21a0...a9805a1bcc2de45478a70d9e5ec0d8dcdf45b7ae -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f5047eb7d54706e507d7c3a459b6c5e5734c21a0...a9805a1bcc2de45478a70d9e5ec0d8dcdf45b7ae 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 Sep 23 17:26:17 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 23 Sep 2021 21:26:17 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] revert mistaken part of 824638f0e227 Message-ID: <614cf0f9719f_1fe15df883067c@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c4eec460 by Matti Picus at 2021-09-23T08:45:26-04:00 revert mistaken part of 824638f0e227 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c4eec46032687c3b621d8ea1fd4b0b8362a9b25c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c4eec46032687c3b621d8ea1fd4b0b8362a9b25c 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 Sep 24 09:13:36 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Fri, 24 Sep 2021 13:13:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] update_vendored to 0.0.3 release Message-ID: <614dcf00b4fd0_1fe1872c0370e4@heptapod-foss.mail> Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 5f067b72 by Ronan Lamy at 2021-09-24T14:12:37+01:00 update_vendored to 0.0.3 release --HG-- branch : hpy-0.0.3 - - - - - 5 changed files: - lib_pypy/hpy.dist-info/METADATA - lib_pypy/hpy/devel/include/hpy/version.h - lib_pypy/hpy/devel/version.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f067b720cbaed286ff7de73f6254277ce141413 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/5f067b720cbaed286ff7de73f6254277ce141413 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 Sep 24 18:14:47 2021 From: foss at heptapod.net (Yusuke Izawa (@3tty0n)) Date: Fri, 24 Sep 2021 22:14:47 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 5 commits: Update traverse_stack and tla interpreter for threaded code generation Message-ID: <614e4dd7c2240_1fe2358e842037@heptapod-foss.mail> Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 3f585c3f by Yusuke Izawa at 2021-09-25T07:12:00+09:00 Update traverse_stack and tla interpreter for threaded code generation --HG-- branch : threaded-code-generation - - - - - 06f1c1e8 by Yusuke Izawa at 2021-09-25T07:12:20+09:00 Add new tests --HG-- branch : threaded-code-generation - - - - - 35233013 by Yusuke Izawa at 2021-09-25T07:12:44+09:00 Manage tokens with r_dict --HG-- branch : threaded-code-generation - - - - - 1560a602 by Yusuke Izawa at 2021-09-25T07:12:56+09:00 Update test_tracesplit --HG-- branch : threaded-code-generation - - - - - 9861c8eb by Yusuke Izawa at 2021-09-25T07:13:33+09:00 Add new code for threadedcode/tla interpreter --HG-- branch : threaded-code-generation - - - - - 7 changed files: - rpython/jit/metainterp/optimizeopt/test/test_tracesplit.py - rpython/jit/metainterp/optimizeopt/tracesplit.py - + rpython/jit/tl/threadedcode/loop.tla.py - + rpython/jit/tl/threadedcode/loopabit.tla.py - rpython/jit/tl/threadedcode/test_tla.py - rpython/jit/tl/threadedcode/tla.py - rpython/jit/tl/threadedcode/traverse_stack.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2df1548c72de9df3f80597522d7fa5f82ada7dc1...9861c8eb240184c596158d88e2cd716ae7421677 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/2df1548c72de9df3f80597522d7fa5f82ada7dc1...9861c8eb240184c596158d88e2cd716ae7421677 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 Sep 25 09:25:08 2021 From: foss at heptapod.net (Armin Rigo (@arigo)) Date: Sat, 25 Sep 2021 13:25:08 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] issue #3463 Message-ID: <614f2334ed964_1fe26d8884464a@heptapod-foss.mail> Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 65b22efe by Armin Rigo at 2021-09-25T15:24:57+02:00 issue #3463 fix invalid code generation in the ppc backend - - - - - 1 changed file: - rpython/jit/backend/ppc/jump.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/65b22efe90141a91aac6358b3604a7baf75d58c3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/65b22efe90141a91aac6358b3604a7baf75d58c3 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 Sep 27 05:58:01 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 09:58:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/scoped-cffi-malloc Message-ID: <615195a95f373_1fe2a2a6053510@heptapod-foss.mail> Maciej Fijalkowski pushed new branch branch/scoped-cffi-malloc at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/scoped-cffi-malloc 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 Sep 27 06:38:55 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 10:38:55 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] write a dumb test, a bit hard to test Message-ID: <61519f3f87782_1fe2e13f053734@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00 write a dumb test, a bit hard to test --HG-- branch : scoped-cffi-malloc - - - - - 1 changed file: - + pypy/module/test_lib_pypy/test_pypy_util.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b7cf79d3975d5d564ce23c6bbb50060049bb5bed -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b7cf79d3975d5d564ce23c6bbb50060049bb5bed 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 Sep 27 06:54:01 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 10:54:01 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] dumb test Message-ID: <6151a2c9533a0_1fe2e14f4539a4@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: c6f44858 by fijal at 2021-09-27T12:53:46+02:00 dumb test --HG-- branch : scoped-cffi-malloc - - - - - 1 changed file: - pypy/module/test_lib_pypy/test_pypy_util.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c6f4485844f1a1de8c17d88e2869f8339bd0c1a7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c6f4485844f1a1de8c17d88e2869f8339bd0c1a7 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 Sep 27 07:25:00 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 11:25:00 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] cffi rename Message-ID: <6151aa0c2e988_1fe2e13f05432b@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: e3fd043b by fijal at 2021-09-27T13:20:57+02:00 cffi rename --HG-- branch : scoped-cffi-malloc - - - - - 4 changed files: - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_pypy_util_build.py - lib_pypy/_pypy_util.py ? lib_pypy/_pypy_util_cffi.py - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e3fd043bef5ae7ab0a5e876be9705169c389fdf3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e3fd043bef5ae7ab0a5e876be9705169c389fdf3 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 Sep 27 09:20:45 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 13:20:45 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] move stuff around so we can actually import ssl Message-ID: <6151c52deb052_1fe2e178855136@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: 3db7ab1d by fijal at 2021-09-27T14:46:35+02:00 move stuff around so we can actually import ssl --HG-- branch : scoped-cffi-malloc - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3db7ab1d1ee9016c2e266822a29f12200dcea577 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3db7ab1d1ee9016c2e266822a29f12200dcea577 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 Sep 27 10:18:18 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 14:18:18 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Deleted branch branch/scoped-cffi-malloc Message-ID: <6151d2aa3ca0b_1fe2358e856330@heptapod-foss.mail> Maciej Fijalkowski deleted branch branch/scoped-cffi-malloc 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 Sep 27 10:18:20 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 14:18:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 7 commits: write and use StackNew for a cffi helper Message-ID: <6151d2acc3d12_1fe2e17245655d@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: 536f3054 by fijal at 2021-09-27T11:57:29+02:00 write and use StackNew for a cffi helper --HG-- branch : scoped-cffi-malloc - - - - - b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00 write a dumb test, a bit hard to test --HG-- branch : scoped-cffi-malloc - - - - - c6f44858 by fijal at 2021-09-27T12:53:46+02:00 dumb test --HG-- branch : scoped-cffi-malloc - - - - - e3fd043b by fijal at 2021-09-27T13:20:57+02:00 cffi rename --HG-- branch : scoped-cffi-malloc - - - - - 3db7ab1d by fijal at 2021-09-27T14:46:35+02:00 move stuff around so we can actually import ssl --HG-- branch : scoped-cffi-malloc - - - - - 8d27e18c by fijal at 2021-09-27T16:16:28+02:00 close to be merged branch --HG-- branch : scoped-cffi-malloc - - - - - f267682f by fijal at 2021-09-27T16:18:01+02:00 merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read - - - - - 5 changed files: - lib_pypy/_cffi_ssl/_stdssl/__init__.py - + lib_pypy/_pypy_util_build.py - + lib_pypy/_pypy_util_cffi.py - lib_pypy/pypy_tools/build_cffi_imports.py - + pypy/module/test_lib_pypy/test_pypy_util.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/65b22efe90141a91aac6358b3604a7baf75d58c3...f267682fb04a53676466088bfc2588903d41864d -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/65b22efe90141a91aac6358b3604a7baf75d58c3...f267682fb04a53676466088bfc2588903d41864d 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 Sep 27 10:21:51 2021 From: foss at heptapod.net (Maciej Fijalkowski (@fijal)) Date: Mon, 27 Sep 2021 14:21:51 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: mention stdlib 3.7.12 in the release note Message-ID: <6151d37f9b960_1fe2e17d85674a@heptapod-foss.mail> Maciej Fijalkowski pushed to branch branch/py3.7 at PyPy / pypy Commits: 5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00 mention stdlib 3.7.12 in the release note - - - - - 25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00 tweak release note, fix other doc errors - - - - - b725b0da by Matti Picus at 2021-09-13T14:02:58+03:00 Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691 - - - - - 6be42b01 by Matti Picus at 2021-09-13T14:03:21+03:00 Added tag release-pypy3.7-v7.3.6rc1 for changeset a5e5c18d11e9 - - - - - f61e26b4 by Matti Picus at 2021-09-13T14:03:38+03:00 Added tag release-pypy3.8-v7.3.6rc1 for changeset 7e233b73b927 - - - - - 19da3606 by Carl Friedrich Bolz-Tereick at 2021-09-18T13:56:37+02:00 replace the confusing paragraph with mostly a link to the blog post - - - - - 65b22efe by Armin Rigo at 2021-09-25T15:24:57+02:00 issue #3463 fix invalid code generation in the ppc backend - - - - - 536f3054 by fijal at 2021-09-27T11:57:29+02:00 write and use StackNew for a cffi helper --HG-- branch : scoped-cffi-malloc - - - - - b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00 write a dumb test, a bit hard to test --HG-- branch : scoped-cffi-malloc - - - - - c6f44858 by fijal at 2021-09-27T12:53:46+02:00 dumb test --HG-- branch : scoped-cffi-malloc - - - - - e3fd043b by fijal at 2021-09-27T13:20:57+02:00 cffi rename --HG-- branch : scoped-cffi-malloc - - - - - 3db7ab1d by fijal at 2021-09-27T14:46:35+02:00 move stuff around so we can actually import ssl --HG-- branch : scoped-cffi-malloc - - - - - 8d27e18c by fijal at 2021-09-27T16:16:28+02:00 close to be merged branch --HG-- branch : scoped-cffi-malloc - - - - - d5c610f4 by fijal at 2021-09-27T16:21:32+02:00 merge scoped cffi malloc --HG-- branch : py3.7 - - - - - 10 changed files: - .hgtags - lib_pypy/_cffi_ssl/_stdssl/__init__.py - + lib_pypy/_pypy_util_build.py - + lib_pypy/_pypy_util_cffi.py - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/faq.rst - pypy/doc/index-of-whatsnew.rst - pypy/doc/release-v7.3.6.rst - + pypy/module/test_lib_pypy/test_pypy_util.py - rpython/jit/backend/ppc/jump.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/243c0cb1fa38d85b68aa06df955f285e01be7f25...d5c610f4ee58cf8f10f008542e501644b6192c4a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/243c0cb1fa38d85b68aa06df955f285e01be7f25...d5c610f4ee58cf8f10f008542e501644b6192c4a 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 Sep 28 13:38:09 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Tue, 28 Sep 2021 17:38:09 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: use Message-ID: <61535301b1444_1fe4b2ecc854a5@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 554a0dd2 by Carl Friedrich Bolz-Tereick at 2021-09-28T19:37:58+02:00 (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: use long longs instead of doubles the reason is that on some platforms hiding stuff in non-standard NaNs doesn't always round-trip correctly. - - - - - 2 changed files: - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/554a0dd25ee890ffd049bfe3c95a12b84db4b9ac -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/554a0dd25ee890ffd049bfe3c95a12b84db4b9ac 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 Sep 28 14:09:36 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 28 Sep 2021 18:09:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] package lib_pypy into the stdlib directory Message-ID: <61535a60243d7_1fe4ab500878ef@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d80c8aa0 by Matti Picus at 2021-09-28T14:06:55-04:00 package lib_pypy into the stdlib directory --HG-- branch : py3.8 - - - - - 4 changed files: - .hgignore - pypy/module/sys/initpath.py - pypy/module/sys/test/test_initpath.py - pypy/tool/release/package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d80c8aa07f4e9a13700c601965042ed364106cda -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d80c8aa07f4e9a13700c601965042ed364106cda 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 Sep 28 18:23:36 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 28 Sep 2021 22:23:36 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: update versions.json Message-ID: <615395e8a7be5_1fe4b2f4490554@heptapod-foss.mail> Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cc1c1414 by Matti Picus at 2021-09-29T00:50:41+03:00 update versions.json - - - - - e70f2d7e by Matti Picus at 2021-09-29T00:51:50+03:00 update repackage.sh - - - - - d66ea103 by Matti Picus at 2021-09-29T01:17:08+03:00 document newly-merged improvements - - - - - 6 changed files: - pypy/doc/release-v7.3.6.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy2-7.3.6.rst - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/554a0dd25ee890ffd049bfe3c95a12b84db4b9ac...d66ea1033cb69e274ae20d64c5f1cdf7f7afd94b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/554a0dd25ee890ffd049bfe3c95a12b84db4b9ac...d66ea1033cb69e274ae20d64c5f1cdf7f7afd94b 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 Sep 28 18:23:39 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 28 Sep 2021 22:23:39 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read Message-ID: <615395eb2cbfd_1fe40aca4907ae@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f267682f by fijal at 2021-09-27T16:18:01+02:00 merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read - - - - - 554a0dd2 by Carl Friedrich Bolz-Tereick at 2021-09-28T19:37:58+02:00 (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: use long longs instead of doubles the reason is that on some platforms hiding stuff in non-standard NaNs doesn't always round-trip correctly. - - - - - 9920d386 by Matti Picus at 2021-09-29T00:49:20+03:00 reduce difference to upstream --HG-- branch : py3.7 - - - - - cc1c1414 by Matti Picus at 2021-09-29T00:50:41+03:00 update versions.json - - - - - e70f2d7e by Matti Picus at 2021-09-29T00:51:50+03:00 update repackage.sh - - - - - d66ea103 by Matti Picus at 2021-09-29T01:17:08+03:00 document newly-merged improvements - - - - - 8be271f4 by Matti Picus at 2021-09-29T01:19:08+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 9 changed files: - lib-python/3/distutils/command/install.py - pypy/doc/release-v7.3.6.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy2-7.3.6.rst - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d5c610f4ee58cf8f10f008542e501644b6192c4a...8be271f466dfbdb419c7bba6951f6e957bc77558 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d5c610f4ee58cf8f10f008542e501644b6192c4a...8be271f466dfbdb419c7bba6951f6e957bc77558 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 Sep 28 18:23:42 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 28 Sep 2021 22:23:42 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.8] 28 commits: add instructions how to upgrade Message-ID: <615395ee95793_1fe4b2e5490914@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b1ce793c by Matti Picus at 2021-09-12T08:03:37+03:00 add instructions how to upgrade --HG-- branch : vendor/stdlib-3.7 - - - - - b176f7ee by Matti Picus at 2021-09-12T08:08:29+03:00 update stdlib to v3.7.12 --HG-- branch : vendor/stdlib-3.7 - - - - - 31dd6bf5 by Matti Picus at 2021-09-12T08:10:06+03:00 mention the need to update python versions --HG-- branch : vendor/stdlib-3.7 - - - - - 9477b146 by Matti Picus at 2021-09-12T08:16:46+03:00 update stdlib to 3.7.12 --HG-- branch : py3.7 - - - - - 5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00 mention stdlib 3.7.12 in the release note - - - - - 5cbd6275 by Matti Picus at 2021-09-12T08:21:56+03:00 remove stale TODO file --HG-- branch : py3.7 - - - - - 243c0cb1 by Matti Picus at 2021-09-12T23:51:29+03:00 cleanout old bundled versions of pip and setuptools --HG-- branch : py3.7 - - - - - 25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00 tweak release note, fix other doc errors - - - - - b725b0da by Matti Picus at 2021-09-13T14:02:58+03:00 Added tag release-pypy2.7-v7.3.6rc1 for changeset dd033553d691 - - - - - 6be42b01 by Matti Picus at 2021-09-13T14:03:21+03:00 Added tag release-pypy3.7-v7.3.6rc1 for changeset a5e5c18d11e9 - - - - - f61e26b4 by Matti Picus at 2021-09-13T14:03:38+03:00 Added tag release-pypy3.8-v7.3.6rc1 for changeset 7e233b73b927 - - - - - 19da3606 by Carl Friedrich Bolz-Tereick at 2021-09-18T13:56:37+02:00 replace the confusing paragraph with mostly a link to the blog post - - - - - 65b22efe by Armin Rigo at 2021-09-25T15:24:57+02:00 issue #3463 fix invalid code generation in the ppc backend - - - - - 536f3054 by fijal at 2021-09-27T11:57:29+02:00 write and use StackNew for a cffi helper --HG-- branch : scoped-cffi-malloc - - - - - b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00 write a dumb test, a bit hard to test --HG-- branch : scoped-cffi-malloc - - - - - c6f44858 by fijal at 2021-09-27T12:53:46+02:00 dumb test --HG-- branch : scoped-cffi-malloc - - - - - e3fd043b by fijal at 2021-09-27T13:20:57+02:00 cffi rename --HG-- branch : scoped-cffi-malloc - - - - - 3db7ab1d by fijal at 2021-09-27T14:46:35+02:00 move stuff around so we can actually import ssl --HG-- branch : scoped-cffi-malloc - - - - - 8d27e18c by fijal at 2021-09-27T16:16:28+02:00 close to be merged branch --HG-- branch : scoped-cffi-malloc - - - - - f267682f by fijal at 2021-09-27T16:18:01+02:00 merge scoped-cffi-malloc which adds a scoped way to malloc buffers and use it in ssl.read - - - - - d5c610f4 by fijal at 2021-09-27T16:21:32+02:00 merge scoped cffi malloc --HG-- branch : py3.7 - - - - - 554a0dd2 by Carl Friedrich Bolz-Tereick at 2021-09-28T19:37:58+02:00 (cfbolz, arigo instigating): switch the storage of unboxed mapdicts around: use long longs instead of doubles the reason is that on some platforms hiding stuff in non-standard NaNs doesn't always round-trip correctly. - - - - - 9920d386 by Matti Picus at 2021-09-29T00:49:20+03:00 reduce difference to upstream --HG-- branch : py3.7 - - - - - cc1c1414 by Matti Picus at 2021-09-29T00:50:41+03:00 update versions.json - - - - - e70f2d7e by Matti Picus at 2021-09-29T00:51:50+03:00 update repackage.sh - - - - - d66ea103 by Matti Picus at 2021-09-29T01:17:08+03:00 document newly-merged improvements - - - - - 8be271f4 by Matti Picus at 2021-09-29T01:19:08+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 28e7a004 by Matti Picus at 2021-09-29T01:21:52+03:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - 18 changed files: - .hgtags - ? lib-python/win32-failures.txt - lib_pypy/_cffi_ssl/_stdssl/__init__.py - + lib_pypy/_pypy_util_build.py - + lib_pypy/_pypy_util_cffi.py - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/faq.rst - pypy/doc/index-of-whatsnew.rst - pypy/doc/release-v7.3.6.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy2-7.3.6.rst - + pypy/module/test_lib_pypy/test_pypy_util.py - pypy/objspace/std/mapdict.py - pypy/objspace/std/test/test_mapdict.py - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/jit/backend/ppc/jump.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d80c8aa07f4e9a13700c601965042ed364106cda...28e7a00457ac3b8abb5bcf732ab9c598bb76aa65 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d80c8aa07f4e9a13700c601965042ed364106cda...28e7a00457ac3b8abb5bcf732ab9c598bb76aa65 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 Sep 28 19:06:28 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Tue, 28 Sep 2021 23:06:28 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] enable _hpy_universal on windows Message-ID: <61539ff4a2a97_1fe40cf68913a7@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 35ea836f by Matti Picus at 2021-09-29T02:06:14+03:00 enable _hpy_universal on windows --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/config/pypyoption.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/35ea836f2fa3cc155391c7e19f538c80c13ddc73 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/35ea836f2fa3cc155391c7e19f538c80c13ddc73 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 Sep 29 03:55:22 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Sep 2021 07:55:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] fix translation Message-ID: <61541bea94060_1fe5647a894054@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 50a5e75c by Matti Picus at 2021-09-29T10:02:18+03:00 fix translation --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50a5e75c5ceda9d3b212d0bc8a23b0782ae7e90b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/50a5e75c5ceda9d3b212d0bc8a23b0782ae7e90b 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 Sep 29 05:05:49 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Sep 2021 09:05:49 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] hack to run untranslated tests with python2 Message-ID: <61542c6db31e9_1fe563ee89509f@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 8e0a1949 by Matti Picus at 2021-09-29T12:05:21+03:00 hack to run untranslated tests with python2 --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8e0a1949dfa706ee6e89a049a4672796b870f94b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8e0a1949dfa706ee6e89a049a4672796b870f94b 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 Sep 29 06:45:16 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 29 Sep 2021 10:45:16 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] make test work without hypothesis Message-ID: <615443bc3a358_1fe5647a8982c3@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9638c8ed by Carl Friedrich Bolz-Tereick at 2021-09-29T12:44:55+02:00 make test work without hypothesis - - - - - 1 changed file: - pypy/objspace/std/test/test_mapdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9638c8ed75e26f8f2d11998e56decfb5fb0627d7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9638c8ed75e26f8f2d11998e56decfb5fb0627d7 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 Sep 29 07:01:56 2021 From: foss at heptapod.net (Carl Friedrich Bolz-Tereick (@cfbolz)) Date: Wed, 29 Sep 2021 11:01:56 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] fix test_pypy_c, goes with 0012ea4931c1 Message-ID: <615447a46cb2f_1fe564398992c6@heptapod-foss.mail> Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3e6f1303 by Carl Friedrich Bolz-Tereick at 2021-09-29T13:01:44+02:00 fix test_pypy_c, goes with 0012ea4931c1 - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3e6f13031cd3c1feb89e0fdbf66cfed3985221c2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3e6f13031cd3c1feb89e0fdbf66cfed3985221c2 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 Sep 29 09:58:27 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Sep 2021 13:58:27 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] make error message match CPython Message-ID: <6154710342890_1fe56480c1017a8@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: e7cfdb17 by Matti Picus at 2021-09-29T16:58:10+03:00 make error message match CPython --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/cpyext/longobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e7cfdb175c1f62455768ad98ed75045a17f8b807 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e7cfdb175c1f62455768ad98ed75045a17f8b807 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 Sep 29 11:20:34 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 29 Sep 2021 15:20:34 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] Move test from deprecated test_lib_pypy/ to extra_tests/ Message-ID: <61548442ee4e8_1fe56480c102866@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 44199de8 by Ronan Lamy at 2021-09-29T16:20:13+01:00 Move test from deprecated test_lib_pypy/ to extra_tests/ - - - - - 2 changed files: - + extra_tests/test_pypy_util_cffi.py - ? pypy/module/test_lib_pypy/test_pypy_util.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/44199de873005a458edc05559f90772b4f43fcbe -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/44199de873005a458edc05559f90772b4f43fcbe 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 Sep 29 11:43:33 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 29 Sep 2021 15:43:33 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/default] skip the test on CPython Message-ID: <615489a5f007e_1fe5f4de4103234@heptapod-foss.mail> Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 52185a1a by Ronan Lamy at 2021-09-29T16:43:15+01:00 skip the test on CPython - - - - - 1 changed file: - extra_tests/test_pypy_util_cffi.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/52185a1a6e775685fd727ba5a70273f11a4348bc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/52185a1a6e775685fd727ba5a70273f11a4348bc 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 Sep 29 12:02:50 2021 From: foss at heptapod.net (Ronan Lamy (@rlamy)) Date: Wed, 29 Sep 2021 16:02:50 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: make test work without hypothesis Message-ID: <61548e2acdcfa_1fe5f4de410349c@heptapod-foss.mail> Ronan Lamy pushed to branch branch/py3.7 at PyPy / pypy Commits: 9638c8ed by Carl Friedrich Bolz-Tereick at 2021-09-29T12:44:55+02:00 make test work without hypothesis - - - - - 3e6f1303 by Carl Friedrich Bolz-Tereick at 2021-09-29T13:01:44+02:00 fix test_pypy_c, goes with 0012ea4931c1 - - - - - 44199de8 by Ronan Lamy at 2021-09-29T16:20:13+01:00 Move test from deprecated test_lib_pypy/ to extra_tests/ - - - - - 52185a1a by Ronan Lamy at 2021-09-29T16:43:15+01:00 skip the test on CPython - - - - - 491c3e0c by Ronan Lamy at 2021-09-29T17:02:13+01:00 hg merge default --HG-- branch : py3.7 - - - - - 4 changed files: - + extra_tests/test_pypy_util_cffi.py - pypy/module/pypyjit/test_pypy_c/test_instance.py - ? pypy/module/test_lib_pypy/test_pypy_util.py - pypy/objspace/std/test/test_mapdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8be271f466dfbdb419c7bba6951f6e957bc77558...491c3e0c3f7c5e86749b477c4a698202a029114a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8be271f466dfbdb419c7bba6951f6e957bc77558...491c3e0c3f7c5e86749b477c4a698202a029114a 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 Sep 29 15:46:06 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Sep 2021 19:46:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] add extra_link_args for untranslated windows tests Message-ID: <6154c27e5f614_1fe564398105197@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 0a153920 by Matti Picus at 2021-09-29T22:45:36+03:00 add extra_link_args for untranslated windows tests --HG-- branch : hpy-0.0.3 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/_vendored/support.py - pypy/module/_hpy_universal/test/support.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0a153920a6df25fff6245faaf4d338609e498ea6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0a153920a6df25fff6245faaf4d338609e498ea6 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 Sep 29 18:21:30 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Wed, 29 Sep 2021 22:21:30 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] make error message match CPython Message-ID: <6154e6ea44fbe_1fe5643981058a3@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: c90c3a71 by Matti Picus at 2021-09-30T01:21:06+03:00 make error message match CPython --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_long.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c90c3a716d66c675f7bfe9ae7d448bb0a7bd65b3 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c90c3a716d66c675f7bfe9ae7d448bb0a7bd65b3 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 Sep 30 06:03:20 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Sep 2021 10:03:20 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/openssl-3.0.0 Message-ID: <61558b68a733_1fe69c62011091c@heptapod-foss.mail> Matti Picus pushed new branch branch/openssl-3.0.0 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/openssl-3.0.0 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 Sep 30 06:03:22 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Sep 2021 10:03:22 +0000 Subject: [pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-openssl-3.0.0 Message-ID: <61558b6ac333a_1fe69c41811115e@heptapod-foss.mail> Matti Picus pushed new branch branch/py3.7-openssl-3.0.0 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-openssl-3.0.0 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 Sep 30 06:20:06 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Sep 2021 10:20:06 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] make sure tests have unique names regardless of case since they are directory names on windows Message-ID: <61558f5680d21_1fe69c6201119ba@heptapod-foss.mail> Matti Picus pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 110ac357 by Matti Picus at 2021-09-30T13:18:51+03:00 make sure tests have unique names regardless of case since they are directory names on windows --HG-- branch : hpy-0.0.3 - - - - - 1 changed file: - pypy/module/_hpy_universal/test/_vendored/test_argparse.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/110ac357779b53d8bf4e79550c3ec502a5ddad60 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/110ac357779b53d8bf4e79550c3ec502a5ddad60 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 Sep 30 07:43:13 2021 From: foss at heptapod.net (Matti Picus (@mattip)) Date: Thu, 30 Sep 2021 11:43:13 +0000 Subject: [pypy-commit] [Git][pypy/pypy][branch/py3.7] 42 commits: run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings Message-ID: <6155a2d1e5807_1fe69c41811413e@heptapod-foss.mail> Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 8a027c44 by Ronan Lamy at 2021-07-22T17:47:34+01:00 run update_vendored.sh to 0.0.3.dev308+g7d457b4 and record file renamings --HG-- branch : hpy-0.0.3 - - - - - bd067f49 by Ronan Lamy at 2021-07-23T16:47:35+01:00 Replace HPyContext with HPyContext* in function signatures --HG-- branch : hpy-0.0.3 - - - - - 93b5fdb1 by Ronan Lamy at 2021-07-23T17:18:34+01:00 fix debug mode compilation --HG-- branch : hpy-0.0.3 - - - - - 93b09c34 by Ronan Lamy at 2021-07-23T19:17:16+01:00 Update llapi.py and other fixes --HG-- branch : hpy-0.0.3 - - - - - 24830689 by Ronan Lamy at 2021-07-26T17:38:13+01:00 fix compilation of _hpy_universal --HG-- branch : hpy-0.0.3 - - - - - b37ccdff by Ronan Lamy at 2021-07-28T17:58:37+01:00 Enable cpyext in the tests that include Python.h --HG-- branch : hpy-0.0.3 - - - - - 8d5cc2fd by Ronan Lamy at 2021-07-28T19:14:46+01:00 Implement HPy_AsStruct and HPy_AsStructLegacy Note: for now pure and legacy types are handled the same. --HG-- branch : hpy-0.0.3 - - - - - f242bf9a by Ronan Lamy at 2021-07-29T17:47:30+01:00 fix buffer test --HG-- branch : hpy-0.0.3 - - - - - f24472aa by Ronan Lamy at 2021-07-30T16:57:22+01:00 Implement HPy_Is() --HG-- branch : hpy-0.0.3 - - - - - ced71d37 by Ronan Lamy at 2021-07-30T18:03:35+01:00 Implement HPyErr_NewException() --HG-- branch : hpy-0.0.3 - - - - - 172c8cf8 by Ronan Lamy at 2021-08-02T19:43:06+01:00 hg merge py3.7 --HG-- branch : hpy-0.0.3 - - - - - 4f5f275d by Ronan Lamy at 2021-08-03T16:14:29+01:00 Implement HPyErr_NewExceptionWithDoc() --HG-- branch : hpy-0.0.3 - - - - - 5b1e4b2b by Ronan Lamy at 2021-08-03T18:05:06+01:00 fix HPyBytes_FromStringAndSize() --HG-- branch : hpy-0.0.3 - - - - - 28533b52 by Ronan Lamy at 2021-08-25T18:35:47+02:00 Stop vendoring the HPy tests as own-tests, as that is too annoying to maintain --HG-- branch : hpy-0.0.3 - - - - - 46765074 by Ronan Lamy at 2021-08-25T22:35:38+02:00 Reapply hacks to vendored code --HG-- branch : hpy-0.0.3 - - - - - 11ed61a1 by Ronan Lamy at 2021-08-25T23:54:20+02:00 Remove extra_AppTestXXX mechanism --HG-- branch : hpy-0.0.3 - - - - - eed30f53 by Ronan Lamy at 2021-09-02T16:59:50+01:00 hg merge py3.7 --HG-- branch : hpy-0.0.3 - - - - - 19959d00 by Ronan Lamy at 2021-09-07T18:05:29+02:00 Convert test_handles to apptest --HG-- branch : hpy-0.0.3 - - - - - cf17797f by Ronan Lamy at 2021-09-08T15:53:36+01:00 Fix tests dealing with unsigned_long_bits() --HG-- branch : hpy-0.0.3 - - - - - cf112f41 by Ronan Lamy at 2021-09-08T20:16:10+01:00 Implement HPyImport_ImportModule --HG-- branch : hpy-0.0.3 - - - - - 04b3d272 by Ronan Lamy at 2021-09-15T17:14:34+01:00 Update hpy --HG-- branch : hpy-0.0.3 - - - - - cf4375d0 by Ronan Lamy at 2021-09-15T17:34:19+01:00 Skip a test that cannot possibly run on pypy --HG-- branch : hpy-0.0.3 - - - - - abbd3ed4 by Ronan Lamy at 2021-09-16T10:09:27+01:00 Manually disable a skipped test using fixtures so it doesn't error in collection phase --HG-- branch : hpy-0.0.3 - - - - - 7a63ccb2 by Ronan Lamy at 2021-09-16T15:23:21+01:00 Implement HPyUnicode_AsUTF8AndSize and HPyUnicode_DecodeFSDefault. Also, factor out the string pinning logic from HPyBytes_AsString. --HG-- branch : hpy-0.0.3 - - - - - 64da3057 by Ronan Lamy at 2021-09-16T17:48:31+01:00 typo fixed upstream --HG-- branch : hpy-0.0.3 - - - - - fb76213e by Ronan Lamy at 2021-09-16T17:49:25+01:00 fix extra test: the distribution is now called 'hpy' --HG-- branch : hpy-0.0.3 - - - - - d415e0fb by Ronan Lamy at 2021-09-16T18:11:14+01:00 skip or xfail some extra tests --HG-- branch : hpy-0.0.3 - - - - - 919c249e by Ronan Lamy at 2021-09-17T15:14:00+01:00 Disable -D tests under pypy/module/_hpy_universal - they already run in extra_tests/ --HG-- branch : hpy-0.0.3 - - - - - d6792af4 by Ronan Lamy at 2021-09-21T14:54:29+01:00 Add is_legacy flag, in order to enforce inheritance constraints --HG-- branch : hpy-0.0.3 - - - - - fc62a883 by Ronan Lamy at 2021-09-21T15:40:16+01:00 backendopt is required to generate valid C in test_ztranslation --HG-- branch : hpy-0.0.3 - - - - - 7a339b6b by Ronan Lamy at 2021-09-21T18:37:39+01:00 fix itertools ztranslation --HG-- branch : hpy-0.0.3 - - - - - 5f067b72 by Ronan Lamy at 2021-09-24T14:12:37+01:00 update_vendored to 0.0.3 release --HG-- branch : hpy-0.0.3 - - - - - 35ea836f by Matti Picus at 2021-09-29T02:06:14+03:00 enable _hpy_universal on windows --HG-- branch : hpy-0.0.3 - - - - - 50a5e75c by Matti Picus at 2021-09-29T10:02:18+03:00 fix translation --HG-- branch : hpy-0.0.3 - - - - - 8e0a1949 by Matti Picus at 2021-09-29T12:05:21+03:00 hack to run untranslated tests with python2 --HG-- branch : hpy-0.0.3 - - - - - e7cfdb17 by Matti Picus at 2021-09-29T16:58:10+03:00 make error message match CPython --HG-- branch : hpy-0.0.3 - - - - - 0a153920 by Matti Picus at 2021-09-29T22:45:36+03:00 add extra_link_args for untranslated windows tests --HG-- branch : hpy-0.0.3 - - - - - c90c3a71 by Matti Picus at 2021-09-30T01:21:06+03:00 make error message match CPython --HG-- branch : hpy-0.0.3 - - - - - 110ac357 by Matti Picus at 2021-09-30T13:18:51+03:00 make sure tests have unique names regardless of case since they are directory names on windows --HG-- branch : hpy-0.0.3 - - - - - 1b605295 by Matti Picus at 2021-09-30T13:24:15+03:00 merge hpy-0.0.3 into py3.7 --HG-- branch : py3.7 - - - - - 5f42443e by Matti Picus at 2021-09-30T14:40:20+03:00 backport some error message fixes from py3.8 --HG-- branch : py3.7 - - - - - a18421c8 by Matti Picus at 2021-09-30T14:41:29+03:00 update whatsnew, assuming the latest changes will be part of the release --HG-- branch : py3.7 - - - - - 30 changed files: - extra_tests/hpy_tests/_vendored/check_py27_compat.py - extra_tests/hpy_tests/_vendored/conftest.py - extra_tests/hpy_tests/_vendored/debug/test_handles.py - extra_tests/hpy_tests/_vendored/support.py - extra_tests/hpy_tests/_vendored/test_00_basic.py - extra_tests/hpy_tests/_vendored/test_argparse.py - extra_tests/hpy_tests/_vendored/test_call.py - extra_tests/hpy_tests/_vendored/test_cpy_compat.py - + extra_tests/hpy_tests/_vendored/test_helpers.py - extra_tests/hpy_tests/_vendored/test_hpybytes.py - extra_tests/hpy_tests/_vendored/test_hpydict.py - extra_tests/hpy_tests/_vendored/test_hpyerr.py - + extra_tests/hpy_tests/_vendored/test_hpyimport.py - extra_tests/hpy_tests/_vendored/test_hpylist.py - extra_tests/hpy_tests/_vendored/test_hpylong.py - extra_tests/hpy_tests/_vendored/test_hpytuple.py - extra_tests/hpy_tests/_vendored/test_hpytype.py - + extra_tests/hpy_tests/_vendored/test_hpytype_legacy.py - extra_tests/hpy_tests/_vendored/test_hpyunicode.py - extra_tests/hpy_tests/_vendored/test_importing.py - extra_tests/hpy_tests/_vendored/test_number.py - extra_tests/hpy_tests/_vendored/test_object.py - extra_tests/hpy_tests/_vendored/test_slots.py - + extra_tests/hpy_tests/_vendored/test_slots_legacy.py - extra_tests/hpy_tests/_vendored/test_tracker.py - extra_tests/hpy_tests/test_dist_info.py - lib_pypy/_cffi_ssl/_stdssl/error.py - lib_pypy/hpy.dist-info/METADATA - lib_pypy/hpy/devel/__init__.py - ? lib_pypy/hpy/devel/include/common/hpytype.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/491c3e0c3f7c5e86749b477c4a698202a029114a...a18421c8a87c1e0ccb6c0973b54d05f1848fb6ee -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/491c3e0c3f7c5e86749b477c4a698202a029114a...a18421c8a87c1e0ccb6c0973b54d05f1848fb6ee You're receiving this email because of your account on foss.heptapod.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: