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

Backport 7937, BUG: Guard against buggy comparisons in generic quicksort. #7953

Merged
merged 1 commit into from Aug 21, 2016

Conversation

charris
Copy link
Member

@charris charris commented Aug 20, 2016

#7937

Generic types may have buggy comparison operators in which case the
sentinal values in quicksort cannot be counted on to keep the pointers
from running off the ends of the array. The solution here is to
explicitly check that the pointers are in bounds when sorting generic
types.

Closes #7934.

Generic types may have buggy comparison operators in which case the
sentinal values in quicksort cannot be counted on to keep the pointers
from running off the ends of the array. The solution here is to
explicitly check that the pointers are in bounds when sorting generic
types.

Closes numpy#7934.
@charris charris added this to the 1.11.2 release milestone Aug 20, 2016
@charris charris added the 08 - Backport Used to tag backport PRs label Aug 20, 2016
@charris charris merged commit 2c8a3ba into numpy:maintenance/1.11.x Aug 21, 2016
@charris charris deleted the backport-7937 branch August 21, 2016 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant