◐ Shell
clean mode source ↗

bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only by cfbolz · Pull Request #28002 · python/cpython

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.

@serhiy-storchaka serhiy-storchaka changed the title Make unit-test about restricting the maximum number of nested blocks cpython-only bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only

Aug 28, 2021

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 28, 2021
…ted blocks cpython-only (pythonGH-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.
(cherry picked from commit eb263f9)

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>

serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request

Aug 28, 2021
…of nested blocks cpython-only (pythonGH-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..
(cherry picked from commit eb263f9)

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>

serhiy-storchaka pushed a commit that referenced this pull request

Aug 28, 2021
…ted 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 eb263f9)

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>

serhiy-storchaka added a commit that referenced this pull request

Aug 28, 2021
…of nested blocks cpython-only (GH-28002) (GH-28017)

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 eb263f9)

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>

mozillazg pushed a commit to mozillazg/pypy that referenced this pull request

Aug 29, 2021