Skip to content

[3.9] bpo-25130: Make unit-test about restricting the maximum number …#28017

Merged
serhiy-storchaka merged 1 commit into
python:3.9from
serhiy-storchaka:backport-eb263f9-3.9
Aug 28, 2021
Merged

[3.9] bpo-25130: Make unit-test about restricting the maximum number …#28017
serhiy-storchaka merged 1 commit into
python:3.9from
serhiy-storchaka:backport-eb263f9-3.9

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Aug 28, 2021

…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..
(cherry picked from commit eb263f9)

Co-authored-by: Carl Friedrich Bolz-Tereick [email protected]

https://bugs.python.org/issue25130

…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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants