[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: #3577 this extra .lineno_set = False is no longer necessary, since we set the

2021-10-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8-fix-for-tracing] document branch

2021-10-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.9

2021-10-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] backport fixes to close ProcessPoolExecutor (issue 3317)

2021-10-21 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: apply the rest of the changes in the fix to cpython bpo-39104

2021-10-21 Thread Matti Picus (@mattip)
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