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-06-14 07:04:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
707ce82cabd548b37a4e9e3cf7d9d3cf1eb14c5b
cpython
/
Modules
/
_sqlite
T
History
Brett Cannon
b94767ff44
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
..
cache.c
…
cache.h
…
connection.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
connection.h
Fix T_BOOL bug of issue 8845.
2010-10-17 19:48:29 +00:00
cursor.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
There was a possibility that the initialization of _sqlite, when it failed,
2011-02-04 20:24:02 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Fix hash function type.
2010-10-18 12:24:53 +00:00
row.h
…
sqlitecompat.h
…
statement.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
statement.h
…
util.c
…
util.h
…