From: Stefan Behnel Date: Fri, 12 Apr 2013 09:31:34 +0000 (+0200) Subject: changelog X-Git-Tag: 0.19b2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b108bdbf0cfb5c45031325d8eae110a6805ca1a8;p=platform%2Fupstream%2Fpython-cython.git changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index 8fc44e8..685edba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -69,6 +69,9 @@ Features added Bugs fixed ---------- +* Cascaded assignments of None values to extension type variables failed with + a ``TypeError`` at runtime. + * The ``__defaults__`` attribute was not writable for Cython implemented functions.