]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99139: Improve NameError error suggestion for instances (#99140)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 6 Nov 2022 13:52:06 +0000 (13:52 +0000)
committerGitHub <noreply@github.com>
Sun, 6 Nov 2022 13:52:06 +0000 (13:52 +0000)
commit99e2e60cb25bfcf77ba1386d331cfa85864e6a65
tree9aec45b4196922f64b17f82a52761514347c8d25
parenta0bc75e2fdd53680cb147881bcb3754bd56aa2fa
gh-99139: Improve NameError error suggestion for instances (#99140)
Doc/whatsnew/3.12.rst
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2022-11-05-18-36-27.gh-issue-99139.cI9vV1.rst [new file with mode: 0644]
Python/suggestions.c