Returning a new reference here:
|
my_tuple = Py_BuildValue("yy#", name, buf_val, nval); |
Variable
my_tuple goes out of scope without decreasing the refcnt.
Internal Report ID: 19f80b
Returning a new reference here:
|
PyObject *m = PyModule_Create(&xattrmodule); |
Error handling code after goto target does not decrease the refcnt. (also other
gotos in this function)
Internal Report ID: 1eed62