From 015a0f3979b24f222317b305b056211515f9a64f Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Mon, 16 Oct 2023 23:58:31 +0200 Subject: Remove a useless call to the deprecated PySys_SetArgv() function. --- plugins/pychrysalide/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/pychrysalide/core.c b/plugins/pychrysalide/core.c index 5da1447..08f570f 100644 --- a/plugins/pychrysalide/core.c +++ b/plugins/pychrysalide/core.c @@ -951,8 +951,6 @@ G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *plugin) gstate = PyGILState_Ensure(); - PySys_SetArgv(0, (wchar_t *[]) { NULL }); - _chrysalide_module = PyImport_ImportModule("pychrysalide"); /** -- cgit v0.11.2-87-g4458