Fix ref undercount in BSON extension. PYTHON-494

This commit is contained in:
A. Jesse Jiryu Davis 2013-08-14 23:27:58 -04:00
parent a449ea8817
commit a6f2848787

View File

@ -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. */