[][src]Module python_packaging::interpreter

Functionality related to running Python interpreters.

Structs

PythonInterpreterConfig

Holds configuration of a Python interpreter.

PythonRawAllocator

Defines configuration for Python's raw allocator.

Enums

Allocator

See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.allocator.

BytesWarning

Defines what to do when comparing bytes with str.

CheckHashPYCsMode

See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode.

CoerceCLocale

Holds values for coerce_c_locale.

MemoryAllocatorBackend

Defines a backend for a memory allocator.

PythonInterpreterProfile

Defines the profile to use to configure a Python interpreter.

PythonRunMode

Defines Python code to run.

TerminfoResolution

Defines `terminfo`` database resolution semantics.