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

ENH: release GIL in more ndimage functions #4131

Merged
merged 1 commit into from
Nov 22, 2014
Merged

Conversation

juliantaylor
Copy link
Contributor

No description provided.

@@ -709,7 +709,6 @@ NI_CoordinateList* NI_InitCoordinateList(int size, int rank)
NI_CoordinateList *list = \
(NI_CoordinateList*)malloc(sizeof(NI_CoordinateList));
if (!list) {
PyErr_NoMemory();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing call to PyErr_NoMemory() in ni_morphology.c:394.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx fixed

pv added a commit that referenced this pull request Nov 22, 2014
ENH: release GIL in more ndimage functions
@pv pv merged commit 21b2b5d into scipy:master Nov 22, 2014
@pv
Copy link
Member

pv commented Nov 22, 2014

LGTM, merged

@pv pv added this to the 0.15.0 milestone Nov 22, 2014
@juliantaylor juliantaylor deleted the ndimage-gil branch November 22, 2014 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.ndimage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants