Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
bfae7260 by Carl Friedrich Bolz-Tereick at 2021-10-15T14:59:32+02:00
fix bug in 1138b6754bdd: the "if" of an elif chain was moved,
attaching the
elif to the previous if and breaking "once" in the process, under s
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
8beb69eb by Matti Picus at 2021-10-12T12:15:16+03:00
Added tag release-pypy2.7-v7.3.6rc3 for changeset b89256933b0b
- - - - -
0a195390 by Matti Picus at 2021-10-12T12:18:16+03:00
Added tag release-pypy3.7-v7.3.6r
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c0eebace by Carl Friedrich Bolz-Tereick at 2021-10-15T15:12:06+02:00
backport 1138b6754bdd (don't leak memory if warnings are ignored) and its
bug
fix 32a9dd00ac6a (don't break once in the process)
- - - - -
2e9
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c0eebace by Carl Friedrich Bolz-Tereick at 2021-10-15T15:12:06+02:00
backport 1138b6754bdd (don't leak memory if warnings are ignored) and its
bug
fix 32a9dd00ac6a (don't break once in the process)
- - - - -
2e9
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
c0eebace by Carl Friedrich Bolz-Tereick at 2021-10-15T15:12:06+02:00
backport 1138b6754bdd (don't leak memory if warnings are ignored) and its
bug
fix 32a9dd00ac6a (don't break once in the process)
- - - - -
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
fe53d9dd by Carl Friedrich Bolz-Tereick at 2021-10-15T21:52:03+02:00
bpo-33375: follow cpython in removing this mess of logic to find the filename
and instead just ask the code object.
--HG--
branch : py3.8
- -