mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
upgrade to final version of pysqlite 2.2.0
This commit is contained in:
parent
c48c8db110
commit
8e7b490890
11 changed files with 30 additions and 38 deletions
|
|
@ -36,7 +36,7 @@ void prepare_protocol_dealloc(SQLitePrepareProtocol* self)
|
|||
PyTypeObject SQLitePrepareProtocolType= {
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /* ob_size */
|
||||
"pysqlite2.dbapi2.PrepareProtocol", /* tp_name */
|
||||
MODULE_NAME ".PrepareProtocol", /* tp_name */
|
||||
sizeof(SQLitePrepareProtocol), /* tp_basicsize */
|
||||
0, /* tp_itemsize */
|
||||
(destructor)prepare_protocol_dealloc, /* tp_dealloc */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue