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