Commit b0e53e29 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 97d63102 6c9996c6
......@@ -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)
====================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment