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.
1.4m articles
1.4m replys
5 comments
57.0k users