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
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
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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
…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
…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
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters