• Victor Stinner's avatar
    bpo-36236: Handle removed cwd at Python init (GH-12424) · dcf61715
    Victor Stinner authored
    At Python initialization, the current directory is no longer
    prepended to sys.path if it has been removed.
    
    Rename _PyPathConfig_ComputeArgv0() to
    _PyPathConfig_ComputeSysPath0() to avoid confusion between argv[0]
    and sys.path[0].
    dcf61715
main.c 22.5 KB