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
Eric Snow
26baa747c2
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-104437)
...
With the move to a per-interpreter GIL, this check slipped through the cracks.
2023-05-15 13:59:26 -06:00
..
clinic
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (
#103902
)
2023-05-07 12:55:31 +02:00
blob.c
…
blob.h
…
connection.c
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-104437)
2023-05-15 13:59:26 -06:00
connection.h
…
cursor.c
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (
#102196
)
2023-02-24 21:43:03 +00:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
2023-05-05 21:11:27 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…