[Python-checkins] r46936 - in python/trunk: Lib/sqlite3/test/regression.py Lib/sqlite3/test/types.py Lib/sqlite3/test/userfunctions.py Modules/_sqlite/connection.c Modules/_sqlite/cursor.c Modules/_sqlite/module.c Modules/_sqlite/module.h

Tim Peters tim.peters at gmail.com
Wed Jun 14 03:37:26 CEST 2006


> Author: gerhard.haering
> Date: Wed Jun 14 00:24:47 2006
> New Revision: 46936
>
> Modified:
>    python/trunk/Lib/sqlite3/test/regression.py
>    python/trunk/Lib/sqlite3/test/types.py
>    python/trunk/Lib/sqlite3/test/userfunctions.py
>    python/trunk/Modules/_sqlite/connection.c
>    python/trunk/Modules/_sqlite/cursor.c
>    python/trunk/Modules/_sqlite/module.c
>    python/trunk/Modules/_sqlite/module.h
> Log:
> Merged changes from external pysqlite 2.3.0 release. Documentation updates will
> follow in a few hours at the latest. Then we should be ready for beta1.

Please note that many (all?) non-Windows buildbots are failing
test_sqlite now, and this one is even pumping out complaints from the
system malloc()/free():

http://www.python.org/dev/buildbot/all/g4%20osx.4%20trunk/builds/1009/step-test/0

That's not really what we want to see in beta1 :-)


More information about the Python-checkins mailing list