Skip to content

bpo-46542: test_json uses support.infinite_recursion() #30972

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

Merged
merged 1 commit into from
Jan 28, 2022
Merged

bpo-46542: test_json uses support.infinite_recursion() #30972

merged 1 commit into from
Jan 28, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 28, 2022

Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().

https://bugs.python.org/issue46542

Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().
@bedevere-bot bedevere-bot added awaiting core review tests Tests in the Lib/test dir labels Jan 28, 2022
@vstinner vstinner added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes and removed CLA signed tests Tests in the Lib/test dir awaiting core review labels Jan 28, 2022
@vstinner vstinner merged commit e7a6285 into python:main Jan 28, 2022
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@vstinner vstinner deleted the infinite_recursion branch January 28, 2022 00:35
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 28, 2022
Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().
(cherry picked from commit e7a6285)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot
Copy link

GH-30973 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jan 28, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 28, 2022
Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().
(cherry picked from commit e7a6285)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jan 28, 2022
@bedevere-bot
Copy link

GH-30974 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Jan 28, 2022
Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().
(cherry picked from commit e7a6285)

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit that referenced this pull request Jan 28, 2022
Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().
(cherry picked from commit e7a6285)

Co-authored-by: Victor Stinner <vstinner@python.org>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
Fix test_json tests checking for RecursionError: modify these tests
to use support.infinite_recursion().
(cherry picked from commit e7a6285)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants