Files
opencv/modules/python
Vadim Levin 76e34d6f2c fix: handle possible PyModule_AddObject failure
Comment from Python documentation:
Unlike other functions that steal references, `PyModule_AddObject()` only
decrements the reference count of value on success.
This means that its return value must be checked, and calling code must
`Py_DECREF()` value manually on error.
2022-01-18 11:38:33 +03:00
..
2021-12-17 10:05:52 +00:00
2019-06-11 15:15:49 +03:00
2020-02-20 11:10:12 +08:00