pkgsrc/devel/py-cython
wiz d096b8c814 Update to 0.23.2:
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.
2015-09-30 19:22:08 +00:00
..
patches
buildlink3.mk
DESCR
distinfo Update to 0.23.2: 2015-09-30 19:22:08 +00:00
Makefile Update to 0.23.2: 2015-09-30 19:22:08 +00:00
PLIST