Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffers: negative_indices option #635

Closed
robertwb opened this issue Sep 23, 2008 · 2 comments
Closed

Buffers: negative_indices option #635

robertwb opened this issue Sep 23, 2008 · 2 comments

Comments

@robertwb
Copy link
Contributor

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.

Migrated from http://trac.cython.org/ticket/75

@robertwb
Copy link
Contributor Author

@dagss changed owner from somebody to dagss
status from new to assigned
commented

@robertwb
Copy link
Contributor Author

@dagss changed resolution to fixed
status from assigned to closed
commented

http://hg.cython.org/cython-devel/rev/c6a108eb7363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant