vtkPythonInterpreter: add option to disable Python output redirection
Previously, VTK unconditionally redirected Python output streams to vtkOutputWindow. Add static function to disable redirection for applications in which VTK's redirection is not desired.
Closes #18318 (closed)