cpython/Modules/_sqlite
Christian Heimes a27a62e74c Silenced a compiler warning in the sqlite module
Modules/_sqlite/row.c:187: warning: suggest parentheses around && within ||
Reviewed by Benjamin Peterson
2008-08-22 19:55:54 +00:00
..
cache.c
cache.h
connection.c
connection.h
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c
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
statement.h
util.c
util.h