opencv/modules/python/src2
Vadim Levin eca2d92791 fix: submodules creation and registration
- Add special case handling when submodule has the same name as parent
- `PyDict_SetItemString` doesn't steal reference, so reference count
  should be explicitly decremented to transfer object life-time
  ownership
- Add sanity checks for module registration input
2022-01-19 18:06:58 +03:00
..
cv2.cpp fix: submodules creation and registration 2022-01-19 18:06:58 +03: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