Commit 47ca90b4 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.27.x'

parents 0f4c46f8 ce1f4296
......@@ -2,6 +2,24 @@
Cython Changelog
================
0.27.2 (2017-??-??)
===================
Bugs fixed
----------
* Crash on first lookup of "cline_in_traceback" option during exception handling.
(Github issue #1907)
* Some nested module level comprehensions failed to compile.
(Github issue #1906)
* Compiler crash on some complex type declarations in pure mode.
(Github issue #1908)
* Compiler crash on misnamed properties. (Github issue #1905)
0.27.1 (2017-10-01)
===================
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.27.1"
__version__ = "0.27.2a0"
try:
from __builtin__ import basestring
......
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