[h5py] 270/455: Workaround for Cython C99 comment in .append

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 40406f96083a0be9cc750a0c00996e6a0771158f
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Wed Jun 3 06:59:32 2009 +0000

    Workaround for Cython C99 comment in .append
---
 h5py/h5e.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/h5py/h5e.pyx b/h5py/h5e.pyx
index bef7a8d..a9afd2f 100644
--- a/h5py/h5e.pyx
+++ b/h5py/h5e.pyx
@@ -333,7 +333,7 @@ cdef herr_t walk_cb(int n, H5E_error_t *err_desc, void* stack_in):
     element = ErrorStackElement()
 
     element.e = err_desc[0]
-    stack.append(element)
+    stack += [element]
 
     return 0
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list