Expand description
Path configuration for RustPython (ref: Modules/getpath.py)
This module implements Python path calculation logic following getpath.py. It uses landmark-based search to locate prefix, exec_prefix, and stdlib directories.
The main entry point is init_path_config() which computes Paths from Settings.
Functionsยง
- init_
path_ config - Compute path configuration from Settings