summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-06-03 22:12:33 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-06-03 22:12:33 +0200
commit93c7400a5027ee57ea710d6a0a26e3e339de5182 (patch)
tree496f4780e71d4675084012fe0ad748e754349db2 /CHANGES.rst
parentdf202292998172ea141f116a1bb85c0555d2ab01 (diff)
downloadcython-93c7400a5027ee57ea710d6a0a26e3e339de5182.tar.gz
Fix: reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation.
Closes #2309.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 45b7055b9..86c64d21d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,17 @@
Cython Changelog
================
+0.28.4 (2018-??-??)
+===================
+
+Bugs fixed
+----------
+
+* Reallowing ``tp_clear()`` in a subtype of an ``@no_gc_clear`` extension type
+ generated an invalid C function call to the (non-existent) base type implementation.
+ (Github issue #2309)
+
+
0.28.3 (2018-05-27)
===================