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.