Thanks to visit codestin.com Credit goes to github.com
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 dd7b816 commit 65c5756Copy full SHA for 65c5756
1 file changed
Modules/_sqlite/microprotocols.h
@@ -29,12 +29,6 @@
29
#define PY_SSIZE_T_CLEAN
30
#include <Python.h>
31
32
-/** the names of the three mandatory methods **/
33
-
34
-#define MICROPROTOCOLS_GETQUOTED_NAME "getquoted"
35
-#define MICROPROTOCOLS_GETSTRING_NAME "getstring"
36
-#define MICROPROTOCOLS_GETBINARY_NAME "getbinary"
37
38
/** exported functions **/
39
40
/* used by module.c to init the microprotocols system */
0 commit comments