I have been getting failures from test_sqlite off the trunk when I run the entire test suite (as ``./python.exe Lib/test/regrtest.py``) with this error on OS X 10.4.9 and sqlite3 3.3.16:<br><br>Traceback (most recent call last):
<br>&nbsp; File &quot;/Users/drifty/Dev/python/2.x/pristine/Lib/sqlite3/test/regression.py&quot;, line 29, in setUp<br>&nbsp;&nbsp;&nbsp; self.con = sqlite.connect(&quot;:memory:&quot;)<br>ProgrammingError: library routine called out of sequence
<br><br><br>When run in isolation it is fine.&nbsp; Anyone have a guess as to what is going on?<br><br>-Brett<br>