[Python-Dev] A word of warning against using sqlite3 from MacPorts

2008-02-02 Thread Brett Cannon
I was running the test suite today and I was getting a segfault in test_sqlite. That seemed odd since I had not seen any issues on any buildbots. And running the test independently was fine. Noticing that sqlite 3.5.5 was recently available I had MacPorts update. Unfortunately this didn't fix thin

Re: [Python-Dev] A word of warning against using sqlite3 from MacPorts

2008-02-03 Thread Andrew MacIntyre
Brett Cannon wrote: {...} > Noticing that sqlite 3.5.5 was recently available I had MacPorts > update. Unfortunately this didn't fix things. I narrowed things down > to running test_ctypes before test_sqlite as the trigger. In order to > debug I wanted to use a version of sqlite that I had compil