Skip to content

Commit 63a2c33

Browse files
committed
nit
1 parent 5322b9d commit 63a2c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/protocol/record/recordobj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ record_dealloc(PyObject *self)
177177
record_module_state *state;
178178
int skip_dealloc = 0;
179179

180-
state = find_module_state_by_def(Py_TYPE(o));
180+
state = find_module_state_by_def(tp);
181181
if (state == NULL) {
182182
return;
183183
}

0 commit comments

Comments
 (0)