]> granicus.if.org Git - python/commit
bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Oct 2019 21:17:00 +0000 (23:17 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 21:17:00 +0000 (23:17 +0200)
commit86ec5c65fe04ece16f3aada5292cc62726062ad0
tree5e96ac514f12f4b755106289170a7eee79e8f86d
parentb23a8423a923077e4f83d3f328bb7542b4c940ed
bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549)

calculate_argv0_path() must read argv0_path link, not read
program_full_path link.
Modules/getpath.c