THRIFT-108. python: Fix call to PyDict_Next in fastbinary.c The position parameter is supposed to be a Py_ssize_t*, not an int*. This was probably just an oversight in the original patch, and it was preventing maps from serializing properly on x86-64.