[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix bug in 1138b6754bdd: the "if" of an elif chain was moved, attaching the

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 11 commits: Added tag release-pypy2.7-v7.3.6rc3 for changeset b89256933b0b

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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: backport 1138b6754bdd (don't leak memory if warnings are ignored) and its bug

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: backport 1138b6754bdd (don't leak memory if warnings are ignored) and its bug

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

[pypy-commit] [Git][pypy/pypy][branch/default] backport 1138b6754bdd (don't leak memory if warnings are ignored) and its bug

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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] bpo-33375: follow cpython in removing this mess of logic to find the filename

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