[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] pytokenizer: pass correct arguments
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: 719ec147 by isidentical at 2021-07-23T11:48:46+03:00 pytokenizer: pass correct arguments --HG-- branch : py3.8_isidentical_test - - - - - 1 changed file: - pypy/interpreter/pyparser/pytokenizer.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/719ec1473a6361bbd36f49ec3986bdf09b7b6e42 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/719ec1473a6361bbd36f49ec3986bdf09b7b6e42 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] astbuilder: is is_none() to fix type_comments test
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: ebf27317 by isidentical at 2021-07-23T11:51:46+03:00 astbuilder: is is_none() to fix type_comments test --HG-- branch : py3.8_isidentical_test - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_astbuilder.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ebf273171456b084b452141529ac7639969b0e73 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/ebf273171456b084b452141529ac7639969b0e73 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.8_isidentical_test] Backed out changeset 28a80618ee57
Batuhan Taskaya pushed to branch branch/py3.8_isidentical_test at PyPy / pypy Commits: 33d28689 by isidentical at 2021-07-23T14:17:53+03:00 Backed out changeset 28a80618ee57 --HG-- branch : py3.8_isidentical_test - - - - - 1 changed file: - pypy/interpreter/pyparser/pytokenizer.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/33d2868929117212f5c3afefe037b70eb71c9d13 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/33d2868929117212f5c3afefe037b70eb71c9d13 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Replace HPyContext with HPyContext* in function signatures
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 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 - - - - - 22 changed files: - pypy/module/_hpy_universal/interp_builder.py - pypy/module/_hpy_universal/interp_bytes.py - pypy/module/_hpy_universal/interp_call.py - pypy/module/_hpy_universal/interp_cpy_compat.py - pypy/module/_hpy_universal/interp_dict.py - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/interp_float.py - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/interp_list.py - pypy/module/_hpy_universal/interp_long.py - pypy/module/_hpy_universal/interp_module.py - pypy/module/_hpy_universal/interp_number.py - pypy/module/_hpy_universal/interp_object.py - pypy/module/_hpy_universal/interp_tracker.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/src/bridge.h - pypy/module/_hpy_universal/src/dctx.c - pypy/module/_hpy_universal/src/dctx.h - pypy/module/_hpy_universal/src/hpyerr.c - pypy/module/_hpy_universal/src/hpyerr.h - pypy/module/_hpy_universal/test/test_apiset.py - pypy/module/_hpy_universal/test/test_extra.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bd067f4997a74b3f3f807465d041f24ad3fbe912 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bd067f4997a74b3f3f807465d041f24ad3fbe912 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] 2 commits: fix debug mode compilation
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: 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 - - - - - 7 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/hpy/runtime/ctx_funcs.h - pypy/module/_hpy_universal/interp_tuple.py - pypy/module/_hpy_universal/interp_type.py - pypy/module/_hpy_universal/interp_unicode.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/patches/01_FIXME_add_tp_new_to_FakeArray.patch View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bd067f4997a74b3f3f807465d041f24ad3fbe912...93b09c34bb85bba0d4ec15f4bf35f751caa8e99a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bd067f4997a74b3f3f807465d041f24ad3fbe912...93b09c34bb85bba0d4ec15f4bf35f751caa8e99a You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit