Open josephg opened 4 years ago
One word of caution — there is actually a small bug in the Python version of these that may end up getting fixed, and the bug results in a different encoding than the other bindings for one positive and one negative integer (see https://forums.foundationdb.org/t/request-for-feedback-tuple-encoding-bug/936 for details). The correct encoding would be based on the other implementations.
The document describing tuples is missing documentation for the wire format of +/- arbitrary precision integers.
These are already implemented in the python and java bindings, and as a result are unlikely to change. We should document the format.
The python binding code is here: