]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Nov 2017 09:27:48 +0000 (11:27 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Nov 2017 09:27:48 +0000 (11:27 +0200)
commitcf296537f164abeacd83011239881f75f290ed31
tree4a0b76fdfa52335235c5d92e39837bb2f522c993
parent1b46131ae423f43d45947bb48844cf82f6fd82b8
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035)

MemoryError raised when normalizing a RecursionError raised during exception normalization now not always causes a fatal error.
Python/errors.c