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-05-25 05:43:44 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c86ca26d3201d58a33cdc28dfbd49f9a84122d06
cpython
/
Modules
/
_sqlite
T
History
Serhiy Storchaka
3dd3e26680
Issue
#22896
: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
...
and PyObject_AsWriteBuffer().
2015-02-03 01:25:42 +02:00
..
cache.c
…
cache.h
…
connection.c
Issue
#22896
: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
2015-02-03 01:21:08 +02:00
connection.h
…
cursor.c
Issue
#22218
: Fix "comparison between signed and unsigned integers" warning in
2014-08-17 21:09:30 +02:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
…
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Issue
#21975
: Fixed crash when using uninitialized sqlite3.Row (in particular
2014-08-06 17:50:39 +03:00
row.h
…
statement.c
Issue
#22896
: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
2015-02-03 01:21:08 +02:00
statement.h
…
util.c
…
util.h
…