Skip to content

Commit 9c768f5

Browse files
committed
Remove DECREF
1 parent 75233bb commit 9c768f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bson/_cbsonmodule.c

-1
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,6 @@ _cbson_exec(PyObject *m)
32223222

32233223
/* Import several python objects */
32243224
if (_load_python_objects(m)) {
3225-
Py_DECREF(c_api_object);
32263225
Py_DECREF(m);
32273226
INITERROR;
32283227
}

0 commit comments

Comments
 (0)