This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-19 19:03:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
687dfd20d663c57ae90bf9b923bb558fa45bb34c
cpython
/
Modules
/
_sqlite
T
History
Gerhard Häring
e6872eb417
Issue
#3846
: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
2008-09-12 22:33:22 +00:00
..
cache.c
This reverts r63675 based on the discussion in this thread:
2008-06-09 04:58:54 +00:00
cache.h
…
connection.c
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.
2008-09-12 18:58:57 +00:00
connection.h
This reverts r63675 based on the discussion in this thread:
2008-06-09 04:58:54 +00:00
cursor.c
Issue
#3846
: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
2008-09-12 22:33:22 +00:00
cursor.h
…
microprotocols.c
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.
2008-09-12 18:58:57 +00:00
microprotocols.h
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.
2008-09-12 18:58:57 +00:00
module.c
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.
2008-09-12 18:58:57 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Silenced a compiler warning in the sqlite module
2008-08-22 19:55:54 +00:00
row.h
…
sqlitecompat.h
…
statement.c
Issue
#3846
: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
2008-09-12 22:33:22 +00:00
statement.h
…
util.c
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.
2008-09-12 18:58:57 +00:00
util.h
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.
2008-09-12 18:58:57 +00:00