]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104741: Add line number attribute to indentation error exception (#104743)
authorMarta Gómez Macías <mgmacias@google.com>
Mon, 22 May 2023 11:30:18 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 11:30:18 +0000 (11:30 +0000)
commit729b252241966f464cc46e176fb854dbcc5296cb
tree504b8a8c45364d456124dcbe79140bd0a5b7c2ad
parent0a7796052acb9cec8b13f8d0a5f304f56f26ec5b
gh-104741: Add line number attribute to indentation error exception (#104743)
Lib/test/test_tabnanny.py
Lib/test/test_tokenize.py
Python/Python-tokenize.c