Expand description
Functionality related to running Python interpreters.
Structs§
- Python
Interpreter Config - Holds configuration of a Python interpreter.
Enums§
- Allocator
- Name of the Python memory allocators.
- Bytes
Warning - Defines what to do when comparing
bytes
orbytesarray
withstr
or comparingbytes
withint
. - Check
Hash Pycs Mode - Control the validation behavior of hash-based .pyc files.
- CoerceC
Locale - Holds values for
coerce_c_locale
. - Memory
Allocator Backend - Defines a backend for a memory allocator.
- Multiprocessing
Start Method - Defines how to call
multiprocessing.set_start_method()
whenmultiprocessing
is imported. - Python
Interpreter Profile - Defines the profile to use to configure a Python interpreter.
- Terminfo
Resolution - Defines
terminfo
database resolution semantics.