Commit 4a6a6363 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 9d275d8a ad6e2731
......@@ -459,6 +459,9 @@ Other changes
Bugs fixed
----------
* Fix a regression in 0.29.20 where ``__div__`` failed to be found in extension types.
(Github issue #3688)
* The deprecated C-API function ``PyUnicode_FromUnicode()`` is no longer used.
Original patch by Inada Naoki. (Github issue #3677)
......
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