[Biopython-dev] [Bug 2251] [PATCH] NumPy support for BioPython

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Apr 2 18:03:49 UTC 2007


http://bugzilla.open-bio.org/show_bug.cgi?id=2251


edschofield at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |All




------- Comment #6 from edschofield at gmail.com  2007-04-02 14:03 EST -------
Yes, you're right; this would lead to buggy behaviour in the cluster module on
64-bit platforms with arrays defined with more than 2^32 = 4294967296 rows or
columns.

Are you willing to change the sizes for the relevant array dimensions in
cluster.c from int to intptr_t? This is defined in stdint.h under the C99
standard.

If not, we'd need to stick with int definitions throughout clustermodule.c too,
converting to intp only when necessary for numpy.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list