Fix ref undercount in BSON extension. PYTHON-494
This commit is contained in:
parent
a449ea8817
commit
a6f2848787
@ -1856,7 +1856,6 @@ static PyObject* get_value(PyObject* self, const char* buffer, int* position,
|
||||
evalue = msg;
|
||||
}
|
||||
PyErr_NormalizeException(&etype, &evalue, &etrace);
|
||||
Py_XDECREF(msg);
|
||||
}
|
||||
}
|
||||
/* Steals references to args. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user