commit | 1f3ae5c1ca5a8e7696bad414c1de38e0f5f1e2c3 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Nov 04 13:45:05 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Nov 04 13:45:05 2021 -0700 |
tree | 3ac92e70c7975acb6b56830b8f9783eb6b9492aa | |
parent | c0f3281d6ca5c59d4a11698364463d968b9ddd3c [diff] |
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) * Don't stackoveflow on debug builds * Also catch the pickletester case (cherry picked from commit d56375a0dd4cee162081b173310298a3d32af293) Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>