]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpyth...
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Sat, 28 Aug 2021 18:33:50 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Sat, 28 Aug 2021 18:33:50 +0000 (21:33 +0300)
commiteb263f9a356f5c5f21b8d5ce20bac92f31c40cad
tree715a8eb82393741b0effbc0bec0cb7d50e46c936
parent206b21ed9f64fedff67bfea7cf73e423e3e32393
bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002)

PyPy and potentially other implementations have different or no
contraints on the number of blocks that can be statically nested. move
the test that checks for this behaviour into a unit test and mark it as
CPython-only.
Lib/test/test_syntax.py