opencv/modules/python/src2
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
..
cv2.cpp python: use '((x,y), (w,h), angle)' in std::vector<RotatedRect> 2021-12-24 15:01:45 +00:00
gen2.py fix: convert arguments names that are keywords reserved by Python 2021-08-01 12:02:36 +03:00
hdr_parser.py Verbose output for errors found by header parser. 2021-09-27 10:53:23 +03:00
pycompat.hpp fix: handle possible PyModule_AddObject failure 2022-01-18 11:38:33 +03:00