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 ned.deily
Recipients Joakim.Sernbrant, Marc.Abramowitz, dmalcolm, lemburg, ned.deily, petri.lehtinen
Date 2012-05-20.00:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337474109.78.0.281067801054.issue14572@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch to configure.ac. It appears to work on OS X 10.4 and it should on any other system with an older version of sqlite3 installed. However, I think a better approach is to just change the two problematic references in Modules/_sqlite/connection.c to the older backwards compatible form.  The current sqlite3.h file explicitly supports the older type for backward compatibility for exactly this kind of case.  If so, why add unnecessary magic to Python's configure?  Presumably the sqlite3 project will need to continue to support both definitions indefinitely.  Perhaps Petri can chime in here as he made the change to include the new types.  Attached is a new patch tested on OS X 10.4 and 10.7.
History
Date User Action Args
2012-05-20 00:35:09ned.deilysetrecipients: + ned.deily, lemburg, dmalcolm, petri.lehtinen, Marc.Abramowitz, Joakim.Sernbrant
2012-05-20 00:35:09ned.deilysetmessageid: <1337474109.78.0.281067801054.issue14572@psf.upfronthosting.co.za>
2012-05-20 00:35:09ned.deilylinkissue14572 messages
2012-05-20 00:35:08ned.deilycreate