From 0e6d6161f6102c0c5f3e8a5e1074ce9b4eefb3da Mon Sep 17 00:00:00 2001 From: Alessio Izzo Date: Wed, 22 Feb 2023 21:58:00 +0100 Subject: [PATCH] add changelog --- AUTHORS | 1 + changelog/10743.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/10743.bugfix.rst 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