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

MAINT: Use PyArray_FROM_* macros #8894

Merged
merged 4 commits into from
Apr 5, 2017

Conversation

eric-wieser
Copy link
Member

If we have these defined, we may as well use the internally, right?

@@ -397,13 +398,13 @@ From other objects
may be 0. Also, if *op* is not already an array (or does not
expose the array interface), then a new array will be created (and
filled from *op* using the sequence protocol). The new array will
have :c:data:`NPY_DEFAULT` as its flags member. The *context* argument
have :c:data:`NPY_ARRAY_DEFAULT` as its flags member. The *context* argument
Copy link
Contributor

@MSeifert04 MSeifert04 Apr 5, 2017

Choose a reason for hiding this comment

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

And I thought I got all of them. 😕

@jaimefrio jaimefrio merged commit 77ff3d6 into numpy:master Apr 5, 2017
@jaimefrio
Copy link
Member

Thanks Eric!

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.

None yet

3 participants