Ticket #63 (closed defect: fixed)
long long index fails
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.10 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
On Aug 25, 2008, at 12:50 PM, Simon Burton wrote:
Here is foo.pyx :
tank = {}
def set(long long ob, val):
tank[ob] = val
def get(ob):
return tank.get(ob)
The set function is broken for values bigger than 32 bits (running on 32 bit machine).
Change History
Note: See
TracTickets for help on using
tickets.
