[Cython] Cython 0.23.3 released

Stefan Behnel stefan_ml at behnel.de
Tue Sep 29 11:57:21 CEST 2015


Hi everyone,

here is a third bug-fix release for the 0.23 release series that repairs
some further problems and regressions.

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

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.3.tar.gz

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


SHA1 sums:
d5592dc3d529c55a5ef95346caccf11c556993bd  Cython-0.23.3.tar.gz
25c15d661fa2632be1f336f591ef989a76512fe3  Cython-0.23.3.zip

Have fun,

Stefan


0.23.3 (2015-09-29)
===================

Bugs fixed
----------

* Invalid C code for some builtin methods.  This fixes ticket 856 again.

* Incorrect C code in helper functions for PyLong conversion and string
  decoding.  This fixes ticket 863, ticket 864 and ticket 865.
  Original patch by Nikolaus Rath.

* Large folded or inserted integer constants could use too small C
  integer types and thus trigger a value wrap-around.

Other changes
-------------

* The coroutine and generator types of Cython now also register directly
  with the ``Coroutine`` and ``Generator`` ABCs in the ``backports_abc``
  module if it can be imported.  This fixes ticket 870.


More information about the cython-devel mailing list