Commit c897227c authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 59c3fd02
...@@ -12,6 +12,15 @@ Features added ...@@ -12,6 +12,15 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* Arithmetic operations on ``const`` integer variables could generate invalid code.
(Github issue #1798).
* Local variables with names of special Python methods failed to compile inside of
closures (Github issue #1797).
* Problem with indirect Emacs buffers in cython-mode.
Patch by Martin Albrecht (Github issue #1743).
* Extension types named ``result`` or ``PickleError`` generated invalid unpickling code. * Extension types named ``result`` or ``PickleError`` generated invalid unpickling code.
Patch by Jason Madden (Github issue #1786). Patch by Jason Madden (Github issue #1786).
......
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