[h5py] 323/455: Fix proxy to not use Python ints

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:46 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 c336eb854b339d55479744bed286ee719a13a6a5
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Nov 24 04:38:49 2009 +0000

    Fix proxy to not use Python ints
---
 h5py/_proxy.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/h5py/_proxy.pyx b/h5py/_proxy.pyx
index 97d2956..40bf7e7 100644
--- a/h5py/_proxy.pyx
+++ b/h5py/_proxy.pyx
@@ -162,7 +162,7 @@ cdef herr_t dset_rw(hid_t dset, hid_t mtype, hid_t mspace, hid_t fspace,
 
     return 0
 
-cdef void* create_buffer(size_t ipt_size, size_t opt_size, nl) except NULL:
+cdef void* create_buffer(size_t ipt_size, size_t opt_size, size_t nl) except NULL:
     
     cdef size_t final_size
     cdef void* buf

-- 
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