summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-02-22 13:59:59 +0100
committerStefan Behnel <stefan_ml@behnel.de>2015-02-22 13:59:59 +0100
commit65840df620b3c5a3d9446daa95b81c17f19d40f2 (patch)
tree43a98a1afc7a209d5bc4ab0174a25adab1e2799f
parentc858f36a688894bdecdb1787666e310083fd2d39 (diff)
downloadcython-65840df620b3c5a3d9446daa95b81c17f19d40f2.tar.gz
changelog
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 452db630b..f48eec02e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,11 @@ Bugs fixed
* Runtime reported file paths of source files (e.g for profiling and tracing)
are now relative to the build root directory instead of the main source file.
+* Tracing exception handling code could enter the trace function with an active
+ exception set.
+
+* Comparisons of (inferred) ctuples failed to compile.
+
* C compilation could fail in pypy3.