]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94445: add compiler test for another case of excessive stack use (GH-99237)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Nov 2022 21:16:28 +0000 (13:16 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 21:16:28 +0000 (13:16 -0800)
commit1565db7020be2ed66c2777897c3f54974828baf5
tree986125d3bbf4ae56d870ca74d0ea1bc541f63773
parent00147a84fca70fadd9fa869e8bcae4b720b90c2e
gh-94445: add compiler test for another case of excessive stack use (GH-99237)

(cherry picked from commit 027bc7e6bba93777c80300953579266818d339e7)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/test/test_compile.py