mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882)
This commit is contained in:
parent
ea6041cd7f
commit
b6f5b9dd21
4 changed files with 3 additions and 20 deletions
|
@ -37,7 +37,6 @@ int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection);
|
|||
*/
|
||||
int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
|
||||
|
||||
PyObject * _pysqlite_long_from_int64(sqlite_int64 value);
|
||||
sqlite_int64 _pysqlite_long_as_int64(PyObject * value);
|
||||
|
||||
#if SQLITE_VERSION_NUMBER >= 3007014
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue