Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) #28016

Merged
merged 1 commit into from Aug 28, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 28, 2021

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

https://bugs.python.org/issue25130

…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>
@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 28, 2021

@cfbolz and @serhiy-storchaka: Status check is done, and it's a success .

@serhiy-storchaka serhiy-storchaka merged commit 779b9ae into python:3.10 Aug 28, 2021
12 checks passed
@miss-islington miss-islington deleted the backport-eb263f9-3.10 branch Aug 28, 2021
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.

None yet

5 participants