Skip to content

Add missing declarations to slice.pxd#3411

Merged
scoder merged 1 commit intocython:masterfrom
ZackerySpytz:PySlice_Unpack
Mar 21, 2020
Merged

Add missing declarations to slice.pxd#3411
scoder merged 1 commit intocython:masterfrom
ZackerySpytz:PySlice_Unpack

Conversation

@ZackerySpytz
Copy link
Contributor

PySlice_Unpack() and PySlice_AdjustIndices() were missing from
slice.pxd.

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

PySlice_Unpack() and PySlice_AdjustIndices() were missing from
slice.pxd.

The comments are taken from the C API documentation
(https://docs.python.org/3.8/c-api/slice.html).
@scoder scoder added this to the 0.29.16 milestone Mar 21, 2020
@scoder scoder merged commit e66d9b5 into cython:master Mar 21, 2020
@scoder
Copy link
Contributor

scoder commented Mar 21, 2020

Thanks

scoder pushed a commit that referenced this pull request Mar 21, 2020
PySlice_Unpack() and PySlice_AdjustIndices() were missing from
slice.pxd.

The comments are taken from the C API documentation
(https://docs.python.org/3.8/c-api/slice.html).
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.

2 participants