-
Barry Warsaw yazdı
PyList_Append() always incref's the inserted item. Be sure to decref it regardless of whether the append succeeds or fails.
152fbe88
PyList_Append() always incref's the inserted item. Be sure to decref it regardless of whether the append succeeds or fails.