]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91058: Add error suggestions to 'import from' import errors (#98305)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 25 Oct 2022 22:56:59 +0000 (23:56 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 22:56:59 +0000 (23:56 +0100)
commit7cfbb49fcd4c85f9bab3797302eadf93df490344
treea20c316c8296dbe3e327e7fcf19925e8090ee267
parent1f737edb67e702095feb97118a911afb569f5705
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Include/cpython/pyerrors.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Lib/test/test_call.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2022-10-15-22-25-20.gh-issue-91058.Uo2kW-.rst [new file with mode: 0644]
Objects/exceptions.c
Python/ceval.c
Python/errors.c
Python/suggestions.c