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 sbt
Recipients ned.deily, sbt, tokeefe
Date 2013-08-19.20:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376945606.13.0.937882646018.issue18782@psf.upfronthosting.co.za>
In-reply-to
Content
Adding the line

    features[0][0]

to the end of main() produces a segfault for me on Linux.

The FAQ for sqlite3 says that

    Under Unix, you should not carry an open SQLite database across a 
    fork() system call into the child process. Problems will result if 
    you do.

-- see http://www.sqlite.org/faq.html.  So assuming you are using Unix, this is probably not a Python bug.

(And anyway, I would not expect the pickling of row objects to work correctly.)
History
Date User Action Args
2013-08-19 20:53:26sbtsetrecipients: + sbt, ned.deily, tokeefe
2013-08-19 20:53:26sbtsetmessageid: <1376945606.13.0.937882646018.issue18782@psf.upfronthosting.co.za>
2013-08-19 20:53:26sbtlinkissue18782 messages
2013-08-19 20:53:25sbtcreate