News

deepreload.reload fails to reload importlib and leaves the environment in an unstable state. In some circumstances, this crashes the process. Here is a minimal reproduction and stack trace. $ ipython ...
In most modern languages, to import a file, you must either create an instance of the library to use or call a static method directly. Either way, you do something in code to execute anything within ...