]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130821: Add type information to error messages for invalid return type (GH-130835)
authorSemyon Moroz <donbarbos@proton.me>
Thu, 14 Aug 2025 08:04:41 +0000 (08:04 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 08:04:41 +0000 (11:04 +0300)
commit968f6e523afb9840d96cc18ba2eae7fdc7856b44
treeaf6107acdb227036c8cb4c9be6e8cb94ac8a83ba
parentc9d70651889afa89a033e8daedcb1cd60c59653a
gh-130821: Add type information to error messages for invalid return type (GH-130835)
14 files changed:
Lib/test/test_coroutines.py
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-28-18-59-11.gh-issue-130821.B11LU1.rst [new file with mode: 0644]
Objects/abstract.c
Objects/bytesobject.c
Objects/complexobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/funcobject.c
Objects/genobject.c
Objects/iterobject.c
Objects/moduleobject.c
Objects/object.c
Objects/typeobject.c