- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
finding the bug and providing a patch.
diff --git a/Misc/NEWS b/Misc/NEWS
index bc52aa8..1d03385 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Core and Builtins
-----------------
+- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
+ finding the bug and providing a patch.
+
- Issue #12973: Fix overflow check that relied on undefined behaviour in
list_repeat. This bug caused test_list to fail with recent versions
of Clang.