]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107450: Fix parser column offset overflow test on Windows (#110768)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Fri, 13 Oct 2023 07:41:00 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 07:41:00 +0000 (09:41 +0200)
commit05439d308740b621d03562451a7608eb725937ae
treeecaf429881c2ba79749458898ceef9e188413089
parent2f59d418cf19ded355934da168729d12cbb94645
gh-107450: Fix parser column offset overflow test on Windows (#110768)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_exceptions.py