]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Coverage: Test that maximum indentation level is handled (#95926)
authorMichael Droettboom <mdboom@gmail.com>
Thu, 6 Oct 2022 17:39:17 +0000 (13:39 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 17:39:17 +0000 (10:39 -0700)
commit23e83a84651bbcf1f3778baf3ab0b4cbfead75e3
tree9a9d68ea55854d2ea928a54301b0c40634bd069e
parente2e6b95c0342247ed1a761b6e149ac579a8722dd
gh-94808: Coverage: Test that maximum indentation level is handled (#95926)

* gh-94808: Coverage: Test that maximum indentation level is handled

* Use "compile" rather than "exec"
Lib/test/test_tokenize.py