Replies: 1 comment 1 reply
-
I submitted a PR for this: #1706 @dluke: If you want to submit a PR instead I'll withdraw mine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I fixed this issue making the typedef
typedef Py_ssize_t ssize_t;
on line 325 of pyGrid.h but perhaps it would be better to copy and replace all the uses of ssize_t?
In any case I'm not sure if I should bother submitting a pull request for a single line, if someone suggests I should, then I will.
Beta Was this translation helpful? Give feedback.
All reactions