- FEATURE: Prepends empty string to
sys.path
in Wine Python environment, allowing to import modules from the current working directory when running a Windows build of Python <= 3.10. - FEATURE: New configuration parameter
no_pth_file
, allowing to work around CPython PR #31542 in CPython >= 3.11. The PR setssafe_path
to1
thus avoiding to prepend an empty string tosys.path
if a pth-file is present.