summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-27 17:48:13 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-27 17:48:13 +0200
commita56ee0711ef0bcd338d9f9773b6609210f05946b (patch)
treec3ab363ac9ff792734c8ad9701f4ab8d101f2482
parent839a7a5f8f39b80897781ccc98786dcb23c79745 (diff)
downloadcython-0.27.1b1.tar.gz
Clarify fix in changelog.0.27.1b1
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 91ad74bfd..178016106 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,9 @@ Bugs fixed
* Modules built for later CPython 3.5.x versions failed to import in 3.5.1.
(Github issue #1880)
+* Deallocating fused types functions and methods kept their GC tracking enabled,
+ which could potentially lead to recursive deallocation attempts.
+
* Crash when compiling in C++ mode with old setuptools versions.
(Github issue #1879)
@@ -38,9 +41,6 @@ Bugs fixed
* Annotations could be parsed (and rejected) as types even with
``annotation_typing=False``.
-* Deallocating fused types functions and methods kept their GC tracking enabled,
- which could lead to crashes.
-
0.27 (2017-09-23)
=================