--- a/src/PythonTextInterp.C.old 2025-05-06 14:01:49.042312947 +0200 +++ b/src/PythonTextInterp.C 2025-05-06 14:13:55.323651236 +0200 @@ -102,7 +102,7 @@ for (int i=0; i= 3 - PySys_AddWarnOption(L"default"); -#else - PySys_AddWarnOption((char*) "default"); -#endif - #if 0 && PY_MAJOR_VERSION >= 3 // Set program name used to find library path etc. Defaults to 'python', // must occur before initialization.