Ticket #75 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

Buffers: negative_indices option

Reported by: dagss Assigned to: dagss
Priority: major Milestone: 0.10
Component: Code Generation Version:
Keywords: numerics buffers Cc:

Description

An option is wanted that simply turn off negative indexing functionality in the buffer [] operator. This will cause IndexErrors when negative indices are used, and if boundscheck is turned off then no if-tests happen even on lookups with signed ints.

Change History

09/23/2008 11:55:27 AM changed by dagss

  • owner changed from somebody to dagss.
  • status changed from new to assigned.

09/23/2008 11:57:21 AM changed by dagss

  • status changed from assigned to closed.
  • resolution set to fixed.