]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Oct 2021 17:51:05 +0000 (10:51 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 17:51:05 +0000 (10:51 -0700)
commit5df35faf3611b459f7f32bfe9fd2ffa7fb2dc59e
tree0e71b2c3918b37152ee28f0f1a020c4f9ad94ec7
parent855d6247adb39d4e38b698b89e519587318abd80
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)

(cherry picked from commit fe0d9e22a52a10c4cbe52254b51f2d4e74d83568)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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]