From 54d03df1e6584ffcf0c8fafd308d4c167efffb53 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 25 Mar 2022 05:49:31 -0400 Subject: Don't emit `raising-bad-type` when there is ambiguity (#5968) Co-authored-by: Pierre Sassoulas --- doc/whatsnew/2.13.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst index 7b209042e..856553983 100644 --- a/doc/whatsnew/2.13.rst +++ b/doc/whatsnew/2.13.rst @@ -547,3 +547,8 @@ Other Changes * Output better error message if unsupported file formats are used with ``pyreverse``. Closes #5950 + +* Avoid emitting ``raising-bad-type`` when there is inference ambiguity on + the variable being raised. + + Closes #2793 \ No newline at end of file -- cgit v1.2.1