<br><br><div><span class="gmail_quote">On 6/14/06, <b class="gmail_sendername">Gerhard Häring</b> &lt;<a href="mailto:gh@ghaering.de">gh@ghaering.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Co-posting to python-dev in the hope of getting help of people verifying<br>my suspicion ...<br><br>Gerhard Häring wrote:<br>&gt; [...]<br>&gt; For some reason, they don't seem to have picked up the changed tests of<br>&gt; the sqlite3 module. At least the error messages look exactly like the
<br>&gt; ones I had when I ran the current code against old tests.<br><br>That guess was wrong. The failed sqlite3 tests come from an old SQLite<br>version being linked against. Until recently, SQLite was buggy and it<br>
was only fixed in<br><br><a href="http://www.sqlite.org/cvstrac/chngview?cn=2981">http://www.sqlite.org/cvstrac/chngview?cn=2981</a><br><br>that callbacks can throw errors that are usefully returned to the<br>original caller.
<br><br>The tests for the sqlite3 module currently assume a recent version<br>SQLite (3.3.something). Otherwise some tests will fail.<br><br>Still, it can be built against any SQLite 3 release.</blockquote><div><br>Perhaps this is the wrong thing to do.&nbsp; Either sqlite3 should not build or raise an exception&nbsp; if it is built against a buggy version.&nbsp; The other option is to not run those known failing tests or error out immediately with a message stating that this tests fails on known versions of sqlite.
<br><br>-Brett<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Can somebody please also verify if the malloc/free error message goes
<br>away (it really only happened on Mac, didn't it?) if you upgrade SQLite<br>to the latest version on the build host?<br><br>-- Gerhard<br>_______________________________________________<br>Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-checkins">http://mail.python.org/mailman/listinfo/python-checkins</a><br></blockquote></div>
<br>