Ticket #148 (closed defect: fixed)
64-bit indexes have problems in 32-bit platforms
| Reported by: | faltet | Owned by: | faltet |
|---|---|---|---|
| Priority: | major | Component: | PyTables Pro |
| Version: | 2.0 | Keywords: | |
| Cc: |
Description
When a table has more than 2**31 rows and one column is indexed, this index gives the next error in 32-bit platforms:
.../indexesExtension.pyx in indexesExtension.IndexArray._getCoords() <type 'exceptions.OverflowError'>: long int too large to convert to int
Change History
Note: See
TracTickets for help on using
tickets.
