curl-and-python
Pycurl reset patch
From: <johansen_at_sun.com>
Date: Wed, 29 Apr 2009 14:38:36 -0700
Received on 2009-04-29
Date: Wed, 29 Apr 2009 14:38:36 -0700
Folks,
I recently sent a patch to this list that attempted to fix problems with
pycurl.reset(). The fix contained a subtle reference counting bug. I
had a function that was returning Py_None, but failed to increment the
refcount before returning the object. I'm sending out a new version of
the patch that corrects this problem. It's attached to this e-mail.
-j
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
- text/plain attachment: pycurl-reset.patch