Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: 854c6ecc by Carl Friedrich Bolz-Tereick at 2022-01-25T11:02:58+01:00 #3644: directly access the __context__ descriptor from BaseException. two reasons: - corner case compatibility with CPython - the situations where __context__ is handled are actually kind of subtle, so getting an unexpected error there can lead to exceptions disappearing --HG-- branch : py3.7 - - - - - bd8c43a6 by Carl Friedrich Bolz-Tereick at 2022-01-25T11:17:52+01:00 merge py3.7 --HG-- branch : py3.8 - - - - - b680dd8e by Carl Friedrich Bolz-Tereick at 2022-01-25T11:26:49+01:00 merge py3.8 --HG-- branch : py3.9 - - - - - 93ab76fc by Carl Friedrich Bolz-Tereick at 2022-01-25T12:05:52+01:00 bug in floyd's cycle detection: the tortoise was updated in the wrong way (based on the hare, not on itself) --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/interpreter/error.py - pypy/interpreter/pyopcode.py - pypy/interpreter/test/test_raise.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9d91937adf282d784e8942fc535a2bf8713d3650...93ab76fc3dbf830dce34a7c138bdf37bf111c076 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/9d91937adf282d784e8942fc535a2bf8713d3650...93ab76fc3dbf830dce34a7c138bdf37bf111c076 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit