8000 Header cleanup by charris · Pull Request #102 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Header cleanup #102

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

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ENH: core: Make scalar math module leave out the deprecated header
  • Loading branch information
Mark Wiebe authored and charris committed Jul 6, 2011
commit 50f09bb6838e89d81c0b3d1214d14434fdb90458
2 changes: 2 additions & 0 deletions numpy/core/src/scalarmathmodule.c.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
but still supports error-modes.
*/

#define NPY_NO_DEPRECATED_API

#include "Python.h"
#include "numpy/noprefix.h"
#include "numpy/ufuncobject.h"
Expand Down
0