summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index fd6e9b0f5..25be6f32f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,10 @@ Cython Changelog
Bugs fixed
----------
+* A refence leak of the for-loop list/tuple iterable was resolved if the for-loop's
+ ``else:`` branch executes a ``break`` for an outer loop.
+ (Github issue :issue:`5347`)
+
* Some C compile failures in CPython 3.12 were resolved.
* Some old usages of the deprecated Python ``imp`` module were replaced with ``importlib``.