DataDog / go-python3

Go bindings to the CPython-3 API
MIT License
376 stars 140 forks source link

Fix position type #18

Closed hush-hush closed 5 years ago

hush-hush commented 5 years ago

What does this PR do?

Py_ssize_t is not the same time on linux and windows (long vs longlong). Using the python size_t type fix the issue