redis_lock/__init__.py", line 219, in get_owner_id
owner_id = owner_id.decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xec in position 0: ordinal not in range(128)
It seems to be introduced by this commit, which will crash the new version when trying to acquire an lock holding by the old version.
It seems to be introduced by this commit, which will crash the new version when trying to acquire an lock holding by the old version.