[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix #3700: bug in the disassembler of py3 opcodes

2022-04-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3720: fix repr of nested GenericAliases

2022-04-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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/_p

[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3720: make attributes read-only

2022-04-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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_gene

[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3720 add slots to make other attribute writes error too

2022-04-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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.

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: generic alias support for ContextVar

2022-04-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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 catc

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix dir of GenericAliases (issue 3720)

2022-04-04 Thread Matti Picus (@mattip)
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