来源:Cython
浏览 329
扫码
分享
2020-04-04 08:24:24
0.23.2 (2015-09-11)
Bugs fixed
- Compiler crash when analysing some optimised expressions.
- Coverage plugin was adapted to coverage.py 4.0 beta 2.
- C++ destructor calls could fail when ‘&’ operator is overwritten.
- Incorrect C literal generation for large integers in compile-timeevaluated DEF expressions and constant folded expressions.
- Byte string constants could end up as Unicode strings when originatingfrom compile-time evaluated DEF expressions.
- Invalid C code when caching known builtin methods.This fixes ticket 860.
ino_t
in posix.types
was not declared as unsigned
.- Declarations in
libcpp/memory.pxd
were missing operator!()
.Patch by Leo Razoumov. - Static cdef methods can now be declared in .pxd files.