diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-28 19:24:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-28 19:24:02 (GMT) |
commit | 779b9aef4fb2750f57ce07f0efbc8ce8406e43ab (patch) | |
tree | b0dbca84a7ba39e26e24cdd14dcb306444420184 /Python/compile.c | |
parent | 2a80893e5c023a73ccd32cc319f4f0404f548c00 (diff) | |
download | cpython-779b9aef4fb2750f57ce07f0efbc8ce8406e43ab.zip cpython-779b9aef4fb2750f57ce07f0efbc8ce8406e43ab.tar.gz cpython-779b9aef4fb2750f57ce07f0efbc8ce8406e43ab.tar.bz2 |
bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016)
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.
(cherry picked from commit eb263f9a356f5c5f21b8d5ce20bac92f31c40cad)
Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions