diff --git a/AUTHORS b/AUTHORS index 0395feceb..448b71d3a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,6 +12,7 @@ Adam Uhlir Ahn Ki-Wook Akiomi Kamakura Alan Velasco +Alessio Izzo Alexander Johnson Alexander King Alexei Kozlenok diff --git a/changelog/10743.bugfix.rst b/changelog/10743.bugfix.rst new file mode 100644 index 000000000..943d27ee2 --- /dev/null +++ b/changelog/10743.bugfix.rst @@ -0,0 +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