来源:Cython
浏览 356
扫码
分享
2020-04-04 08:24:57
0.14.1 (2011-02-04)
Features added
- The gdb debugging support was extended to include all major Cython features, including closures.
- raise MemoryError() is now safe to use as Cython replaces it with the correct C-API call.
Bugs fixed
Other changes
- Decorators on special methods of cdef classes now raise a compile time error rather than being ignored.
- In Python 3 language level mode (-3 option), the ‘str’ type is now mapped to ‘unicode’, so that cdef str s declares a Unicode string even when running in Python 2.