Skip to content

Add missing declarations to number.pxd#3421

Merged
scoder merged 1 commit intocython:masterfrom
ZackerySpytz:PyNumber_MatrixMultiply
Mar 12, 2020
Merged

Add missing declarations to number.pxd#3421
scoder merged 1 commit intocython:masterfrom
ZackerySpytz:PyNumber_MatrixMultiply

Conversation

@ZackerySpytz
Copy link
Contributor

PyNumber_MatrixMultiply() and PyNumber_InPlaceMatrixMultiply() were
missing from number.pxd.

The comments are taken from the C API documentation
(https://docs.python.org/3.8/c-api/number.html).

PyNumber_MatrixMultiply() and PyNumber_InPlaceMatrixMultiply() were
missing from number.pxd.

The comments are taken from the C API documentation
(https://docs.python.org/3.8/c-api/number.html).
@scoder scoder merged commit bd990e4 into cython:master Mar 12, 2020
@scoder scoder added this to the 0.29.16 milestone Mar 12, 2020
scoder pushed a commit that referenced this pull request Mar 21, 2020
PyNumber_MatrixMultiply() and PyNumber_InPlaceMatrixMultiply() were
missing from number.pxd.

The comments are taken from the C API documentation
(https://docs.python.org/3.8/c-api/number.html).
alexhenrie pushed a commit to alexhenrie/cython that referenced this pull request Mar 25, 2020
PyNumber_MatrixMultiply() and PyNumber_InPlaceMatrixMultiply() were
missing from number.pxd.

The comments are taken from the C API documentation
(https://docs.python.org/3.8/c-api/number.html).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants