From 0bd69f4e5c09c2edc619a68679ab72bb000c9e2f Mon Sep 17 00:00:00 2001 From: Alessio Izzo Date: Tue, 7 Mar 2023 23:09:51 +0100 Subject: [PATCH] fix changelog after review --- changelog/10743.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10743.bugfix.rst b/changelog/10743.bugfix.rst index db8eb73b0..3fafd3a11 100644 --- a/changelog/10743.bugfix.rst +++ b/changelog/10743.bugfix.rst @@ -1 +1 @@ -Fixed different behavior from std lib unittest of asserts with expression that contains the walrus operator in it that changes the value of a variable. +The assertion rewriting mechanism now works correctly when assertion expressions contain the walrus operator. \ No newline at end of file