]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests...
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Thu, 28 Oct 2021 10:11:18 +0000 (06:11 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 10:11:18 +0000 (11:11 +0100)
commitd56375a0dd4cee162081b173310298a3d32af293
tree5d9ecb5cff63e670aa40e4c0f1cbe655dc7dedad
parent4c95fb4640c0247903562dae4478158b348cea6d
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
Lib/test/pickletester.py
Lib/test/test_isinstance.py