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 203cb74 commit 7871398Copy full SHA for 7871398
Modules/_sqlite/connection.c
@@ -38,7 +38,6 @@
38
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
39
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
40
#include "pycore_unicodeobject.h" // _PyUnicode_AsUTF8NoNUL
41
-#include "pycore_weakref.h"
42
43
#include <stdbool.h>
44
0 commit comments