]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111609: `end_offset` is ignored in subclasses of SyntaxError (#127554)
authorNice Zombies <nineteendo19d0@gmail.com>
Wed, 11 Dec 2024 09:09:34 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 09:09:34 +0000 (09:09 +0000)
commit487a51a1b981211c091caa2026da81cc0df7096c
treebaae409dc5649657ac4c9766f58372681f1b1cda
parent20c0c8cf3849e94ab75f95e760158c398de334f2
[3.12] gh-111609: `end_offset` is ignored in subclasses of SyntaxError (#127554)

* `end_offset` is ignored in subclasses of SyntaxError

* ðŸ“œðŸ¤– Added by blurb_it.

* Add test

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-03-12-17-36.gh-issue-111609.UHpQY9.rst [new file with mode: 0644]
Python/pythonrun.c