]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 16 Oct 2021 17:27:43 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 17:27:43 +0000 (10:27 -0700)
commitfe0d9e22a52a10c4cbe52254b51f2d4e74d83568
tree164d8d69ef92ef996cf43c4f4ae8ffeafc3980f7
parent5afa0a411243210a30526c7459a0ccff5cb88494
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst [new file with mode: 0644]