From d11e4f530f614860cb3cf1ed2e9398dfe2d59cfe Mon Sep 17 00:00:00 2001 From: Alessio Izzo Date: Tue, 30 May 2023 14:41:24 +0200 Subject: [PATCH] Update changelog/11028.bugfix.rst Co-authored-by: Bruno Oliveira --- changelog/11028.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11028.bugfix.rst b/changelog/11028.bugfix.rst index 28e567730..9efc04ba6 100644 --- a/changelog/11028.bugfix.rst +++ b/changelog/11028.bugfix.rst @@ -1 +1 @@ -Fix bug related to the walrus operator in asserts. Now a variable that is assigned with the walrus operator can be used later in a function call. +Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.