]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion...
authorŁukasz Langa <lukasz@langa.pl>
Thu, 4 Nov 2021 20:52:26 +0000 (21:52 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 20:52:26 +0000 (21:52 +0100)
commitf701237db2611140e578cebbdfef91ae4714af4e
treee9f51f1167c6e043b121b950823a2ae7399629cb
parent1e29dce1138a39e095ba47ab4c1e445fd08716e2
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) (GH-29415)

(cherry picked from commit d56375a0dd4cee162081b173310298a3d32af293)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Lib/test/pickletester.py
Lib/test/test_isinstance.py