pkgsrc/devel/py-cython
wiz 1c6f8d6d98 Update to 0.18:
0.18 (2013-01-28)
=================

Features added
--------------

* Named Unicode escapes ("\N{...}") are supported.

* Python functions/classes provide the special attribute "__qualname__"
  as defined by PEP 3155.

* Added a directive ``overflowcheck`` which raises an OverflowException when
  arithmetic with C ints overflow.  This has a modest performance penalty, but
  is much faster than using Python ints.

* Calls to nested Python functions are resolved at compile time.

* Type inference works across nested functions.

* ``py_bytes_string.decode(...)`` is optimised.

* C ``const`` declarations are supported in the language.

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

* Automatic C++ exception mapping didn't work in nogil functions (only in
  "with nogil" blocks).
2013-02-03 16:35:51 +00:00
..
patches Update to 0.17.3: 2012-12-16 16:07:53 +00:00
buildlink3.mk
DESCR
distinfo Update to 0.18: 2013-02-03 16:35:51 +00:00
Makefile Update to 0.18: 2013-02-03 16:35:51 +00:00
PLIST Update to 0.18: 2013-02-03 16:35:51 +00:00