Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
7d288c9c by Carl Friedrich Bolz-Tereick at 2021-08-10T10:29:52+02:00
errors shouldn't talk about "unicode" any more
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/interpreter/baseobjspace.py
- pypy/i
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4f06b375 by Carl Friedrich Bolz-Tereick at 2021-08-10T11:04:24+02:00
fix binop position
--HG--
branch : py3.8
- - - - -
c3781667 by Carl Friedrich Bolz-Tereick at 2021-08-10T11:44:03+02:00
fix tuple position
--
Carl Friedrich Bolz-Tereick deleted branch
topic/py3.7/experimenting-with-the-build-in-3.7 at PyPy / pypy
--
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
pypy-commit@python.org
https://mail
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
530b73e3 by Yusuke Izawa at 2021-08-10T19:15:43+09:00
Fixed code around handling jitcell_token and target_token
--HG--
branch : threaded-code-generation
- - - - -
db0b446b by Yusuke Izawa at 2021-08-10T19:15
Batuhan Taskaya pushed new branch branch/isidentical-py38-pytokenizer-fixes at
PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/isidentical-py38-pytokenizer-fixes
You're receiving this email because of your account on foss.heptapod.net.
_
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
82d67890 by Carl Friedrich Bolz-Tereick at 2021-08-10T20:55:42+02:00
follow cpython's logic
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/objspace/std/objectobject.py
- pypy/objspace/std/test/test_o
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c01c79c3 by Matti Picus at 2021-08-11T06:31:01+03:00
sys.implementation.hexversion is from pypy_version_info not version_info
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/sys/app.py
- pypy/module/sys/test/t
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4240302b by isidentical at 2021-08-10T17:47:40+03:00
pytokenizer: explicit check for indentation check for type comments
--HG--
branch : isidentical-py38-pytokenizer-fixes
- - - - -
b2fecc6a by isidentical at 2021-08-10T17:49:4