Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
379c37ee
Commit
379c37ee
authored
May 06, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some non-public functions from the NumPy declarations.
See
https://github.com/numpy/numpy/pull/16170
parent
7c11a631
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Cython/Includes/numpy/__init__.pxd
Cython/Includes/numpy/__init__.pxd
+4
-4
No files found.
Cython/Includes/numpy/__init__.pxd
View file @
379c37ee
...
...
@@ -540,8 +540,8 @@ cdef extern from "numpy/arrayobject.h":
# more than is probably needed until it can be checked further.
int
PyArray_SetNumericOps
(
object
)
object
PyArray_GetNumericOps
()
int
PyArray_INCREF
(
ndarray
)
int
PyArray_XDECREF
(
ndarray
)
#
int PyArray_INCREF (ndarray)
#
int PyArray_XDECREF (ndarray)
void
PyArray_SetStringFunction
(
object
,
int
)
dtype
PyArray_DescrFromType
(
int
)
object
PyArray_TypeObjectFromType
(
int
)
...
...
@@ -619,8 +619,8 @@ cdef extern from "numpy/arrayobject.h":
#int PyArray_CompareUCS4 (npy_ucs4 *, npy_ucs4 *, register size_t)
int
PyArray_RemoveSmallest
(
broadcast
)
int
PyArray_ElementStrides
(
object
)
void
PyArray_Item_INCREF
(
char
*
,
dtype
)
void
PyArray_Item_XDECREF
(
char
*
,
dtype
)
#
void PyArray_Item_INCREF (char *, dtype)
#
void PyArray_Item_XDECREF (char *, dtype)
object
PyArray_FieldNames
(
object
)
object
PyArray_Transpose
(
ndarray
,
PyArray_Dims
*
)
object
PyArray_TakeFrom
(
ndarray
,
object
,
int
,
ndarray
,
NPY_CLIPMODE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment