Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
42e103f9 by Carl Friedrich Bolz-Tereick at 2021-10-20T11:44:18+02:00
#3577 this extra .lineno_set = False is no longer necessary, since we set the
lineno in a lot more places than we used to
--HG--
branch : py3.8
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-fix-for-tracing at
PyPy / pypy
Commits:
e2a59384 by Carl Friedrich Bolz-Tereick at 2021-10-21T10:08:21+02:00
document branch
--HG--
branch : py3.8-fix-for-tracing
- - - - -
1 changed file:
- pypy/doc/whatsnew-pypy3-head.rst
View
Carl Friedrich Bolz-Tereick pushed new branch branch/py3.9 at PyPy / pypy
--
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit maili
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c9acce86 by mgorny at 2021-10-22T08:43:37+03:00
backport fixes to close ProcessPoolExecutor (issue 3317)
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/concurrent/futures/process.py
View it on Heptapod:
ht
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e663b7fb by Matti Picus at 2021-10-22T08:59:22+03:00
apply the rest of the changes in the fix to cpython bpo-39104
--HG--
branch : py3.8
- - - - -
82c9c432 by Matti Picus at 2021-10-22T09:12:01+03:00
fix broken dependency on gc