This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-12 08:16:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Petri Lehtinen
4a84f58143
Issue
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2012-02-06 22:04:18 +02:00
..
cache.c
…
cache.h
…
connection.c
be extra careful with a borrowed reference when the GIL could be released (
closes
#8578
)
2011-05-31 21:31:37 -05:00
connection.h
#11565
: Merge with 3.1.
2011-03-16 11:35:38 +02:00
cursor.c
Issue
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2012-02-06 22:04:18 +02:00
cursor.h
Issue
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2012-02-06 22:04:18 +02:00
microprotocols.c
…
microprotocols.h
…
module.c
…
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
sqlitecompat.h
…
statement.c
sqlite3: Handle strings with embedded zeros correctly
2012-02-01 22:18:35 +02:00
statement.h
…
util.c
…
util.h
…