Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbc7cd6

Browse files
ambvcfbolz
andauthoredOct 4, 2022
pythongh-97008: Add a Python implementation of AttributeError and NameError suggestions (python#97022)
Relevant tests moved from test_exceptions to test_traceback to be able to compare both implementations. Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
1 parent 7acb93f commit bbc7cd6

8 files changed

+50707
-520
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Include/internal/pycore_runtime_init_generated.h generated
7373
Include/opcode.h generated
7474
Include/token.h generated
7575
Lib/keyword.py generated
76+
Lib/test/levenshtein_examples.json generated
7677
Lib/test/test_stable_abi_ctypes.py generated
7778
Lib/token.py generated
7879
Objects/typeslots.inc generated
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.