unhandled exception

Bug #826543 reported by pegler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python Memcached
Fix Released
Undecided
Sean Reifschneider

Bug Description

While using python-memcached with django, it produced an unhandled exception. Here is the relevant trace.

 File "/usr/lib/pymodules/python2.6/memcache.py", line 779, in get
   return self._get('get', key)

 File "/usr/lib/pymodules/python2.6/memcache.py", line 762, in _get
   rkey, flags, rlen, = self._expectvalue(server)

 File "/usr/lib/pymodules/python2.6/memcache.py", line 874, in _expectvalue
   if line[:5] == 'VALUE':

TypeError: 'NoneType' object is unsubscriptable

Revision history for this message
Sean Reifschneider (jafo) wrote :

This was fixed in Bug #509712 which was released back in December 2010. Thanks for the report.

Changed in python-memcached:
status: New → Fix Committed
assignee: nobody → Sean Reifschneider (jafo)
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.