From b108bdbf0cfb5c45031325d8eae110a6805ca1a8 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 12 Apr 2013 11:31:34 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.7.4