Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b0537909 by Matti Picus at 2021-01-17T08:55:30+02:00
test, fix issue 3383 and adjust an exception
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/cpyext/number.py
- pypy/module/cpyext/test/test_number.py
Vie
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
1fc9b188 by Ricky Zhou at 2021-01-14T00:04:12-08:00
Fix loading system libraries with ctypes on macOS Big Sur.
On Big Sur, there is no longer a separate dylib file for each system
library. Instead, they have been combined into a
Matti Picus deleted branch branch/py3.7-big-sur-dyld-cache at PyPy / pypy
--
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
7c2ac799 by isidentical at 2021-01-16T17:36:15+03:00
Extend RHS syntax for annotated assignments
--HG--
branch : extended-annotations
- - - - -
e757b82a by Carl Friedrich Bolz-Tereick at 2021-01-16T16:58:41+00:0
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy
Commits:
2e884aa8 by isidentical at 2021-01-16T17:41:32+03:00
Revert latest AST~ related commit (intended for a separate branch)
--HG--
branch : py3.8
- - - - -
5 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy
Batuhan Taskaya pushed new branch branch/extended-annotations at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/extended-annotations
You're receiving this email because of your account on foss.heptapod.net.
__
Batuhan Taskaya pushed to branch branch/py3.8 at PyPy / pypy
Commits:
450c50e9 by isidentical at 2021-01-16T17:18:09+03:00
Partial revert of ASYNC becomes keyword by default patch
--HG--
branch : py3.8
- - - - -
5 changed files:
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpret