]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Wed, 17 Nov 2021 23:03:52 +0000 (18:03 -0500)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 23:03:52 +0000 (00:03 +0100)
commit5d90c467c02ffefdb13c1abc83a171db1a99ffad
treebb239747cec3197e1bcb47579bb6f7704952b445
parent736684b1bb67369a2e95a9f621752deead44e7ef
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590)
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-11-17-08-05-27.bpo-45826.OERoTm.rst [new file with mode: 0644]
Python/suggestions.c