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.
2.1m questions
2.1m answers
60 comments
57.0k users