MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / PyImport_ExecCodeModule

Function PyImport_ExecCodeModule

Python/import.c:671–675  ·  view source on GitHub ↗

Execute a code object in a module and return the module object * WITH INCREMENTED REFERENCE COUNT. If an error occurs, name is * removed from sys.modules, to avoid leaving damaged module objects * in sys.modules. The caller may wish to restore the original * module object (if any) in this case; PyImport_ReloadModule is an * example. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected