Maps are not properly serialized in x86_64 with fastbinary
----------------------------------------------------------
Key: THRIFT-108
URL: https://issues.apache.org/jira/browse/THRIFT-108
Project: Thrift
Issue Type: Bug
Components: Library (Python)
Reporter: Esteve Fernandez
Attachments: fastbinary_map_x86_64.patch
Maps are not serialized properly in x86_64 due to a bug in fastbinary. It uses
an int (instead of a Py_ssize_t) to store the current position in PyDict_Next.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.