Merge lp:~sharoonthomas/python-memcached/fix-issue-798342 into lp:python-memcached

Proposed by Sharoon Thomas http://openlabs.co.in
Status: Merged
Merged at revision: 44
Proposed branch: lp:~sharoonthomas/python-memcached/fix-issue-798342
Merge into: lp:python-memcached
Diff against target: 11 lines (+1/-0)
1 file modified
memcache.py (+1/-0)
To merge this branch: bzr merge lp:~sharoonthomas/python-memcached/fix-issue-798342
Reviewer Review Type Date Requested Status
Sean Reifschneider Approve
Review via email: mp+76832@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sean Reifschneider (jafo) wrote :

Committed another patch which solves this problem.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'memcache.py'
2--- memcache.py 2010-12-16 09:16:39 +0000
3+++ memcache.py 2011-09-24 01:09:23 +0000
4@@ -924,6 +924,7 @@
5 self.debuglog('Pickle error: %s\n' % e)
6 val = None
7 else:
8+ val = None
9 self.debuglog("unknown flags on get: %x\n" % flags)
10
11 return val

Subscribers

People subscribed via source and target branches