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-26 23:04:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Victor Stinner
243d599a05
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (
#138956
)
...
Replace PyBytes_FromStringAndSize(NULL, size) with the new public PyBytesWriter API.
2025-09-18 14:58:35 +02:00
..
clinic
…
blob.c
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (
#138956
)
2025-09-18 14:58:35 +02:00
blob.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
…
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…