Tadeu Zagallo pushed new branch branch/py3.9-type-or at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-type-or
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit ma
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
75e1e005 by Carl Friedrich Bolz-Tereick at 2022-06-20T12:17:44+02:00
#3765: PyNumber_ToBase should accept big numbers as well
- - - - -
2 changed files:
- pypy/module/cpyext/number.py
- pypy/module/cpyext/te
Antonio Cuni pushed new branch branch/gc-custom-trace-memo at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/gc-custom-trace-memo
You're receiving this email because of your account on foss.heptapod.net.
___
p
Antonio Cuni pushed to branch branch/gc-custom-trace-memo at PyPy / pypy
Commits:
051f619e by Antonio Cuni at 2022-06-20T14:14:41+01:00
fix test_gcreftracer
--HG--
branch : gc-custom-trace-memo
- - - - -
1 changed file:
- rpython/jit/backend/llsupport/test/test_gcreftracer.py
View it on
Tadeu Zagallo pushed to branch branch/py3.9-type-or at PyPy / pypy
Commits:
c335bc2d by Tadeu Zagallo at 2022-06-20T12:09:53+02:00
(tadeuzagallo,cfbolz): Fix how the typing module is imported in the type or
implementation
--HG--
branch : py3.9-type-or
- - - - -
2 changed files:
- pypy/obj