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 vstinner
Recipients amaury.forgeotdarc, ghaering, jeremybanks, ned.deily, vstinner
Date 2011-07-15.08:40:34
SpamBayes Score 0.00096971454
Marked as misclassified No
Message-id <1310719236.31.0.910297585647.issue12569@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems that a fix was merged in the 3.1 branch,
> somewhere between 3.1.2 and 3.1.3.

Which fix? The code is still wrong in Mercurial (branch 3.1):

   493     operation_cstr = _PyUnicode_AsStringAndSize(operation, &operation_len);
   494     if (operation == NULL)
   495         goto error;

http://hg.python.org/cpython/file/42ec507815d2/Modules/_sqlite/cursor.c
History
Date User Action Args
2011-07-15 08:40:36vstinnersetrecipients: + vstinner, ghaering, amaury.forgeotdarc, ned.deily, jeremybanks
2011-07-15 08:40:36vstinnersetmessageid: <1310719236.31.0.910297585647.issue12569@psf.upfronthosting.co.za>
2011-07-15 08:40:35vstinnerlinkissue12569 messages
2011-07-15 08:40:34vstinnercreate