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 - - - - - 58d5993c by Matti Picus at 2023-05-08T14:35:23+03:00 start to deal with HPyInit__debug, there is more to do --HG-- branch : hpy-0.9 - - - - - 338c5946 by Matti Picus at 2023-05-08T14:38:35+03:00 debug_ctx_FromPyObject, debug_ctx_AsPyObject are only valid in legacy mode --HG-- branch : hpy-0.9 - - - - - b5943c26 by Matti Picus at 2023-05-08T14:55:04+03:00 resync this file, should this be part of the update_vendor.sh script? --HG-- branch : hpy-0.9 - - - - - 00fe1e39 by Matti Picus at 2023-05-09T12:30:55+03:00 resync llapi and support.py --HG-- branch : hpy-0.9 - - - - - 0918df77 by Matti Picus at 2023-05-09T12:32:41+03:00 hack to get untranslated tests to run, need to improve this --HG-- branch : hpy-0.9 - - - - - 7ce0ac17 by Matti Picus at 2023-05-09T12:32:52+03:00 fix tests --HG-- branch : hpy-0.9 - - - - - a83b0af0 by Matti Picus at 2023-05-31T10:51:41+03:00 start to adopt interp_long for the new API names --HG-- branch : hpy-0.9 - - - - - 45f2b21c by Matti Picus at 2023-06-04T22:27:27+03:00 small progress. pytest.py pypy/module/_hpy_universal/test/test_extra.py failes to set up the debug context --HG-- branch : hpy-0.9 - - - - - 906dd4d6 by Matti Picus at 2023-06-07T12:16:47+02:00 towards more closely following hpy/universal./src/hpymodule.c --HG-- branch : hpy-0.9 - - - - - cdf9940b by Matti Picus at 2023-07-11T08:57:40+03:00 dummy comment: TBD --HG-- branch : hpy-0.9 - - - - - 04571eac by Matti Picus at 2023-07-23T17:02:38+02:00 resync tests --HG-- branch : hpy-0.9 - - - - - f63769a4 by Matti Picus at 2023-07-23T17:06:23+02:00 use Py_mod_exec rather than 2 --HG-- branch : hpy-0.9 - - - - - 3347301f by Matti Picus at 2023-07-23T17:07:18+02:00 add new tests --HG-- branch : hpy-0.9 - - - - - 0a35f66e by Matti Picus at 2023-07-23T17:08:15+02:00 start to make test_00_basic.py tests work --HG-- branch : hpy-0.9 - - - - - 0a62da7e by Matti Picus at 2023-08-02T00:22:42+03:00 support more test functionality, fix validate_abi_tag --HG-- branch : hpy-0.9 - - - - - c709e036 by Matti Picus at 2023-08-02T01:22:23+03:00 fix and fill in more ctx handles --HG-- branch : hpy-0.9 - - - - - a3d3d95e by Matti Picus at 2023-08-02T15:08:01+03:00 update mode to be one of 4 values, not true/false --HG-- branch : hpy-0.9 - - - - - f2eb8068 by Matti Picus at 2023-08-04T13:37:35+03:00 add HPy_CallMethod, HPy_Call --HG-- branch : hpy-0.9 - - - - - bd0cb292 by Matti Picus at 2023-08-04T15:43:04+03:00 import pytest inside tests for untranslated pypy --HG-- branch : hpy-0.9 - - - - - 26bfd2d4 by Matti Picus at 2023-08-05T22:41:35+03:00 add C implementation of argparse.c, which call HPy interface functions --HG-- branch : hpy-0.9 - - - - - b843d6e6 by Matti Picus at 2023-08-05T23:26:09+03:00 add a TODO --HG-- branch : hpy-0.9 - - - - - f7670a8e by Matti Picus at 2023-08-07T12:53:08+03:00 restore specialize.arg on get_handle_manager --HG-- branch : hpy-0.9 - - - - - 65f84de8 by Matti Picus at 2023-08-07T12:56:44+03:00 progress towards fixing module loading (i.e. test_hpymodule) --HG-- branch : hpy-0.9 - - - - - a6019acf by Matti Picus at 2023-08-28T09:50:15+03:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - 4a36b657 by Matti Picus at 2023-08-28T13:15:47+03:00 start to think about HPy_mod_create and HPy_mod_exec --HG-- branch : hpy-0.9 - - - - - 614d10a8 by Matti Picus at 2023-09-12T13:06:43+03:00 allow test collection to succeed on PyPy --HG-- branch : hpy-0.9 - - - - - bc7eb4df by Matti Picus at 2023-09-12T13:07:28+03:00 refactor HPy_Call protocol to use a sequence of values instead of a dict for h_kwargs --HG-- branch : hpy-0.9 - - - - - 971fed73 by Matti Picus at 2023-09-12T15:13:30+03:00 remove redundant tests --HG-- branch : hpy-0.9 - - - - - 3ceb52db by Matti Picus at 2023-09-12T15:13:52+03:00 refactor 'import pytest' for PyPy --HG-- branch : hpy-0.9 - - - - - bc583412 by Matti Picus at 2023-09-12T15:14:15+03:00 handle unimplemented hpydef.size --HG-- branch : hpy-0.9 - - - - - ff19d7d6 by Matti Picus at 2023-09-12T15:14:51+03:00 fix HPy_CallMethod for fastcall protocol --HG-- branch : hpy-0.9 - - - - - 968bdeed by Matti Picus at 2023-09-12T15:43:39+03:00 skip parts of a test that don't work untranslated --HG-- branch : hpy-0.9 - - - - - ca9f2f40 by Matti Picus at 2023-09-13T00:00:13+03:00 skip errno check that sometimes fails untranslated --HG-- branch : hpy-0.9 - - - - - 283a3ca2 by Matti Picus at 2023-09-13T09:30:10+03:00 make hybrid mode work untranslated by stubbing out a minimal Python.h --HG-- branch : hpy-0.9 - - - - - 0670580a by Matti Picus at 2023-09-13T13:16:10+03:00 update tests for 0.9, PyPy --HG-- branch : hpy-0.9 - - - - - 92407a24 by Matti Picus at 2023-09-13T13:16:31+03:00 implement HPy_mod_exec --HG-- branch : hpy-0.9 - - - - - 0b762370 by Matti Picus at 2023-09-13T15:48:45+03:00 implement HPy_tp_call slot, probably will not translate... --HG-- branch : hpy-0.9 - - - - - d2e504a8 by Matti Picus at 2023-09-13T16:12:55+03:00 update TODO --HG-- branch : hpy-0.9 - - - - - 4c4477a5 by Matti Picus at 2023-09-14T18:51:46+03:00 fix translation (antocuni around) --HG-- branch : hpy-0.9 - - - - - 046718d6 by Matti Picus at 2023-09-14T22:23:09+03:00 use a test module that is in the translated modules --HG-- branch : hpy-0.9 - - - - - 348006a2 by Matti Picus at 2023-09-14T22:23:48+03:00 Fix for upstream issue 448: copy out trailing NULL --HG-- branch : hpy-0.9 - - - - - 6a98ad71 by Matti Picus at 2023-09-14T22:25:30+03:00 check for valid spec.builtin_shape, implement HPyType_GetName --HG-- branch : hpy-0.9 - - - - - 489f262f by Matti Picus at 2023-09-15T14:28:12+03:00 implement HPyMember_OBJECT descriptor handling --HG-- branch : hpy-0.9 - - - - - ebb2a8c9 by Matti Picus at 2023-09-17T22:02:15+03:00 make test names lower case, since macos and windows use case-insensitive file systems, and each test goes in a directory On upstream does pytest handles this, but PyPy uses an old version? --HG-- branch : hpy-0.9 - - - - - 1c3fb77f by Matti Picus at 2023-09-21T17:35:24+03:00 implement HPy_SetCallFunction, __vectorcall__ --HG-- branch : hpy-0.9 - - - - - ecc164f5 by Matti Picus at 2023-09-22T00:17:53+03:00 fix translation --HG-- branch : hpy-0.9 - - - - - c85d4c85 by Matti Picus at 2023-09-22T10:32:54+03:00 fix unicode tests for PyPY, add missing HPUnicode functions --HG-- branch : hpy-0.9 - - - - - c15313af by Matti Picus at 2023-09-23T23:09:42+03:00 implement metaclasses, and add storage to HPyTypeObjects, fix translation --HG-- branch : hpy-0.9 - - - - - 8c9c4088 by Matti Picus at 2023-09-26T23:01:48+03:00 formatting and comments, and fix return type for HPyType_IsSubtype --HG-- branch : hpy-0.9 - - - - - 0ad6c8f6 by Matti Picus at 2023-09-28T13:07:52+03:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - f226ad77 by Matti Picus at 2023-09-28T15:08:29+03:00 Handle HPy_tp_str, HPy_tp_hash --HG-- branch : hpy-0.9 - - - - - e15091f6 by Matti Picus at 2023-09-28T15:12:58+03:00 trigger finalize with gc.collect --HG-- branch : hpy-0.9 - - - - - d7e87666 by Matti Picus at 2023-09-28T19:24:55+03:00 handle delattr, delitem, HPy_mod_create --HG-- branch : hpy-0.9 - - - - - 79644d07 by Matti Picus at 2023-09-28T19:47:22+03:00 fix translation --HG-- branch : hpy-0.9 - - - - - d3e966bc by Matti Picus at 2023-09-28T20:11:52+03:00 add HPyDict_Copy, HPyDict_Keys --HG-- branch : hpy-0.9 - - - - - 2757e19e by Matti Picus at 2023-09-28T20:31:18+03:00 implement HPySlice_Unpack --HG-- branch : hpy-0.9 - - - - - cbf2b4ca by Matti Picus at 2023-09-28T20:35:19+03:00 fix test --HG-- branch : hpy-0.9 - - - - - 6c8c7afd by Matti Picus at 2023-09-28T22:35:56+03:00 empty out test_extra --HG-- branch : hpy-0.9 - - - - - 6b9e28b9 by Matti Picus at 2023-09-28T22:37:04+03:00 implement HPy_EvalCode, HPy_Compile_s --HG-- branch : hpy-0.9 - - - - - 7c5911cc by Caleb Burns at 2023-09-28T23:09:32-04:00 Improve os.scandir() handling of symlinks on Windows --HG-- branch : win-scandir-symlinks - - - - - 86a95f8e by Matti Picus at 2023-09-29T14:06:48+03:00 enable test_slots_legacy, fix error condition and message --HG-- branch : hpy-0.9 - - - - - 120a79d1 by Matti Picus at 2023-09-29T14:43:41+03:00 enable test_hpytype_legacy and skip test that segfaults --HG-- branch : hpy-0.9 - - - - - be6955b8 by Matti Picus at 2023-09-30T21:27:13+03:00 fix load() in pytest fixture --HG-- branch : hpy-0.9 - - - - - 43a8e25e by Matti Picus at 2023-10-01T00:19:34+03:00 get _debug module to properly load and initialize --HG-- branch : hpy-0.9 - - - - - 2e8547dd by Caleb Burns at 2023-09-30T22:56:16-04:00 Fix tests --HG-- branch : win-scandir-symlinks - - - - - b653d927 by Matti Picus at 2023-10-01T09:06:52+03:00 trival test fix, update TODO. --HG-- branch : hpy-0.9 - - - - - f28510c9 by Matti Picus at 2023-10-02T12:32:40+03:00 first cut at a HPyCapsule implementation, without calling the finalizer --HG-- branch : hpy-0.9 - - - - - c6b6f039 by Matti Picus at 2023-10-02T15:57:42+03:00 refactor to start sharing W_Capsule with cpyext --HG-- branch : hpy-0.9 - - - - - 488e706a by Matti Picus at 2023-10-02T16:26:48+03:00 fix over-exuberant cleanup from d2572d49be14 --HG-- branch : hpy-0.9 - - - - - bc756b27 by Matti Picus at 2023-10-02T21:02:37+03:00 fix translation, resync with hpy 0.9.0, fix declaration in hpydef.h --HG-- branch : hpy-0.9 - - - - - 0e7ddbfa by Matti Picus at 2023-10-02T21:55:01+03:00 fix untranslated test compilation on windows - the distutils export name is initmytest on python2 --HG-- branch : hpy-0.9 - - - - - 314f7944 by Matti Picus at 2023-10-03T08:21:29+03:00 add declarations and fixes for "-Werror=strict-prototypes" --HG-- branch : hpy-0.9 - - - - - 3aa220c5 by Matti Picus at 2023-10-03T09:22:15+03:00 fix casting for windows --HG-- branch : hpy-0.9 - - - - - 2bfc0299 by Matti Picus at 2023-10-03T20:50:44+03:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - 00c412f4 by Matti Picus at 2023-10-03T21:04:01+03:00 add functionality to test.FakeSpace to make tests pass --HG-- branch : hpy-0.9 - - - - - 3ec6ae9c by Matti Picus at 2023-10-03T21:54:59+03:00 fix test to properly skip --HG-- branch : hpy-0.9 - - - - - 77d49aea by Matti Picus at 2023-10-03T22:28:42+03:00 hack at test to make it work on old pytest untranslated --HG-- branch : hpy-0.9 - - - - - 8597549f by Matti Picus at 2023-10-03T22:32:42+03:00 add hpy test requirement --HG-- branch : hpy-0.9 - - - - - e6518868 by Caleb Burns at 2023-10-03T21:00:04-04:00 Fix tests --HG-- branch : win-scandir-symlinks - - - - - 99a7a918 by Caleb Burns at 2023-10-03T23:34:32-04:00 Fix last Windows error --HG-- branch : win-scandir-symlinks - - - - - ab5c821f by Caleb Burns at 2023-10-04T18:50:30-04:00 Comment use of magic number --HG-- branch : win-scandir-symlinks - - - - - d018aa52 by Matti Picus at 2023-10-05T18:30:51+03:00 update hpy metadata --HG-- branch : hpy-0.9 - - - - - 4d6c440c by Matti Picus at 2023-10-05T18:31:14+03:00 fix typo in suffixes: it needs a leading '.' --HG-- branch : hpy-0.9 - - - - - 3035c11e by Matti Picus at 2023-10-05T18:31:34+03:00 tweak extra_tests --HG-- branch : hpy-0.9 - - - - - dd35a6d5 by Matti Picus at 2023-10-05T19:07:30+03:00 get extra_tests to collect and run --HG-- branch : hpy-0.9 - - - - - 75e1bf49 by Matti Picus at 2023-10-11T18:05:22+03:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - 9dfed0e4 by Matti Picus at 2023-10-11T22:46:45+03:00 more fixes for extra_tests --HG-- branch : hpy-0.9 - - - - - d1d5ca23 by Matti Picus at 2023-10-11T22:47:10+03:00 only run cpython API tests on cpython --HG-- branch : hpy-0.9 - - - - - d6cb2513 by Matti Picus at 2023-10-12T22:54:27+03:00 do not use static library in extra_tests for now --HG-- branch : hpy-0.9 - - - - - 56ada30f by Matti Picus at 2023-10-12T22:54:45+03:00 update vendored hpy yto 0.9.0 --HG-- branch : hpy-0.9 - - - - - ba79f101 by Matti Picus at 2023-10-12T23:02:03+03:00 add prototype, update TODO --HG-- branch : hpy-0.9 - - - - - 26959b88 by Matti Picus at 2023-10-13T17:36:06+03:00 add HPyContextVar --HG-- branch : hpy-0.9 - - - - - ec0ce8d5 by Matti Picus at 2023-10-13T17:50:15+03:00 fix translation --HG-- branch : hpy-0.9 - - - - - 92edcb43 by Matti Picus at 2023-10-14T09:54:46+03:00 fix translation --HG-- branch : hpy-0.9 - - - - - 3421d06d by Matti Picus at 2023-10-16T17:52:47+03:00 start to support inheriting from non-hpy classes by adding a method to W_Root --HG-- branch : hpy-0.9 - - - - - 3040aab7 by Matti Picus at 2023-10-16T21:24:36+03:00 fix copy-paste: AsStruct_Type returns the payload of the object's type --HG-- branch : hpy-0.9 - - - - - c8cf1a5f by Carl Friedrich Bolz-Tereick at 2023-10-17T09:36:29+02:00 (cfbolz, mattip): use the mapdict machinery to store the hpy storage on user-defined instances --HG-- branch : hpy-0.9 - - - - - 5a4acf57 by Carl Friedrich Bolz-Tereick at 2023-10-17T14:28:45+02:00 try to fix translation --HG-- branch : hpy-0.9 - - - - - 1ca99509 by Carl Friedrich Bolz-Tereick at 2023-10-18T13:03:53+02:00 fix some rpython problems (more remain) --HG-- branch : hpy-0.9 - - - - - 5cda6aa6 by Matti Picus at 2023-10-18T16:53:27+03:00 hack to force taking the slow path for W_HpyTypeObject allocation --HG-- branch : hpy-0.9 - - - - - 10286e3e by Matti Picus at 2023-10-18T21:35:42+03:00 use the metaclass' basicsize (if it exists) when adding storage to a type --HG-- branch : hpy-0.9 - - - - - c5a4da52 by Matti Picus at 2023-10-18T22:21:53+03:00 typo, update TODO --HG-- branch : hpy-0.9 - - - - - b890d27f by Matti Picus at 2023-10-18T22:25:01+03:00 add an XXX for hacky code --HG-- branch : hpy-0.9 - - - - - 857c0d55 by Matti Picus at 2023-10-18T23:09:34+03:00 typo and fixes for translation --HG-- branch : hpy-0.9 - - - - - 151cc9d9 by Matti Picus at 2023-10-17T09:05:10+03:00 move tests: mixing directories and tests causes the directory to be tested twice --HG-- branch : hpy-0.9 - - - - - 0153971c by Matti Picus at 2023-10-19T06:12:22+03:00 add _hpy_get_gc_storage for field storage writebarrier --HG-- branch : hpy-0.9 - - - - - 4680477d by Matti Picus at 2023-10-19T06:12:46+03:00 remove duplicate test support function: hpy issue 452 --HG-- branch : hpy-0.9 - - - - - a07610a9 by Matti Picus at 2023-10-19T10:37:50+03:00 move check to be after add_slots, like CPython --HG-- branch : hpy-0.9 - - - - - 0d0050b1 by Matti Picus at 2023-10-19T10:38:52+03:00 skip untranslated tests that use python_subprocess --HG-- branch : hpy-0.9 - - - - - 5388cf31 by Matti Picus at 2023-10-19T20:50:21+03:00 implement calling capsule destructor as a python function --HG-- branch : hpy-0.9 - - - - - 288ab4e8 by Matti Picus at 2023-10-20T06:27:20+03:00 skip extra_tests/hpy_tests if hpy not available (linux32) --HG-- branch : hpy-0.9 - - - - - 07c8a56c by Matti Picus at 2023-10-21T10:33:15+03:00 implement _load_bootstrap, deprecate load_from_spec --HG-- branch : hpy-0.9 - - - - - 591bbfcc by Matti Picus at 2023-10-21T20:08:52+03:00 add missing test, fix for legacy class methods --HG-- branch : hpy-0.9 - - - - - 8a88f122 by Matti Picus at 2023-10-21T21:27:20+03:00 test, fix missing object in error formatting --HG-- branch : hpy-0.9 - - - - - 3792e09f by Matti Picus at 2023-10-21T22:08:05+03:00 test, fix for missing legacy Py_tp_new slot wrapper --HG-- branch : hpy-0.9 - - - - - 5d9d636d by Matti Picus at 2023-10-22T06:44:48+03:00 clean up unused imports --HG-- branch : hpy-0.9 - - - - - 069f4b71 by Matti Picus at 2023-10-22T06:54:41+03:00 add tp_alloc, try to print error since numpy import swallows it --HG-- branch : hpy-0.9 - - - - - a8887f83 by Matti Picus at 2023-10-23T00:32:58+03:00 HPyType_GetName cannot fail (returns void*) --HG-- branch : hpy-0.9 - - - - - a1a3c9d2 by Matti Picus at 2023-10-23T00:33:34+03:00 fix comments and const-ness of pointers --HG-- branch : hpy-0.9 - - - - - 12bc4692 by Matti Picus at 2023-10-23T00:34:00+03:00 add Py_tp_free --HG-- branch : hpy-0.9 - - - - - 2e87541b by Matti Picus at 2023-10-23T00:34:16+03:00 raise more helpful message --HG-- branch : hpy-0.9 - - - - - a0588e29 by Matti Picus at 2023-10-23T02:21:25+03:00 chain errors instead of clearing them in HPyErr_Set* --HG-- branch : hpy-0.9 - - - - - 62449c56 by Matti Picus at 2023-10-23T17:11:39+03:00 revert part of 04ed0fd6ae65, do not do too much on error in HPyType_Get_Name --HG-- branch : hpy-0.9 - - - - - 13322bb3 by Matti Picus at 2023-10-23T17:12:49+03:00 Use a new handle in HPyGlobal_Store --HG-- branch : hpy-0.9 - - - - - 2c414745 by Matti Picus at 2023-10-23T22:34:36+03:00 improve documentation of HPyType_LEGACY_HELPERS --HG-- branch : hpy-0.9 - - - - - a978e774 by Matti Picus at 2023-10-23T23:56:41+03:00 add a ll_writebarrier to HPy_LoadField --HG-- branch : hpy-0.9 - - - - - ec88211c by Matti Picus at 2023-10-24T10:26:03+03:00 add const to Tuple_FromArray in more places --HG-- branch : hpy-0.9 - - - - - e67ab8aa by Matti Picus at 2023-10-24T16:31:51+03:00 sync test with pypy/module/_hpyproject --HG-- branch : hpy-0.9 - - - - - 1faa0ab9 by Matti Picus at 2023-10-25T20:07:30+03:00 only allocate storage if basicsize > 0 (which will be 99% of the time) --HG-- branch : hpy-0.9 - - - - - 3036f3e3 by Matti Picus at 2023-10-25T20:07:47+03:00 fix address vs contents-of-address mess in HPyField descriptors (antocuni around) --HG-- branch : hpy-0.9 - - - - - 92bc6d70 by Matti Picus at 2023-10-26T13:45:16+03:00 handle legacy types better --HG-- branch : hpy-0.9 - - - - - 00833562 by Matti Picus at 2023-10-26T18:19:51+03:00 fix 6c34df646101 --HG-- branch : hpy-0.9 - - - - - d3420f7b by Matti Picus at 2023-10-26T21:53:21+03:00 merge py3.9 --HG-- branch : win-scandir-symlinks - - - - - 403e8e96 by Matti Picus at 2023-10-26T22:11:38+03:00 move apptest file to extra_tests --HG-- branch : win-scandir-symlinks - - - - - 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 - - - - - a4283e9c by Matti Picus at 2023-11-01T21:15:48+02:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - 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 subdirectory --HG-- branch : hpy-0.9 - - - - - a29c1c90 by Matti Picus at 2023-11-02T10:42:37+02:00 update bundled setup tools and sync ensurepip with py3.10 --HG-- branch : hpy-0.9 - - - - - f3716463 by Matti Picus at 2023-11-02T12:48:56+02:00 adapt test_distutils to pypy --HG-- branch : hpy-0.9 - - - - - 3a983718 by Matti Picus at 2023-11-02T12:50:15+02:00 merge py3.9 --HG-- branch : hpy-0.9 - - - - - 2403b5f5 by Matti Picus at 2023-11-02T17:49:06+02:00 merge py3.9 --HG-- branch : win-scandir-symlinks - - - - - cb98f523 by Matti Picus at 2023-11-03T07:26:56+02:00 update cffi to 1.16.0 (pypy/tool/import_cffi, and update lib_pypy/cffi.dist-info) --HG-- branch : py3.9 - - - - - 18b68a63 by Matti Picus at 2023-11-03T07:28:39+02:00 movd lib_pypy/cffi.dist-info to versioned directory --HG-- branch : py3.9 - - - - - 2feeab1a by Matti Picus at 2023-11-03T07:29:49+02:00 merge win-scandir-symlinks (merge request 160) --HG-- branch : py3.9 - - - - - caae3166 by Matti Picus at 2023-11-03T07:30:07+02:00 merge hpy-0.9 --HG-- branch : py3.9 - - - - - 29 changed files: - extra_tests/cffi_tests/cffi0/test_zintegration.py - extra_tests/cffi_tests/conftest.py - extra_tests/cffi_tests/support.py - extra_tests/cffi_tests/test_c.py - extra_tests/conftest.py - extra_tests/hpy_tests/_vendored/check_py27_compat.py - extra_tests/hpy_tests/_vendored/conftest.py - + extra_tests/hpy_tests/_vendored/debug/test_builder_invalid.py - extra_tests/hpy_tests/_vendored/debug/test_charptr.py - + extra_tests/hpy_tests/_vendored/debug/test_context_reuse.py - extra_tests/hpy_tests/_vendored/debug/test_handles_invalid.py - extra_tests/hpy_tests/_vendored/debug/test_handles_leak.py - + extra_tests/hpy_tests/_vendored/debug/test_misc.py - + extra_tests/hpy_tests/_vendored/hpy_devel/__init__.py - + extra_tests/hpy_tests/_vendored/hpy_devel/test_abitag.py - + extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.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_capsule.py - + extra_tests/hpy_tests/_vendored/test_capsule_legacy.py - + extra_tests/hpy_tests/_vendored/test_contextvar.py - extra_tests/hpy_tests/_vendored/test_cpy_compat.py - + extra_tests/hpy_tests/_vendored/test_eval.py - extra_tests/hpy_tests/_vendored/test_helpers.py - extra_tests/hpy_tests/_vendored/test_hpybuildvalue.py - extra_tests/hpy_tests/_vendored/test_hpybytes.py - extra_tests/hpy_tests/_vendored/test_hpydict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/855bcdbbf0c67088aabe1bcdba9fbb979faeb058...caae316665961d48ec6f81119599b0f4e185f04b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/855bcdbbf0c67088aabe1bcdba9fbb979faeb058...caae316665961d48ec6f81119599b0f4e185f04b You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com