I'm trying to reload python scripts completely, I've tried PyImport_ReloadModule but this doesn't reload global variables, they retain their values from previous execution, any idea how to fix this ?
Also if I import another module from within the script that needs reloading, that imported module wont reload at all.
question from:https://stackoverflow.com/questions/65950393/pyimport-reloadmodule-doesnt-reload-global-variables-and-external-modules