You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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.
All reactions