10000 Merge pull request #3014 from bfroehle/f2py_unque_symbol · numpy/numpy@d21281a · GitHub
[go: up one dir, main page]

Skip to content

Commit d21281a

Browse files
committed
Merge pull request #3014 from bfroehle/f2py_unque_symbol
BUG: Choose a more unique PY_ARRAY_UNIQUE_SYMBOL in f2py.
2 parents 2b71ffb + a226daa commit d21281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/f2py/src/fortranobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern "C" {
99
#ifdef FORTRANOBJECT_C
1010
#define NO_IMPORT_ARRAY
1111
#endif
12-
#define PY_ARRAY_UNIQUE_SYMBOL PyArray_API
12+
#define PY_ARRAY_UNIQUE_SYMBOL _npy_f2py_ARRAY_API
1313
#include "numpy/arrayobject.h"
1414

1515
/*

0 commit comments

Comments
 (0)
0