We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeaae26 commit 9a390b6Copy full SHA for 9a390b6
Modules/_sqlite/module.h
@@ -38,10 +38,6 @@ extern PyObject* pysqlite_IntegrityError;
38
extern PyObject* pysqlite_DataError;
39
extern PyObject* pysqlite_NotSupportedError;
40
41
-/* the functions time.time() and time.sleep() */
42
-extern PyObject* time_time;
43
-extern PyObject* time_sleep;
44
-
45
/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
46
* functions, that convert the SQL value to the appropriate Python value.
47
* The key is uppercase.
0 commit comments