commit | 3e99c0ad649de0393d9a8af17f34d9d1f55f4ab2 | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Sun Apr 23 15:24:26 2006 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Sun Apr 23 15:24:26 2006 +0000 |
tree | eccb1576b1380f17d880133f1fbf92df8456295d | |
parent | 5ef9d9fdb93cd5bd5179d8ce63c28248a4614d44 [diff] [blame] |
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
diff --git a/Modules/_sqlite/statement.h b/Modules/_sqlite/statement.h index e45a0fc..57ee36f 100644 --- a/Modules/_sqlite/statement.h +++ b/Modules/_sqlite/statement.h
@@ -38,6 +38,7 @@ sqlite3_stmt* st; PyObject* sql; int in_use; + PyObject* in_weakreflist; /* List of weak references */ } Statement; extern PyTypeObject StatementType;