Skip to content

Fix zero-copy push#1489

Merged
minrk merged 2 commits into
ipython:masterfrom
minrk:ncpush
Mar 25, 2012
Merged

Fix zero-copy push#1489
minrk merged 2 commits into
ipython:masterfrom
minrk:ncpush

Conversation

@minrk
Copy link
Copy Markdown
Member

@minrk minrk commented Mar 14, 2012

zero-copy of numpy arrays only applies to first-level in args/kwargs, but push took a dict as arg. This simply changes push to pass the same ns as kwargs, so numpy arrays will be properly recognized by the serialization machinery.

Test included.

minrk added 2 commits March 13, 2012 17:17
zero-copy of numpy arrays only applies to first-level in args/kwargs, but push took a dict as arg.  This simply changes push to pass the same ns as kwargs, so numpy arrays will be discovered.
minrk added a commit that referenced this pull request Mar 25, 2012
Fix zero-copy push

zero-copy of numpy arrays only applies to first-level in args/kwargs, but push took a dict as arg. This simply changes push to pass the same ns as kwargs, so numpy arrays will be properly recognized by the serialization machinery.
@minrk minrk merged commit 6db7d23 into ipython:master Mar 25, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix zero-copy push

zero-copy of numpy arrays only applies to first-level in args/kwargs, but push took a dict as arg. This simply changes push to pass the same ns as kwargs, so numpy arrays will be properly recognized by the serialization machinery.
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.

1 participant