summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-17 10:52:35 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-17 10:55:32 +0200
commit04d918f684404375390657d12ecb53346d66c93d (patch)
tree91e913714797df70bd4d8dc6dd009199814b6cc4
parent10c19faf4da842f837d3de15b5ddcc0451f436bc (diff)
parentc0376241ff78db2bf92fe8c6771bcb13dcde885c (diff)
downloadcython-04d918f684404375390657d12ecb53346d66c93d.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 55ac5acaa..ab584fbe7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -194,10 +194,6 @@ Bugs fixed
* Memoryviews failed to compile when the ``cache_builtins`` feature was disabled.
Patch by David Woods. (Github issue #3406)
-* Temporary buffer indexing variables were not released and could show up in
- C compiler warnings, e.g. in generators.
- Patch by David Woods. (Github issue #3430)
-
Other changes
-------------
@@ -258,12 +254,17 @@ Bugs fixed
was fully initialised, thus risking crashes in rare failure cases.
Original patch by achernomorov. (Github issue #3215)
+* Temporary buffer indexing variables were not released and could show up in
+ C compiler warnings, e.g. in generators.
+ Patch by David Woods. (Github issues #3430, #3522)
+
* The compilation cache in ``cython.inline("…")`` failed to take the language
level into account.
Patch by will-ca. (Github issue #3419)
* The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3.
+
0.29.16 (2020-03-24)
====================