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 789f95a commit 695ecd9Copy full SHA for 695ecd9
Modules/_sqlite/module.h
@@ -40,10 +40,6 @@ extern PyObject* pysqlite_NotSupportedError;
40
41
extern PyObject* pysqlite_OptimizedUnicode;
42
43
-/* the functions time.time() and time.sleep() */
44
-extern PyObject* time_time;
45
-extern PyObject* time_sleep;
46
-
47
/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
48
* functions, that convert the SQL value to the appropriate Python value.
49
* The key is uppercase.
0 commit comments