summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8125.bugfix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8125.bugfix b/doc/whatsnew/fragments/8125.bugfix
new file mode 100644
index 000000000..bb7860f92
--- /dev/null
+++ b/doc/whatsnew/fragments/8125.bugfix
@@ -0,0 +1,4 @@
+Fix ``used-before-assignment`` false positive when the walrus operator
+is used with a ternary operator in dictionary key/value initialization.
+
+Closes #8125