Skip to content

Conversation

@vstinner
Copy link
Member

test.test_ast_recursion_limit() now uses infinite_recursion() of test.support to prevent crashes on debug builds.

Before this change, the test crashed on ARM64 Windows 3.x buildbot worker which builds Python in debug mode.

test.test_ast_recursion_limit() now uses infinite_recursion() of test.support to prevent crashes on debug builds. Before this change, the test crashed on ARM64 Windows 3.x buildbot worker which builds Python in debug mode.
@netlify
Copy link

netlifybot commented Dec 8, 2022

Deploy Preview for python-cpython-preview canceled.

NameLink
🔨 Latest commit2cf754d
🔍 Latest deploy loghttps://app.netlify.com/sites/python-cpython-preview/deploys/6391993cdfd72c00089b0f1a

@vstinnervstinner added the needs backport to 3.11 only security fixes label Dec 8, 2022
@vstinnervstinner merged commit cd67c1b into python:mainDec 8, 2022
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@vstinnervstinner deleted the test_ast_recursive branch December 8, 2022 08:26
@bedevere-bot
Copy link

GH-100105 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Dec 8, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 8, 2022
test.test_ast_recursion_limit() now uses infinite_recursion() of test.support to prevent crashes on debug builds. Before this change, the test crashed on ARM64 Windows 3.x buildbot worker which builds Python in debug mode. (cherry picked from commit cd67c1b) Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit that referenced this pull request Dec 8, 2022
test.test_ast_recursion_limit() now uses infinite_recursion() of test.support to prevent crashes on debug builds. Before this change, the test crashed on ARM64 Windows 3.x buildbot worker which builds Python in debug mode. (cherry picked from commit cd67c1b) Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issueskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@miss-islington@bedevere-bot