mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-07 00:19:53 +01:00
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. |
||
|---|---|---|
| .. | ||
| bindings | ||
| package | ||
| python2 | ||
| python3 | ||
| src2 | ||
| test | ||
| CMakeLists.txt | ||
| common.cmake | ||
| python_loader.cmake | ||
| standalone.cmake | ||