Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9882ebd

Browse files
author
Erlend E. Aasland
committed
Fix rebase
1 parent a95a386 commit 9882ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_sqlite/connection.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ connection_clear(pysqlite_Connection *self)
275275
static void
276276
connection_dealloc(pysqlite_Connection *self)
277277
{
278-
PyObject_GC_UnTrack(self);
279278
PyTypeObject *tp = Py_TYPE(self);
280279
PyObject_GC_UnTrack(self);
281280
(void)connection_clear(self);

0 commit comments

Comments
 (0)