Python/C Client - Counter - version 2.0.3

Can you provide code to reproduce? The C SDK accepts an int64_t, and likewise the Python client passes a long long to the C SDK. The effective limit for a counter increment or decrement is +/- (1^63) -1, in other words, a signed 64 bit value.