Comment 1 for bug 1479184

Revision history for this message
Carlos Sanchez (papachoco) wrote :

In In Python Memcached 1.54

the original code in _val_to_store_info is

elif isinstance(val, int):
            flags |= Client._FLAG_INTEGER
            val = "%d" % val
            # force no attempt to compress this silly string.
            min_compress_len = 0

the issue also affect when checking for long values