Module vm

Source
Expand description

Implement virtual machine to run instructions.

See also: https://github.com/ProgVal/pythonvm-rust/blob/master/src/processor/mod.rs

Modules§

thread

Structs§

Context
Interpreter
The general interface for the VM
PyGlobalState
Settings
Struct containing all kind of settings for the python vm. Mostly PyConfig in CPython.
VirtualMachine
Top level container of a python virtual machine. In theory you could create more instances of this struct and have them operate fully isolated.

Functions§

process_hash_secret_seed