tag 399440 +pending
thanks

Hi,

as per doko's suggestion, the NMU with attached diff is on its way. As
this there are two NMUs pending for maintainer confirmation, I'm CCing
2.1's NMU bug log.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/
diff -u python-numarray-1.5.2/debian/changelog python-numarray-1.5.2/debian/changelog
--- python-numarray-1.5.2/debian/changelog
+++ python-numarray-1.5.2/debian/changelog
@@ -1,3 +1,13 @@
+python-numarray (1.5.2-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload at maintainer suggestion (see bug log).
+    Medium urgency for important bug and to not stall last NMU's
+    testing progression.
+  * Keep Py_None refcount accurate. Closes: #399440
+    Thanks to Achim Gaedke for submitting the bug and patch.
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]>  Sun, 26 Nov 2006 11:59:24 +0100
+
 python-numarray (1.5.2-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- python-numarray-1.5.2.orig/Src/libnumarray.ch
+++ python-numarray-1.5.2/Src/libnumarray.ch
@@ -877,6 +877,7 @@
 		if (!buf) return NULL;
 	} else {
 		buf = Py_None;
+		Py_INCREF(buf);
 	}
 	
 	a = NA_NewAllFromBuffer( nd, dimensions, descr->type_num, buf, 

Reply via email to