[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 2 commits: fix bug in 1138b6754bdd: the "if" of an elif chain was moved, attaching the

Matti Picus (@mattip) foss at heptapod.net
Sat Oct 16 11:50:00 EDT 2021



Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy


Commits:
5bd69d39 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 some
circumstances

--HG--
branch : release-pypy3.8-v7.x

- - - - -
34a22f76 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 : release-pypy3.8-v7.x

- - - - -


2 changed files:

- pypy/module/_warnings/interp_warnings.py
- pypy/module/_warnings/test/apptest_warnings.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe548261e30719cdc8900ceca086686189ac2ed6...34a22f768019e412a41f5af0ebb70c8b0d63867e

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe548261e30719cdc8900ceca086686189ac2ed6...34a22f768019e412a41f5af0ebb70c8b0d63867e
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211016/3fb92275/attachment.html>


More information about the pypy-commit mailing list