This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients
Date 2003-10-02.16:25:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

You should report this to the pycurl project.  The specific 
error message you report is new in Python 2.3, doing a check 
for errnoneous usage of the Python C API.  That check didn't 
exist in Python 2.2.

While it's possible there's a previously unreported error in 
Python 2.3 here, it's much more likely that the problem is in 
pycurl's C code, and that the error there simply went 
undetected before Python 2.3, appearing to work by luck.
History
Date User Action Args
2007-08-23 14:17:25adminlinkissue816476 messages
2007-08-23 14:17:25admincreate