[Python-modules-team] Bug#788561: python3-memcache not Python 3 compatible
Claude Paroz
claude at 2xlibre.net
Fri Jun 12 17:51:48 UTC 2015
Package: python3-memcache
Version: 1.53+2014.06.08.git.918e88c496-1
Severity: grave
Justification: renders package unusable
Dear Maintainer,
The Python 3 version of python-memcached in Jessie is unfortunately
not Python 3 compatible, as it refers to the "long" type which does
not exist any more in Python 3.
See traceback:
File "/usr/lib/python3/dist-packages/memcache.py", line 651, in set
return self._set("set", key, val, time, min_compress_len)
File "/usr/lib/python3/dist-packages/memcache.py", line 929, in _set
return _unsafe_set()
File "/usr/lib/python3/dist-packages/memcache.py", line 902, in _unsafe_set
store_info = self._val_to_store_info(val, min_compress_len)
File "/usr/lib/python3/dist-packages/memcache.py", line 856, in _val_to_store_info
elif isinstance(val, long):
NameError: name 'long' is not defined
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (990, 'testing'), (990, 'stable'), (500, 'testing-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python3-memcache depends on:
ii python3-six 1.8.0-1
pn python3:any <none>
python3-memcache recommends no packages.
Versions of packages python3-memcache suggests:
ii memcached 1.4.21-1.1
-- no debconf information
More information about the Python-modules-team
mailing list