Commit ba6d2c5e authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 011d2359 f2702e70
......@@ -150,6 +150,25 @@ Other changes
* Support for Python 2.6 was removed.
0.29.13 (2019-0?-??)
====================
Bugs fixed
----------
* A reference leak for ``None`` was fixed when converting a memoryview
to a Python object. (Github issue #3023)
* The declaration of ``PyGILState_STATE`` in ``cpython.pystate`` was unusable.
Patch by Kirill Smelkov. (Github issue #2997)
Other changes
-------------
* The declarations in ``posix.mman`` were extended.
Patches by Kirill Smelkov. (Github issues #2893, #2894, #3012)
0.29.12 (2019-07-07)
====================
......
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