[pypy-commit] [Git][pypy/pypy][branch/default] refactor to get correct error message (with the '=' for inplace ops)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cccb961d by Matti Picus at 2021-11-29T12:29:56+02:00 refactor to get correct error message (with the '=' for inplace ops) - - - - - 2 changed files: - pypy/objspace/descroperation.py - pypy/objspace/std/test/test_intobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cccb961d1cf55a86f2afd5bf7c1223d218b1f077 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cccb961d1cf55a86f2afd5bf7c1223d218b1f077 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.7] 2 commits: add a typedef for AsyncGenValueWrapper, you can reach it with a trace hook,
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: ed7470f8 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:37:20+01:00 add a typedef for AsyncGenValueWrapper, you can reach it with a trace hook, leading to a segfault --HG-- branch : py3.7 - - - - - 606545d7 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:39:54+01:00 merge heads --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/test/apptest_coroutine.py - pypy/interpreter/typedef.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/11c4decf60ef3cb1004f76f2cdc298a327e99afd...606545d785a041e56bcdfcd39fb117393de5afd6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/11c4decf60ef3cb1004f76f2cdc298a327e99afd...606545d785a041e56bcdfcd39fb117393de5afd6 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.9] 5 commits: use unwrap_spec(version=int) here
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 1e316498 by Carl Friedrich Bolz-Tereick at 2021-11-28T19:49:46+01:00 use unwrap_spec(version=int) here --HG-- branch : py3.7 - - - - - b5a32cc7 by Carl Friedrich Bolz-Tereick at 2021-11-28T19:56:46+01:00 cache the bytecode compilation of all the applevel parts of mixed modules --HG-- branch : py3.7 - - - - - ed7470f8 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:37:20+01:00 add a typedef for AsyncGenValueWrapper, you can reach it with a trace hook, leading to a segfault --HG-- branch : py3.7 - - - - - 6849e4f3 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:38:59+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 649b7a14 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:39:14+01:00 merge py3.9 --HG-- branch : py3.9 - - - - - 5 changed files: - pypy/interpreter/baseobjspace.py - pypy/interpreter/test/apptest_coroutine.py - pypy/interpreter/typedef.py - pypy/module/_frozen_importlib/moduledef.py - pypy/module/marshal/interp_marshal.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4c65c073bac933663e94ca0fe93907e45db5c758...649b7a14f489f7b5c6719183711c36fc208d9670 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4c65c073bac933663e94ca0fe93907e45db5c758...649b7a14f489f7b5c6719183711c36fc208d9670 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] 4 commits: use unwrap_spec(version=int) here
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 1e316498 by Carl Friedrich Bolz-Tereick at 2021-11-28T19:49:46+01:00 use unwrap_spec(version=int) here --HG-- branch : py3.7 - - - - - b5a32cc7 by Carl Friedrich Bolz-Tereick at 2021-11-28T19:56:46+01:00 cache the bytecode compilation of all the applevel parts of mixed modules --HG-- branch : py3.7 - - - - - ed7470f8 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:37:20+01:00 add a typedef for AsyncGenValueWrapper, you can reach it with a trace hook, leading to a segfault --HG-- branch : py3.7 - - - - - 6849e4f3 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:38:59+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 5 changed files: - pypy/interpreter/baseobjspace.py - pypy/interpreter/test/apptest_coroutine.py - pypy/interpreter/typedef.py - pypy/module/_frozen_importlib/moduledef.py - pypy/module/marshal/interp_marshal.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6bfc739fce2796d596d78e666915ad6a64476b47...6849e4f30d0d5c8fc7b2d3739d31c337e6f1728e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6bfc739fce2796d596d78e666915ad6a64476b47...6849e4f30d0d5c8fc7b2d3739d31c337e6f1728e 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] 5 commits: fix
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 1c12bbf5 by Carl Friedrich Bolz-Tereick at 2021-11-28T21:43:37+01:00 fix --HG-- branch : py3.7 - - - - - da4331ae by Carl Friedrich Bolz-Tereick at 2021-11-28T22:12:58+01:00 grumble, maybe like this? --HG-- branch : py3.7 - - - - - 11c4decf by Carl Friedrich Bolz-Tereick at 2021-11-28T22:16:40+01:00 seems not :-( should go to bed --HG-- branch : py3.7 - - - - - 606545d7 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:39:54+01:00 merge heads --HG-- branch : py3.7 - - - - - c90ed139 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:44:39+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/marshal.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6849e4f30d0d5c8fc7b2d3739d31c337e6f1728e...c90ed1399b51b64a54dbc6ec219a7fd286032658 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6849e4f30d0d5c8fc7b2d3739d31c337e6f1728e...c90ed1399b51b64a54dbc6ec219a7fd286032658 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.9] 6 commits: fix
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 1c12bbf5 by Carl Friedrich Bolz-Tereick at 2021-11-28T21:43:37+01:00 fix --HG-- branch : py3.7 - - - - - da4331ae by Carl Friedrich Bolz-Tereick at 2021-11-28T22:12:58+01:00 grumble, maybe like this? --HG-- branch : py3.7 - - - - - 11c4decf by Carl Friedrich Bolz-Tereick at 2021-11-28T22:16:40+01:00 seems not :-( should go to bed --HG-- branch : py3.7 - - - - - 606545d7 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:39:54+01:00 merge heads --HG-- branch : py3.7 - - - - - c90ed139 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:44:39+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - 8987c7f1 by Carl Friedrich Bolz-Tereick at 2021-11-29T12:44:57+01:00 merge py3.8 --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/marshal.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/649b7a14f489f7b5c6719183711c36fc208d9670...8987c7f10366ec6809b24376679ce27862b9c481 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/649b7a14f489f7b5c6719183711c36fc208d9670...8987c7f10366ec6809b24376679ce27862b9c481 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.9] recopy 0-sized files from cpython tree, continuation of 99fb8759b517
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bf6bfe4b by Matti Picus at 2021-11-29T15:24:34+02:00 recopy 0-sized files from cpython tree, continuation of 99fb8759b517 --HG-- branch : py3.9 - - - - - 3 changed files: - lib-python/3/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl - lib-python/3/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl - lib-python/stdlib-upgrade.txt View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bf6bfe4b174bed4af11d4afb23319d6f30b6646b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/bf6bfe4b174bed4af11d4afb23319d6f30b6646b 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.9] silence a deprecation warning
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 0d407947 by Matti Picus at 2021-11-29T16:27:51+02:00 silence a deprecation warning --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_lzma.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0d407947f86455341eb0cd278aba69dd015df150 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0d407947f86455341eb0cd278aba69dd015df150 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] Pushed new branch branch/rangeiter-reduce
Matti Picus pushed new branch branch/rangeiter-reduce at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/rangeiter-reduce 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] Pushed new branch branch/py3-interplevel-ast-rewrite
Carl Friedrich Bolz-Tereick pushed new branch branch/py3-interplevel-ast-rewrite at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3-interplevel-ast-rewrite 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.7] spooky action at a distance: fix the module/sys failures about SimpleNameSpace
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 270c2737 by Carl Friedrich Bolz-Tereick at 2021-11-29T22:59:13+01:00 spooky action at a distance: fix the module/sys failures about SimpleNameSpace --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/imp/importing.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/270c27375f12e7b8b729dc9c1dc91c27dbc6ad88 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/270c27375f12e7b8b729dc9c1dc91c27dbc6ad88 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-interplevel-ast-rewrite] 4 commits: fix attributes, enable rewriting for apptest_* with cmdline
Carl Friedrich Bolz-Tereick pushed to branch branch/py3-interplevel-ast-rewrite at PyPy / pypy Commits: 7a5f61eb by Carl Friedrich Bolz-Tereick at 2021-11-29T20:05:49+01:00 fix attributes, enable rewriting for apptest_* with cmdline --HG-- branch : py3-interplevel-ast-rewrite - - - - - 08ce9f53 by Carl Friedrich Bolz-Tereick at 2021-11-29T21:32:12+01:00 cache assert-rewritten bytecode too --HG-- branch : py3-interplevel-ast-rewrite - - - - - b173873e by Carl Friedrich Bolz-Tereick at 2021-11-29T21:38:57+01:00 fix, and kill test about old approach --HG-- branch : py3-interplevel-ast-rewrite - - - - - a0e9662d by Carl Friedrich Bolz-Tereick at 2021-11-29T21:54:11+01:00 turn it on by default --HG-- branch : py3-interplevel-ast-rewrite - - - - - 6 changed files: - pypy/conftest.py - pypy/interpreter/baseobjspace.py - pypy/tool/pytest/apptest2.py - pypy/tool/pytest/astrewriter/ast_rewrite.py - pypy/tool/pytest/test/test_appsupport.py - pypy/tool/pytest/test/test_astrewrite.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dce5e7403fd91a5305d63d280f4a4b148b6aaac9...a0e9662d8d1787e196e8f551242a9daedaaf5f96 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dce5e7403fd91a5305d63d280f4a4b148b6aaac9...a0e9662d8d1787e196e8f551242a9daedaaf5f96 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.7] 4 commits: fix test for python3
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f5dd98b2 by Matti Picus at 2021-11-29T19:21:46+02:00 fix test for python3 --HG-- branch : rangeiter-reduce - - - - - 87b4c03d by Matti Picus at 2021-11-29T20:22:43+02:00 add undocumented __setstate__ for range_iterator classes, make reduce compatible --HG-- branch : rangeiter-reduce - - - - - da321467 by Matti Picus at 2021-11-30T00:37:59+02:00 fix state tuple, add self.start --HG-- branch : rangeiter-reduce - - - - - d45191ca by Matti Picus at 2021-11-30T00:40:32+02:00 merge rangeiter-reduce which adds an index value to iter(range()).__reduce__ --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/__builtin__/functional.py - pypy/module/__builtin__/test/test_functional.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/270c27375f12e7b8b729dc9c1dc91c27dbc6ad88...d45191ca38558ccf0a24d4954e0d0cef6e061ec0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/270c27375f12e7b8b729dc9c1dc91c27dbc6ad88...d45191ca38558ccf0a24d4954e0d0cef6e061ec0 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/rangeiter-reduce] fix state tuple, add self.start
Matti Picus pushed to branch branch/rangeiter-reduce at PyPy / pypy Commits: da321467 by Matti Picus at 2021-11-30T00:37:59+02:00 fix state tuple, add self.start --HG-- branch : rangeiter-reduce - - - - - 1 changed file: - pypy/module/__builtin__/functional.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/da3214673fc283bd678cd1590a49572c560d65f6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/da3214673fc283bd678cd1590a49572c560d65f6 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.7] 6 commits: refactor to get correct error message (with the '=' for inplace ops)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: cccb961d by Matti Picus at 2021-11-29T12:29:56+02:00 refactor to get correct error message (with the '=' for inplace ops) - - - - - 76b87aaa by Matti Picus at 2021-11-30T07:21:55+02:00 use python2 type comparison, not python3 for old-style classes - - - - - 2821f779 by Matti Picus at 2021-11-30T07:34:36+02:00 update version of pycparser to 2.21 - - - - - 8abec46b by Matti Picus at 2021-11-30T08:06:47+02:00 regenerate lextab.py and yacctab.py by importing cffi - - - - - 9b3e2fdc by Matti Picus at 2021-11-30T08:07:16+02:00 remove part of test that is no longer true, interned strings are shared - - - - - eacd6e91 by Matti Picus at 2021-11-30T08:17:36+02:00 merge default --HG-- branch : py3.7 - - - - - 11 changed files: - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/cffi/_pycparser/_ast_gen.py - lib_pypy/cffi/_pycparser/_c_ast.cfg - lib_pypy/cffi/_pycparser/ast_transforms.py - lib_pypy/cffi/_pycparser/c_ast.py - lib_pypy/cffi/_pycparser/c_generator.py - lib_pypy/cffi/_pycparser/c_lexer.py - lib_pypy/cffi/_pycparser/c_parser.py - − lib_pypy/cffi/_pycparser/lextab.py - lib_pypy/cffi/_pycparser/plyparser.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d45191ca38558ccf0a24d4954e0d0cef6e061ec0...eacd6e9166f75eccfdbf9a0aa0f9004d746f38cc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d45191ca38558ccf0a24d4954e0d0cef6e061ec0...eacd6e9166f75eccfdbf9a0aa0f9004d746f38cc 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/default] 4 commits: use python2 type comparison, not python3 for old-style classes
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 76b87aaa by Matti Picus at 2021-11-30T07:21:55+02:00 use python2 type comparison, not python3 for old-style classes - - - - - 2821f779 by Matti Picus at 2021-11-30T07:34:36+02:00 update version of pycparser to 2.21 - - - - - 8abec46b by Matti Picus at 2021-11-30T08:06:47+02:00 regenerate lextab.py and yacctab.py by importing cffi - - - - - 9b3e2fdc by Matti Picus at 2021-11-30T08:07:16+02:00 remove part of test that is no longer true, interned strings are shared - - - - - 11 changed files: - lib_pypy/cffi/_pycparser/README - lib_pypy/cffi/_pycparser/__init__.py - lib_pypy/cffi/_pycparser/_ast_gen.py - lib_pypy/cffi/_pycparser/_c_ast.cfg - lib_pypy/cffi/_pycparser/ast_transforms.py - lib_pypy/cffi/_pycparser/c_ast.py - lib_pypy/cffi/_pycparser/c_generator.py - lib_pypy/cffi/_pycparser/c_lexer.py - lib_pypy/cffi/_pycparser/c_parser.py - − lib_pypy/cffi/_pycparser/lextab.py - lib_pypy/cffi/_pycparser/plyparser.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cccb961d1cf55a86f2afd5bf7c1223d218b1f077...9b3e2fdcf1f603d9f3b46db39d5d905266ddd378 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/cccb961d1cf55a86f2afd5bf7c1223d218b1f077...9b3e2fdcf1f603d9f3b46db39d5d905266ddd378 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