]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None...
authorŁukasz Langa <lukasz@langa.pl>
Thu, 18 Nov 2021 00:28:04 +0000 (01:28 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 00:28:04 +0000 (01:28 +0100)
commit8eabe60108b536b942c791b5d3dc3c3020497aac
treeadce6c0393125f815bb78868611d0a493ebce79f
parent563e45875a7623fc06a0fc990099b32855082b68
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602)

(cherry picked from commit 5d90c467c02ffefdb13c1abc83a171db1a99ffad)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
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