[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 4 commits: unconditionally include net/if.h (for darwin)

2023-12-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 999a7d5a by Matti Picus at 2023-12-14T07:23:43+02:00 unconditionally include net/if.h (for darwin) - - - - - a1681923 by Matti Picus at 2023-12-14T09:02:06+02:00 merge default --HG-- branch : py3.9 - - - - - 0284450f by Matti

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix translation

2023-12-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5f133f88 by Matti Picus at 2023-12-14T08:50:32+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_socket/interp_socket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Mercurial][pypy/pypy][branch/default] unconditionally include net/if.h (for darwin)

2023-12-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 999a7d5a by Matti Picus at 2023-12-14T07:23:43+02:00 unconditionally include net/if.h (for darwin) - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/comm

[pypy-commit] [Mercurial][pypy/pypy][branch/default] refix for posix

2023-12-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8879f145 by Matti Picus at 2023-12-13T23:02:34+02:00 refix for posix - - - - - 2 changed files: - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 8 commits: start a release note for 7.3.14

2023-12-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1621f702 by Matti Picus at 2023-12-13T09:25:26+02:00 start a release note for 7.3.14 - - - - - 956f87ec by Matti Picus at 2023-12-13T10:32:02+02:00 use sphinx-issues extension to automatically create issue/pr/commit roles - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 5 commits: start a release note for 7.3.14

2023-12-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1621f702 by Matti Picus at 2023-12-13T09:25:26+02:00 start a release note for 7.3.14 - - - - - 956f87ec by Matti Picus at 2023-12-13T10:32:02+02:00 use sphinx-issues extension to automatically create issue/pr/commit roles - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: add more to FakeSpace to get tests to pass

2023-12-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 9a6a1ddf by Matti Picus at 2023-12-13T08:18:02+02:00 add more to FakeSpace to get tests to pass --HG-- branch : py3.9 - - - - - da4a8cc5 by Matti Picus at 2023-12-13T09:01:36+02:00 do not incref storage-cast-to-pyobj if inside

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] more of prefering tp_as_number > tp_as_mapping > tp_as_sequence

2023-12-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 8a30e3a3 by Matti Picus at 2023-12-12T18:58:31+02:00 more of prefering tp_as_number > tp_as_mapping > tp_as_sequence --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on He

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix previous commit

2023-12-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c5dd8cda by Matti Picus at 2023-12-11T21:43:22+02:00 fix previous commit --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_type.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] disable debug printing

2023-12-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 281290c9 by Matti Picus at 2023-12-11T21:40:16+02:00 disable debug printing --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_type.py Vie

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: fix translation on windows

2023-12-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 66c31a83 by Matti Picus at 2023-12-10T05:46:28+02:00 fix translation on windows --HG-- branch : py3.9 - - - - - f00ba7ca by Matti Picus at 2023-12-11T07:15:20+02:00 properly fill in ctx_CapsuleType --HG-- branch : py3.9 - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 4 commits: fix some trivially failing windows sys tests

2023-12-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 773fa209 by Matti Picus at 2023-12-08T10:06:54+02:00 fix some trivially failing windows sys tests --HG-- branch : py3.10 - - - - - 2d3470ad by Matti Picus at 2023-12-08T11:49:21+02:00 fix test --HG-- branch : py3.10 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: fix some trivially failing windows sys tests

2023-12-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 111f69f2 by Matti Picus at 2023-12-08T10:06:54+02:00 fix some trivially failing windows sys tests --HG-- branch : py3.9 - - - - - b96291fb by Matti Picus at 2023-12-08T11:49:21+02:00 fix test --HG-- branch : py3.9 - - - - - e

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] more gc.collect -> debug_collect

2023-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: dcc6a9a8 by Matti Picus at 2023-12-08T01:22:25+02:00 more gc.collect -> debug_collect --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/_hpy_universal/test/_vendored/test_capsule.py - pypy/module/_hpy_universal/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] don't incref when creating new legacy object, use debug_collect in legacy tests

2023-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c69e7e0e by Matti Picus at 2023-12-08T01:21:52+02:00 don't incref when creating new legacy object, use debug_collect in legacy tests --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/_hpy_universal/interp_cpy_c

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 23 commits: test, fix setting pyobj.tp_basicsize on legacy types

2023-12-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: dac42c13 by Matti Picus at 2023-11-27T22:16:58+02:00 test, fix setting pyobj.tp_basicsize on legacy types Still need to set pyobj.tp_as_buffer.bf_getbuffer, since it is expected to be on the c-level pyobj --HG-- branch : py3.9

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] tweak llapi declarations to fix pedantic gcc warnings (issue #4042)

2023-12-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6c678f90 by Matti Picus at 2023-12-06T23:03:20+02:00 tweak llapi declarations to fix pedantic gcc warnings (issue #4042) --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/llapi.py - pypy/module/_h

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 7 commits: align cpeyext use of PyBUF_MAX_NDIM with python3

2023-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 4321d239 by Matti Picus at 2023-12-03T15:14:25+02:00 align cpeyext use of PyBUF_MAX_NDIM with python3 - - - - - 021010a4 by Matti Picus at 2023-12-02T22:00:37+02:00 refactor and fix for *termios and const *winsize in rposix.py (

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 2 commits: in _cffi_backend use header parsing of parse_c_type.h instead of rffi.CStruct declarations

2023-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 47065564 by Matti Picus at 2023-12-05T13:37:45+02:00 in _cffi_backend use header parsing of parse_c_type.h instead of rffi.CStruct declarations Also use casting to reduce pointer incompatibilities - - - - - 41be5f2b by Matti

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 2 commits: align cpeyext use of PyBUF_MAX_NDIM with python3

2023-12-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4321d239 by Matti Picus at 2023-12-03T15:14:25+02:00 align cpeyext use of PyBUF_MAX_NDIM with python3 - - - - - 021010a4 by Matti Picus at 2023-12-02T22:00:37+02:00 refactor and fix for *termios and const *winsize in rposix.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] limit ndims on buffer exports from memoryview to 64 (issue #4041)

2023-12-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 89cc5a14 by Matti Picus at 2023-12-03T10:06:38+02:00 limit ndims on buffer exports from memoryview to 64 (issue #4041) The limit is specified in https://docs.python.org/3/c-api/buffer.html#c.PyBUF_MAX_NDIM --HG-- branch : py3.

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] convert data to list

2023-12-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 026969dc by Matti Picus at 2023-12-01T14:45:55+02:00 convert data to list --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/objspace/std/bytearrayobject.py - pypy/objspace/std/test/test_bytearrayobject.py View it on

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] increment ob_refcnt when creating a pyobject, raise if the pyobject already exists

2023-12-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ae599f9f by Matti Picus at 2023-12-01T14:27:21+02:00 increment ob_refcnt when creating a pyobject, raise if the pyobject already exists --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_cp

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] debugging cruft broke the world

2023-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: b60cd09a by Matti Picus at 2023-12-01T07:51:58+02:00 debugging cruft broke the world --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it on Heptapod: https://foss.heptapod.net/py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix some storagesize and tp_basicsize errors, assert on missing tp_traverse

2023-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e6a35834 by Matti Picus at 2023-12-01T01:28:52+02:00 fix some storagesize and tp_basicsize errors, assert on missing tp_traverse See hyp issue #460 --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/_hpy_univers

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] try to debug test failure that does not reproduce locally

2023-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 37fe391b by Matti Picus at 2023-12-01T00:32:40+02:00 try to debug test failure that does not reproduce locally --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/objspace/std/bytearrayobject.py - pypy/objspace/std/test/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: prevent overflow in index calculations

2023-11-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d349e5ff by Matti Picus at 2023-11-29T08:23:01+02:00 prevent overflow in index calculations --HG-- branch : py3.9 - - - - - 786afd6b by Matti Picus at 2023-11-29T13:45:14+02:00 make sure an encoding does not have invalid surrog

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: test, fix setting pyobj.tp_basicsize on legacy types

2023-11-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: dac42c13 by Matti Picus at 2023-11-27T22:16:58+02:00 test, fix setting pyobj.tp_basicsize on legacy types Still need to set pyobj.tp_as_buffer.bf_getbuffer, since it is expected to be on the c-level pyobj --HG-- branch : py3.9

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 9 commits: more fixes for bytearray

2023-11-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: de336efc by Matti Picus at 2023-11-26T10:01:23+02:00 more fixes for bytearray --HG-- branch : py3.9 - - - - - cd8c8d4a by Matti Picus at 2023-11-26T10:02:06+02:00 sync with upstream, adds more to the comment --HG-- branch : p

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: explicitly test for 0-len byte array when converting indexes

2023-11-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c8ef2ef1 by Matti Picus at 2023-11-27T07:38:59+02:00 explicitly test for 0-len byte array when converting indexes reverts d7392539820e, ab40ae2be233 --HG-- branch : py3.9 - - - - - aecc058e by Matti Picus at 2023-11-27T14:50:1

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: more fixes for bytearray

2023-11-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: de336efc by Matti Picus at 2023-11-26T10:01:23+02:00 more fixes for bytearray --HG-- branch : py3.9 - - - - - cd8c8d4a by Matti Picus at 2023-11-26T10:02:06+02:00 sync with upstream, adds more to the comment --HG-- branch : py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: #4038: fix universal newline but non-translating text-io:

2023-11-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5b31c9b3 by CF Bolz-Tereick at 2023-11-23T16:08:06+01:00 #4038: fix universal newline but non-translating text-io: in this mode, two \r at the end of the file were combined into a single line by .readline() - - - - - f12d8096 b

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 4 commits: #4038: fix universal newline but non-translating text-io:

2023-11-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 5b31c9b3 by CF Bolz-Tereick at 2023-11-23T16:08:06+01:00 #4038: fix universal newline but non-translating text-io: in this mode, two \r at the end of the file were combined into a single line by .readline() - - - - - f12d8096

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 7 commits: skip the _finddoc tests again on pypy

2023-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 6d1e5a9f by CF Bolz-Tereick at 2023-11-22T11:54:10+01:00 skip the _finddoc tests again on pypy _finddoc is only called if getdoc doesn't work, but getdoc works for all the cases in test_finddoc --HG-- branch : py3.9 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] perform dealloc callbacks directly in gc.collect, to ensure tp_dealloc will be called

2023-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ab9cec52 by Matti Picus at 2023-11-23T17:08:04+02:00 perform dealloc callbacks directly in gc.collect, to ensure tp_dealloc will be called Also call gc.collect inside the capsule test in testcapimodule.c --HG-- branch : py3.9

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] more merge fixes

2023-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: faa0fef4 by Matti Picus at 2023-11-23T04:41:16+02:00 more merge fixes --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/module/cpyext/src/modsupport.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/comm

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: fix for builds without hpy_universal (32-bit linux)

2023-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 27e05e6e by Matti Picus at 2023-11-22T15:46:25+02:00 fix for builds without hpy_universal (32-bit linux) --HG-- branch : py3.9 - - - - - 1390ddbe by Matti Picus at 2023-11-22T17:52:54+02:00 remove cpyext finalizer from capsule

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 6 commits: refactor code, raise OSError in gmtime like in localtime

2023-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 851e0d2e by Matti Picus at 2023-11-21T09:09:39+02:00 refactor code, raise OSError in gmtime like in localtime --HG-- branch : py3.9 - - - - - 374b6a00 by Matti Picus at 2023-11-21T19:24:09+02:00 special case startswith, endswi

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] trick test into working by mocking gc.collect, call desctructor in capsule_dealloc

2023-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ccfbedc1 by Matti Picus at 2023-11-22T00:01:06+02:00 trick test into working by mocking gc.collect, call desctructor in capsule_dealloc Also skip part of the stdlib capsule tests that asusme capsules exist in various modules -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] special case startswith, endswith for bytearray to handle final null char

2023-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 374b6a00 by Matti Picus at 2023-11-21T19:24:09+02:00 special case startswith, endswith for bytearray to handle final null char This will copy the contents and be slower. --HG-- branch : py3.9 - - - - - 2 changed files: - py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] refactor code, raise OSError in gmtime like in localtime

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 851e0d2e by Matti Picus at 2023-11-21T09:09:39+02:00 refactor code, raise OSError in gmtime like in localtime --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/time/interp_time.py - pypy/module/time/test/test_ti

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] typo

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: f6d97398 by Matti Picus at 2023-11-20T23:01:25+02:00 typo --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f6d973980e6

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: reformat header a bit

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 4857e331 by Matti Picus at 2023-11-20T16:05:45+02:00 reformat header a bit --HG-- branch : py3.9 - - - - - 5bfe0e0d by Matti Picus at 2023-11-20T20:07:48+02:00 handle pathlib.path in PyUnicode_FSDecoder, PyUnicode_FSDecoder (is

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix: do not force the bytearray when calling _convert_idx_params

2023-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bbb7a0bc by Matti Picus at 2023-11-20T14:10:05+02:00 fix: do not force the bytearray when calling _convert_idx_params --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it on Heptap

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: redo capsuleobject destructors to avoid importing cpyext, hpy into objspace

2023-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 552de53f by Matti Picus at 2023-11-19T23:07:34+02:00 redo capsuleobject destructors to avoid importing cpyext, hpy into objspace --HG-- branch : py3.9 - - - - - d7e6ea6b by Matti Picus at 2023-11-19T23:07:49+02:00 find_best_bas

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] use _val consistently when getting bytes from bytearray to use externally

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3e8816bb by Matti Picus at 2023-11-19T08:00:49+02:00 use _val consistently when getting bytes from bytearray to use externally --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix translation

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7068fe23 by Matti Picus at 2023-11-19T01:24:53+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] backout d9ed7e333e6b, 32-bit compilation did not improve

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5ae8eede by Matti Picus at 2023-11-17T10:17:55+02:00 backout d9ed7e333e6b, 32-bit compilation did not improve --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/capsuleobject.py View it on Heptapod: https

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] Add a NULL byte to bytearray data, like CPython. (issue 4030_)

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 41758fda by Matti Picus at 2023-11-19T00:21:58+02:00 Add a NULL byte to bytearray data, like CPython. (issue 4030_) Fixing this may have performance implications --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspa

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix "defined but not used" error

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6889ef86 by Matti Picus at 2023-11-17T08:49:13+02:00 fix "defined but not used" error --HG-- branch : py3.9 - - - - - d7036e4d by Matti Picus at 2023-11-17T09:21:17+02:00 rearrange for compilation, somehow the 32-bit build does

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: add probably too much jit.dont_look_inside for type creation

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 06a34dba by Matti Picus at 2023-11-17T07:50:23+02:00 add probably too much jit.dont_look_inside for type creation This may be overkill, but solves a problem when running numpy. Without this, somehow inside HPyField_Load the llas

[pypy-commit] [Mercurial][pypy/pypy][branch/default] allow curl to follow redirects

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1fbadac9 by Matti Picus at 2023-11-17T07:51:16+02:00 allow curl to follow redirects - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] test, fix missing assignment to pybuf.c_obj

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5e443cdf by Matti Picus at 2023-11-16T23:11:49+02:00 test, fix missing assignment to pybuf.c_obj --HG-- branch : py3.9 - - - - - 3 changed files: - lib-python/3/test/test_capi.py - pypy/module/cpyext/buffer.py - pypy/module/

[pypy-commit] [Mercurial][pypy/pypy][branch/default] us canonical location for lzma download

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c42942b8 by Matti Picus at 2023-11-15T07:08:17+02:00 us canonical location for lzma download - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 11 commits: us canonical location for lzma download

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c42942b8 by Matti Picus at 2023-11-15T07:08:17+02:00 us canonical location for lzma download - - - - - dbfeba95 by Matti Picus at 2023-11-15T07:12:12+02:00 merge default --HG-- branch : py3.9 - - - - - 48655eb7 by Matti Picus

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: protect in more places against a null handle

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ab6bc58a by Matti Picus at 2023-11-14T22:22:01+02:00 protect in more places against a null handle --HG-- branch : py3.9 - - - - - 4dc5f449 by Matti Picus at 2023-11-14T22:53:37+02:00 test, handle HPy_NULL in HPy_Is --HG-- bran

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] test, fix for HPy_Dup(ctx, HPy_Null)

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bbbe2250 by Matti Picus at 2023-11-14T21:10:43+02:00 test, fix for HPy_Dup(ctx, HPy_Null) --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/test/_vendore

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix merge

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 000da9aa by Matti Picus at 2023-11-14T13:04:19+02:00 fix merge --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 55e8b7f2 by Matti Picus at 2023-11-13T11:47:42+02:00 refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds OpenSSL 1.1.1 is EOL and is not getting bugfixes Also use a list instead of a dictionary to

[pypy-commit] [Mercurial][pypy/pypy][branch/default] print which of curl/wget is used

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fcb892f9 by Matti Picus at 2023-11-14T08:41:45+02:00 print which of curl/wget is used - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commi

[pypy-commit] [Mercurial][pypy/pypy][branch/default] avoid broken wget on linux64 buildbot

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 23bc4e70 by Matti Picus at 2023-11-14T08:38:33+02:00 avoid broken wget on linux64 buildbot - - - - - 2 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/tool/release/make_portable.py View it on Heptapod:

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] refactor to separate capsule destructor calls into hpy and cpyext, fix translation

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c75148f3 by Matti Picus at 2023-11-14T05:12:46+02:00 refactor to separate capsule destructor calls into hpy and cpyext, fix translation --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/_hpy_universal/interp_ca

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: start to make PyCapsule and HPyCapsule compatible with eachother

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 27ff6d0e by Matti Picus at 2023-11-13T11:50:28+02:00 start to make PyCapsule and HPyCapsule compatible with eachother --HG-- branch : py3.9 - - - - - 6a0dd518 by Matti Picus at 2023-11-13T18:02:31+02:00 move cpyext capsule to a

[pypy-commit] [Mercurial][pypy/pypy][branch/default] refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 55e8b7f2 by Matti Picus at 2023-11-13T11:47:42+02:00 refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds OpenSSL 1.1.1 is EOL and is not getting bugfixes Also use a list instead of a dictionary

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix test

2023-11-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3bae8181 by Matti Picus at 2023-11-12T12:04:57+02:00 fix test --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_warnings/test/apptest_warnings.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/com

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: typo (should upstream)

2023-11-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6bbe516c by Matti Picus at 2023-11-11T19:27:03+02:00 typo (should upstream) --HG-- branch : py3.9 - - - - - 380fbb56 by Matti Picus at 2023-11-11T19:27:49+02:00 proactively call bufferview.releasebuffer and don't wait for gc to

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix mod.origin in bootloader

2023-11-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 362f4055 by Matti Picus at 2023-11-11T17:23:38+02:00 fix mod.origin in bootloader --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_hpy.py View it on Heptapod: https://foss.heptapod.net/p

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: skip cpython only test

2023-11-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a6264a3c by Matti Picus at 2023-11-11T10:22:52+02:00 skip cpython only test --HG-- branch : py3.9 - - - - - bf70da3d by Matti Picus at 2023-11-11T15:25:28+02:00 refactor apptest collection to avoid breaking -D test collection

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] activate memory protection by compiling with _HPY_DEBUG_MEM_PROTECT_USEMMAP

2023-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5de947d5 by Matti Picus at 2023-11-10T12:13:02+02:00 activate memory protection by compiling with _HPY_DEBUG_MEM_PROTECT_USEMMAP --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/hpy_tests/_vendored/debug/test_c

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix error message

2023-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2d0f7e11 by Matti Picus at 2023-11-10T11:06:54+02:00 fix error message --HG-- branch : py3.9 - - - - - cc766da2 by Matti Picus at 2023-11-10T11:08:13+02:00 fix test - unwrap handles in debug mode --HG-- branch : py3.9 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: fix bug with tp_traverse and metaclases, needs a test

2023-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7d8f5ed1 by Matti Picus at 2023-11-09T16:40:44+02:00 fix bug with tp_traverse and metaclases, needs a test --HG-- branch : py3.9 - - - - - 72face95 by Matti Picus at 2023-11-09T22:04:54+02:00 add attributes to W_AbstractExtensi

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] skip test that, when it fails, spams captured stdout with error reports

2023-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 02d7a416 by Matti Picus at 2023-11-09T10:58:30+02:00 skip test that, when it fails, spams captured stdout with error reports --HG-- branch : py3.9 - - - - - 1 changed file: - extra_tests/test_recursion.py View it on Heptap

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: adding an hpy sufffix is wrong

2023-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2515e457 by Matti Picus at 2023-11-09T07:06:16+02:00 adding an hpy sufffix is wrong --HG-- branch : py3.9 - - - - - c9bf9cc5 by Matti Picus at 2023-11-09T09:39:10+02:00 use state.reset() in apptest untranslated tests --HG-- br

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix -D tests for pytest 6.0

2023-11-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c5b1692d by Matti Picus at 2023-11-08T16:06:19+02:00 fix -D tests for pytest 6.0 --HG-- branch : py3.9 - - - - - 9b5dd49c by Matti Picus at 2023-11-08T20:00:43+02:00 more global trace context fun: add a 'reset' argument so untr

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] test tweaks

2023-11-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7db2333a by Matti Picus at 2023-11-07T19:16:18+02:00 test tweaks --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/hpy_tests/_vendored/debug/test_charptr.py - extra_tests/hpy_tests/_vendored/debug/test_handles_i

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: trivial test fixes

2023-11-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bea9ecf0 by Matti Picus at 2023-11-06T13:53:14+02:00 trivial test fixes --HG-- branch : py3.9 - - - - - 82792d30 by Matti Picus at 2023-11-06T18:39:15+02:00 if runner collects a dirctory because it has test files, do not recurs

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 13 commits: when creating a venv from a symlinked venv, force symlinks

2023-11-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 31060d08 by Matti Picus at 2023-11-04T20:42:30+02:00 when creating a venv from a symlinked venv, force symlinks Portable builds need too many shared objects to allow copying only the executables --HG-- branch : py3.9 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] avoid cpython mode in tests

2023-11-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: cc460efe by Matti Picus at 2023-11-03T16:15:07+02:00 avoid cpython mode in tests --HG-- branch : py3.9 - - - - - 1 changed file: - extra_tests/hpy_tests/_vendored/test_importing.py View it on Heptapod: https://foss.heptap

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] reduce diff to upstream

2023-11-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 41dfab39 by Matti Picus at 2023-11-03T15:13:13+02:00 reduce diff to upstream --HG-- branch : py3.9 - - - - - 8 changed files: - extra_tests/hpy_tests/_vendored/conftest.py - extra_tests/hpy_tests/_vendored/test_hpyfield.py -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] update cffi test_file and _backend_test_c for 1.16.0

2023-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 12db2e2d by Matti Picus at 2023-11-03T08:13:49+02:00 update cffi test_file and _backend_test_c for 1.16.0 The test now downloads a version-specific file, so it will no longer track the remote repo HEAD. I think this is fine sinc

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 147 commits: run unpdate_vendored.sh for hpy-0.9rc1

2023-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 68a481f5 by Matti Picus at 2023-05-08T12:44:54+03:00 run unpdate_vendored.sh for hpy-0.9rc1 --HG-- branch : hpy-0.9 - - - - - 70bf63ae by Matti Picus at 2023-05-08T14:06:49+03:00 name of define changed --HG-- branch : hpy-0.9

[pypy-commit] [Mercurial][pypy/pypy][branch/win-scandir-symlinks] 23 commits: link the releas note to the index, and tweaks

2023-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/win-scandir-symlinks at PyPy / pypy Commits: 1e9dbaa6 by Matti Picus at 2023-09-27T16:48:22+03:00 link the releas note to the index, and tweaks - - - - - 96c7a9a3 by Carl Friedrich Bolz-Tereick at 2023-09-28T11:53:23+02:00 tweak release announcement - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] 6 commits: make this line work in extra_tests/hpy_tests

2023-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 48119d53 by Matti Picus at 2023-11-02T06:20:14+02:00 make this line work in extra_tests/hpy_tests The option is added in a conftest.py inside hpy_tests, but any addoption must be in the top-level conftest.py not in a subdirect

[pypy-commit] [Mercurial][pypy/pypy][branch/default] fix backporting in e904752a5d06 for python2

2023-11-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4e595786 by Matti Picus at 2023-11-02T08:43:45+02:00 fix backporting in e904752a5d06 for python2 - - - - - 2 changed files: - pypy/module/posix/interp_posix.py - rpython/rlib/rposix.py View it on Heptapod: https://foss.h

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix backporting in e904752a5d06 for python2

2023-11-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 4e595786 by Matti Picus at 2023-11-02T08:43:45+02:00 fix backporting in e904752a5d06 for python2 - - - - - 855bcdbb by Matti Picus at 2023-11-02T08:45:30+02:00 fix backporting in e904752a5d06 for python2 --HG-- branch : py3.9

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] skip test that fails inside a docker

2023-11-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 412b3f18 by Matti Picus at 2023-11-01T21:15:24+02:00 skip test that fails inside a docker --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on Heptapod: https://foss.heptapod.

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] 20 commits: sync a little with py3.10

2023-11-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: d1664f91 by Matti Picus at 2023-10-12T09:17:54+03:00 sync a little with py3.10 --HG-- branch : py3.9 - - - - - a8e6bf36 by Carl Friedrich Bolz-Tereick at 2023-10-16T08:17:18+02:00 #4016: fix small_int.__rpow__(large_int) --H

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: resync rpython with py3.9 (mostly symlink and getlogin for windows)

2023-11-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e77b5c0b by Matti Picus at 2023-10-31T11:05:32+02:00 resync rpython with py3.9 (mostly symlink and getlogin for windows) - - - - - 34ec4df7 by Matti Picus at 2023-11-01T21:04:31+02:00 remove wrong c-level define for windows (iss

[pypy-commit] [Mercurial][pypy/pypy][branch/default] remove wrong c-level define for windows (issue 4024)

2023-11-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 34ec4df7 by Matti Picus at 2023-11-01T21:04:31+02:00 remove wrong c-level define for windows (issue 4024) - - - - - 1 changed file: - rpython/rlib/rvmprof/src/vmprof_stack.h View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] use long long for int64_t since it is 8 bytes everywhere

2023-10-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 4bd21a58 by Matti Picus at 2023-10-31T15:32:23+02:00 use long long for int64_t since it is 8 bytes everywhere --HG-- branch : hpy-0.9 - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_long.py View it on Hepta

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 9 commits: add prototype, fix definitions

2023-10-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 3fc2a7a4 by Matti Picus at 2023-10-19T05:14:08+03:00 add prototype, fix definitions --HG-- branch : py3.9 - - - - - b803fabb by Matti Picus at 2023-07-31T12:38:17+03:00 when re-assigning to type.__bases__, rebuild the cpyext t

[pypy-commit] [Mercurial][pypy/pypy][branch/default] resync rpython with py3.9 (mostly symlink and getlogin for windows)

2023-10-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e77b5c0b by Matti Picus at 2023-10-31T11:05:32+02:00 resync rpython with py3.9 (mostly symlink and getlogin for windows) - - - - - 7 changed files: - rpython/rlib/rposix.py - rpython/rlib/rposix_stat.py - rpython/rlib/rwin3

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] add getppid, getlogin on windows

2023-10-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2edfdaf7 by Matti Picus at 2023-10-31T10:33:42+02:00 add getppid, getlogin on windows --HG-- branch : py3.9 - - - - - 5 changed files: - pypy/module/posix/interp_nt.py - pypy/module/posix/interp_posix.py - pypy/module/posix/

[pypy-commit] [Mercurial][pypy/pypy][branch/redo-gcref-based-type-erasure3.9] redo branch

2023-10-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/redo-gcref-based-type-erasure3.9 at PyPy / pypy Commits: 694d2e14 by Matti Picus at 2023-10-29T21:31:32+02:00 redo branch --HG-- branch : redo-gcref-based-type-erasure3.9 - - - - - 14 changed files: - rpython/jit/codewriter/support.py - rpython/rtyper/l

[pypy-commit] [Mercurial][pypy/pypy] Pushed new branch branch/redo-gcref-based-type-erasure3.9

2023-10-30 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/redo-gcref-based-type-erasure3.9 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/redo-gcref-based-type-erasure3.9 You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Mercurial][pypy/pypy][branch/redo-gcref-based-type-erasure] redo branch

2023-10-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/redo-gcref-based-type-erasure at PyPy / pypy Commits: 6ee87c37 by Matti Picus at 2023-10-29T21:31:32+02:00 redo branch --HG-- branch : redo-gcref-based-type-erasure - - - - - 14 changed files: - rpython/jit/codewriter/support.py - rpython/rtyper/lltypesy

[pypy-commit] [Mercurial][pypy/pypy] Pushed new branch branch/redo-gcref-based-type-erasure

2023-10-29 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/redo-gcref-based-type-erasure at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/redo-gcref-based-type-erasure You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] document the two Overlapped classes

2023-10-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: fc2e8d6b by Matti Picus at 2023-10-26T23:05:40+03:00 document the two Overlapped classes --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-

[pypy-commit] [Mercurial][pypy/pypy][branch/win-scandir-symlinks] move apptest file to extra_tests

2023-10-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/win-scandir-symlinks at PyPy / pypy Commits: 403e8e96 by Matti Picus at 2023-10-26T22:11:38+03:00 move apptest file to extra_tests --HG-- branch : win-scandir-symlinks - - - - - 1 changed file: - pypy/module/posix/test/apptest_scandir.py → extra_tests/te

[pypy-commit] [Mercurial][pypy/pypy][branch/win-scandir-symlinks] 28 commits: link the releas note to the index, and tweaks

2023-10-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/win-scandir-symlinks at PyPy / pypy Commits: 1e9dbaa6 by Matti Picus at 2023-09-27T16:48:22+03:00 link the releas note to the index, and tweaks - - - - - 96c7a9a3 by Carl Friedrich Bolz-Tereick at 2023-09-28T11:53:23+02:00 tweak release announcement - - - -

  1   2   3   4   5   6   7   8   9   10   >