From ee2d4bd07f4d2b9646ba8904ad6337d474c66fa6 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sat, 15 Apr 2023 15:26:51 -0400 Subject: Fix infer_call_result() crash on methods called with_metaclass() (#2118) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 460ef305..f02a5851 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,9 @@ What's New in astroid 2.15.3? ============================= Release date: TBA +* Fix ``infer_call_result()`` crash on methods called ``with_metaclass()``. + + Closes #1735 What's New in astroid 2.15.2? -- cgit v1.2.1