]> granicus.if.org Git - python/commit
Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming...
authorGerhard Häring <gh@ghaering.de>
Fri, 12 Sep 2008 18:58:57 +0000 (18:58 +0000)
committerGerhard Häring <gh@ghaering.de>
Fri, 12 Sep 2008 18:58:57 +0000 (18:58 +0000)
commit6e1afcf9883f13bdf8808dc528e381f5c90a131b
treea40283fbad084a0d1cb378ce349a0e707fef1b17
parentef2276b60d2345af49c8268f3a23feb59f5ecc38
Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python.
Misc/NEWS
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/microprotocols.c
Modules/_sqlite/microprotocols.h
Modules/_sqlite/module.c
Modules/_sqlite/statement.c
Modules/_sqlite/util.c
Modules/_sqlite/util.h