mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
* Add Python support for error message handlers. * Move the static variable to the only function that uses it. * Remove the optional param (user data), since this can already be handled by closures. * Correct the help string. * python: added redirectError test