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

BUG: boolean assignment no GIL release when transfer needs API #7669

Merged
merged 1 commit into from
May 24, 2016

Conversation

seberg
Copy link
Member

@seberg seberg commented May 24, 2016

This caused bugs when the iteration does not need the API, but
the data copy does.

closes gh-7666

This caused bugs when the iteration does not need the API, but
the data copy does.

closes numpygh-7666
@charris charris added this to the 1.11.1 release milestone May 24, 2016
@charris charris merged commit b65991a into numpy:master May 24, 2016
@charris
Copy link
Member

charris commented May 24, 2016

Thanks Sebastian.

@seberg seberg deleted the issue7666 branch May 24, 2016 18:15
@charris charris removed this from the 1.11.1 release milestone May 24, 2016
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.

Assigning large object array to bool-specified slice of float array crashes Python
2 participants