Skip to content

BUG: multifield-indexing adds padding bytes: revert for 1.14.1 #10537

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

Merged

Conversation

ahaldane
Copy link
Member

@ahaldane ahaldane commented Feb 7, 2018

Fixes #10387
Fixes #10344
Fixes #10409

This is a version of #10411 targeting the 1.14.x maintenance branch. It reverts the copy->view change from 1.14.0, aiming to get into 1.14.1.

_multifield_view_to_copy(PyArrayObject **view) {
static PyObject *copyfunc = NULL;
PyObject *viewcopy;
PyObject *mf_setting = NULL;
Copy link
Member

Choose a reason for hiding this comment

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

Seems this variable is no longer used, leading to test errors.

@charris charris added this to the 1.14.1 release milestone Feb 7, 2018
@ahaldane ahaldane force-pushed the revert_multifield_view_1.14 branch from 18d08ca to ab349d7 Compare February 7, 2018 19:45
@ahaldane ahaldane force-pushed the revert_multifield_view_1.14 branch from ab349d7 to 08469bb Compare February 7, 2018 21:10
@charris charris merged commit 7e980b5 into numpy:maintenance/1.14.x Feb 7, 2018
@charris
Copy link
Member

charris commented Feb 7, 2018

Thanks Allan.

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.

2 participants