]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117180: Complete call sequence when trace stack overflow (GH-117184)
authorKen Jin <kenjin@python.org>
Sat, 23 Mar 2024 22:19:17 +0000 (06:19 +0800)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 22:19:17 +0000 (06:19 +0800)
commit6c83352bfe78a7d567c8d76257df6eb91d5a7245
tree8178c6d50eb24820632e8e79a4443eff4a3fd4d5
parentf11d0d8be8af28e1368c3c7c116218cf65ddf93e
gh-117180: Complete call sequence when trace stack overflow (GH-117184)

---------

Co-authored-by: Peter Lazorchak <lazorchakp@gmail.com>
Co-authored-by: Guido van Rossum <gvanrossum@users.noreply.github.com>
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Lib/test/test_capi/test_opt.py
Python/optimizer.c