summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-21 09:12:29 +0100
committerStefan Behnel <stefan_ml@behnel.de>2020-03-21 09:12:29 +0100
commitb0e53e291f36a36f556bfb0195bd0e329c9049db (patch)
tree66eba71b582c07dfebe5e2341a780d007929b36e
parent97d631020a9bc985b8e6f013a39094712e85e1ec (diff)
parent6c9996c605d59ad2cc33c952b836f4c7387e3071 (diff)
downloadcython-b0e53e291f36a36f556bfb0195bd0e329c9049db.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3f2a60f53..35b8bf1a3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -216,14 +216,23 @@ Bugs fixed
* Fix deprecated import of "imp" module.
Patch by Matti Picus. (Github issue #3350)
+* Fix compatibility with Pythran 0.9.6 and later.
+ Patch by Serge Guelton. (Github issue #3308)
+
* The ``_Py_PyAtExit()`` function in ``cpython.pylifecycle`` was misdeclared.
Patch by Zackery Spytz. (Github issue #3382)
+* The matrix multiplication functions in ``cpython.number`` were missing.
+ Patch by Zackery Spytz. (Github issue #3421)
+
* Avoid "undeclared" warning about automatically generated pickle methods.
Patch by David Woods. (Github issue #3353)
* Avoid C compiler warning about unreachable code in ``prange()``.
+* Some C compiler warnings in PyPy were resolved.
+ Patch by Matti Picus. (Github issue #3437)
+
0.29.15 (2020-02-06)
====================