Skip to content

Don't use the deprecated PySys_SetArgv

Juan Miguel Carceller requested to merge jcarcell/Gaudi:pysys-getargv into master

PySys_SetArgv is deprecated since Python 3.11 (see https://docs.python.org/3/c-api/init.html#c.PySys_SetArgv). The recommended way can be found here. I also removed a couple of checks for Python 3

Merge request reports