summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-10 21:44:18 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-10 21:44:18 +0200
commit244dd822c405d7bfa8478fa7ae9dc25b8d5d4751 (patch)
tree8ed6f87c97b1365686c3737e33139b2aeebd866e
parent2ad640d157e35c1c4cee567a805fc6cc268640bd (diff)
downloadcython-244dd822c405d7bfa8478fa7ae9dc25b8d5d4751.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a33812867..1702ad6bb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,9 @@ Cython Changelog
Bugs fixed
----------
+* Comprehensions could incorrectly be optimised away when they appeared in boolean
+ test contexts. (Github issue #1920)
+
* Crash on first lookup of "cline_in_traceback" option during exception handling.
(Github issue #1907)