◐ Shell
clean mode source ↗

bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests by sweeneyde · Pull Request #29258 · python/cpython

@sweeneyde

@sweeneyde

@sweeneyde sweeneyde changed the title bpo-30570: Don't stackoveflow on debug builds bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests

Oct 28, 2021

pablogsal

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 4, 2021
…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>

ambv pushed a commit to ambv/cpython that referenced this pull request

Nov 4, 2021
…rom recursion 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 added a commit that referenced this pull request

Nov 4, 2021
…cursion in tests (GH-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>

ambv added a commit that referenced this pull request

Nov 4, 2021
…rom recursion in tests (GH-29258) (GH-29415)

(cherry picked from commit d56375a)

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