Skip to content

GH-111808: Make the default value for test.support.infinite_recursion() conditional on compiler optimizations#112223

Merged
brettcannon merged 3 commits into
python:mainfrom
brettcannon:lower-default-infinite_recursion
Nov 17, 2023
Merged

GH-111808: Make the default value for test.support.infinite_recursion() conditional on compiler optimizations#112223
brettcannon merged 3 commits into
python:mainfrom
brettcannon:lower-default-infinite_recursion

Conversation

@brettcannon

@brettcannon brettcannon commented Nov 17, 2023

Copy link
Copy Markdown
Member

…cursion()` conditional on compiler optimizations
Comment thread Lib/test/support/__init__.py Outdated

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I'm not sure about test_richcmp and test_typing changes. But if the CIs are fine with it, I'm also fine with it :-) I rely on the CI for that ;-)

@brettcannon

Copy link
Copy Markdown
Member Author

I'm not sure about test_richcmp and test_typing changes.

Don't worry, I am since I merged the PRs that added them. 😁

@brettcannon brettcannon merged commit f489ace into python:main Nov 17, 2023
@brettcannon brettcannon deleted the lower-default-infinite_recursion branch November 17, 2023 23:52
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…cursion()` conditional on compiler optimizations (pythonGH-112223)

Co-authored-by: Victor Stinner <vstinner@python.org>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…cursion()` conditional on compiler optimizations (pythonGH-112223)

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.

2 participants