changelog
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 12 Apr 2013 09:31:34 +0000 (11:31 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 12 Apr 2013 09:31:34 +0000 (11:31 +0200)
CHANGES.rst

index 8fc44e8..685edba 100644 (file)
@@ -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.