Skip to content

pvpython: remove explicit interpreter initialization

The PyMain method will initialize the interpreter on its own. With Python 3.10, the arguments must be passed during initialization as other setup is reset when they are finally provided.


Cc: @dcthomp @utkarsh.ayachit

Merge request reports