Commit bca173d0 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.19.x' of git+ssh://github.com/cython/cython into 0.19.x

parents 52794ebf e3ef5269
......@@ -14,7 +14,13 @@ Bugs fixed
* Calling the unbound method dict.keys/value/items() in dict subtypes could
call the bound object method instead of the unbound supertype method.
* "yield" wasn't supported in "return" value expressions
* "yield" wasn't supported in "return" value expressions.
* Using the "bint" type in memory views lead to unexpected results.
It is now an error.
* Assignments to global/closure variables could catch them in an illegal state
while deallocating the old value.
Other changes
-------------
......
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