Hi everyone,

here is a second bug-fix release for the 0.23 release series that repairs
several problems and regressions.

https://pypi.python.org/pypi/Cython/0.23.2

Complete changelog follows below. Upgrading is generally recommended.


You can get the signed release from here:

http://cython.org/

http://cython.org/release/Cython-0.23.2.tar.gz

http://cython.org/release/Cython-0.23.2.zip


SHA1 sums:
196bcc55bc82da7e096b28f4eeb848d46a516b21  Cython-0.23.2.tar.gz
7e6aeb8ea81780c65178fa43c9e2b217b2561f8f  Cython-0.23.2.zip

Have fun,

Stefan


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-time
  evaluated DEF expressions and constant folded expressions.

* Byte string constants could end up as Unicode strings when originating
  from 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.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to