[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-reversed-dict

2021-01-30 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed new branch branch/py3.8-reversed-dict at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-reversed-dict You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/new-syntax-warnings] ...

2021-01-30 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/new-syntax-warnings at PyPy / pypy Commits: 175d7fa6 by isidentical at 2021-01-30T23:55:09+03:00 ... --HG-- branch : new-syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on GitLab: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/new-syntax-warnings] explicit type assertion for rpython

2021-01-30 Thread Batuhan Taskaya
Batuhan Taskaya pushed to branch branch/new-syntax-warnings at PyPy / pypy Commits: 1b8c678a by isidentical at 2021-01-30T23:37:39+03:00 explicit type assertion for rpython --HG-- branch : new-syntax-warnings - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/new-syntax-warnings

2021-01-30 Thread Batuhan Taskaya
Batuhan Taskaya pushed new branch branch/new-syntax-warnings at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/new-syntax-warnings You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/map-improvements] pretty subtle bug: when iterating over a map dict, some items would go missing!

2021-01-30 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/map-improvements at PyPy / pypy Commits: 23b6ad2f by Carl Friedrich Bolz-Tereick at 2021-01-30T16:05:53+01:00 pretty subtle bug: when iterating over a map dict, some items would go missing! --HG-- branch : map-improvements - - - - - 2 cha