Skip to content
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

Correct Py_ssize_t definition #116

Merged
merged 1 commit into from
Oct 2, 2019
Merged

Conversation

Clyybber
Copy link
Contributor

@Clyybber Clyybber commented Oct 1, 2019

Py_ssize_t should be signed, see https://stackoverflow.com/questions/20987390/cython-why-when-is-it-preferable-to-use-py-ssize-t-for-indexing#20987501

This is a blocker for nim-lang/Nim#12321 which corrects nims csize definition to be uint.

@yglukhov yglukhov merged commit b2510ed into yglukhov:master Oct 2, 2019
@yglukhov
Copy link
Owner

yglukhov commented Oct 2, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants