mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 12:52:33 -05: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