]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94808: Coverage: Test that maximum indentation level is handled (GH-95926...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Oct 2022 19:06:49 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 19:06:49 +0000 (12:06 -0700)
commit1cd19f7ebfc2df2f4052e5dba0d548c4eb9caa45
tree794926c1fb30988ec98b47c07689876c9a0b927d
parent27a7fe319a46bb3e36f27a9efeaf061f2379dcd8
[3.11] gh-94808: Coverage: Test that maximum indentation level is handled (GH-95926) (#97979)

gh-94808: Coverage: Test that maximum indentation level is handled (GH-95926)

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

* Use "compile" rather than "exec"
(cherry picked from commit 23e83a84651bbcf1f3778baf3ab0b4cbfead75e3)

Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Lib/test/test_tokenize.py