Currently in execution_base there's a Module class that contains the spoofed stdin and stdout of the user program and also a reference to the globals of the users program.
Since those globals are packaged as a "module" as commonly named within the python community, there's an need to rename the Module class something else to be able to write clear docs.
Currently in execution_base there's a Module class that contains the spoofed stdin and stdout of the user program and also a reference to the globals of the users program.
Since those globals are packaged as a "module" as commonly named within the python community, there's an need to rename the Module class something else to be able to write clear docs.