[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix #3700: bug in the disassembler of py3 opcodes
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: d3390082 by Carl Friedrich Bolz-Tereick at 2022-04-04T13:32:48+02:00 fix #3700: bug in the disassembler of py3 opcodes --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/interactive.py - pypy/interpreter/test/test_zpy.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d3390082c1392e8d1ef1b8adcddede6168e78704 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d3390082c1392e8d1ef1b8adcddede6168e78704 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3720: fix repr of nested GenericAliases
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: c41a83a3 by Carl Friedrich Bolz-Tereick at 2022-04-04T14:43:00+02:00 #3720: fix repr of nested GenericAliases --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/test_generic_alias.py - lib_pypy/_pypy_generic_alias.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c41a83a316aefe458d1b83b4ec6623728d627dd0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c41a83a316aefe458d1b83b4ec6623728d627dd0 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3720: make attributes read-only
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 1d6fc968 by Carl Friedrich Bolz-Tereick at 2022-04-04T14:56:28+02:00 #3720: make attributes read-only --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/test_generic_alias.py - lib_pypy/_pypy_generic_alias.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1d6fc968f5c8a78fa792f26c1b895d047a151d7e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1d6fc968f5c8a78fa792f26c1b895d047a151d7e 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3720 add slots to make other attribute writes error too
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 37ec5a56 by Carl Friedrich Bolz-Tereick at 2022-04-04T16:02:33+02:00 #3720 add slots to make other attribute writes error too --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/test_generic_alias.py - lib_pypy/_pypy_generic_alias.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/37ec5a56d0caedc325a57ef1787fffdc993a2a14 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/37ec5a56d0caedc325a57ef1787fffdc993a2a14 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: generic alias support for ContextVar
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 97b1ca6f by Carl Friedrich Bolz-Tereick at 2022-04-04T16:22:43+02:00 generic alias support for ContextVar --HG-- branch : py3.9 - - - - - a580ab0f by Carl Friedrich Bolz-Tereick at 2022-04-04T16:25:28+02:00 catch TypeError too when trying to set __orig_class__ --HG-- branch : py3.9 - - - - - 4 changed files: - + extra_tests/test_contextvars.py - extra_tests/test_generic_alias.py - lib_pypy/_contextvars.py - lib_pypy/_pypy_generic_alias.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37ec5a56d0caedc325a57ef1787fffdc993a2a14...a580ab0fc85acefdf6cf31209c2c85c81e36d106 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/37ec5a56d0caedc325a57ef1787fffdc993a2a14...a580ab0fc85acefdf6cf31209c2c85c81e36d106 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix dir of GenericAliases (issue 3720)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: df88ba51 by Matti Picus at 2022-04-04T23:14:38+03:00 fix dir of GenericAliases (issue 3720) --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/test_generic_alias.py - lib_pypy/_pypy_generic_alias.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/df88ba51d2add34ae9af115e031598d5ee30b0b2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/df88ba51d2add34ae9af115e031598d5ee30b0b2 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