Module interpreter

Source
Expand description

Functionality related to running Python interpreters.

Structs§

PythonInterpreterConfig
Holds configuration of a Python interpreter.

Enums§

Allocator
Name of the Python memory allocators.
BytesWarning
Defines what to do when comparing bytes or bytesarray with str or comparing bytes with int.
CheckHashPycsMode
Control the validation behavior of hash-based .pyc files.
CoerceCLocale
Holds values for coerce_c_locale.
MemoryAllocatorBackend
Defines a backend for a memory allocator.
MultiprocessingStartMethod
Defines how to call multiprocessing.set_start_method() when multiprocessing is imported.
PythonInterpreterProfile
Defines the profile to use to configure a Python interpreter.
TerminfoResolution
Defines terminfo database resolution semantics.