◐ Shell
clean mode source ↗

[3.10] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) by miss-islington · Pull Request #29414 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Nov 4, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

  • Don't stackoveflow on debug builds

  • Also catch the pickletester case
    (cherry picked from commit d56375a)

Co-authored-by: Dennis Sweeney 36520290+sweeneyde@users.noreply.github.com

https://bugs.python.org/issue30570

…cursion in tests (pythonGH-29258)

* Don't stackoveflow on debug builds

* Also catch the pickletester case
(cherry picked from commit d56375a)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>

@miss-islington miss-islington merged commit 1f3ae5c into python:3.10

Nov 4, 2021

@miss-islington miss-islington deleted the backport-d56375a-3.10 branch

November 4, 2021 20:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gpshead gpshead gpshead approved these changes

Assignees

No one assigned

Labels

skip news tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @gpshead @the-knights-who-say-ni @bedevere-bot @sweeneyde