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 Marc.Abramowitz
Recipients Joakim.Sernbrant, Marc.Abramowitz, lemburg
Date 2012-05-18.19:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337368104.09.0.911743016911.issue14572@psf.upfronthosting.co.za>
In-reply-to
Content
Just to make this a tad easier, I put Joakim's patch into a gist:

    [marca@logger01.prod1 Python-2.7.3]$ pwd
    /home/marca/src/Python-2.7.3

    [marca@logger01.prod1 Python-2.7.3]$ curl -sk     
    https://raw.github.com/gist/2727063/ | patch -p1
    patching file Modules/_sqlite/connection.c

I suppose this could be fixed in the Python code with some autoconf stuff, but I'm not too comfortable with autoconf.
History
Date User Action Args
2012-05-18 19:08:24Marc.Abramowitzsetrecipients: + Marc.Abramowitz, lemburg, Joakim.Sernbrant
2012-05-18 19:08:24Marc.Abramowitzsetmessageid: <1337368104.09.0.911743016911.issue14572@psf.upfronthosting.co.za>
2012-05-18 19:08:23Marc.Abramowitzlinkissue14572 messages
2012-05-18 19:08:23Marc.Abramowitzcreate