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

fix dangling buffer in IPython.parallel.util #1477

Merged
merged 1 commit into from Mar 25, 2012
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 8, 2012

Prevented numpy arrays from being passed as arguments to view.apply in Python 3.

Previously failing test included.

closes #1401

Prevented numpy arrays from being passed as arguments to view.apply.

Previously failing test included.
minrk added a commit that referenced this pull request Mar 25, 2012
fix dangling `buffer` in IPython.parallel.util, which should be memoryview on py3

Previously failing test included.

closes #1401
@minrk minrk merged commit bbcc4ed into ipython:master Mar 25, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
fix dangling `buffer` in IPython.parallel.util, which should be memoryview on py3

Previously failing test included.

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

Successfully merging this pull request may close these issues.

numpy arrays cannot be used with View.apply() in Python 3
1 participant