]> granicus.if.org Git - python/commit
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
authorVictor Stinner <vstinner@redhat.com>
Fri, 28 Jun 2019 14:49:38 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 14:49:38 +0000 (16:49 +0200)
commit3029035ef34c9bae0c8d965290cd9b273c8de1ea
treeecbd089ae1b257f14c3360e53c8d3f25abab56cb
parentb1263d5a60d3f7ab02dd28409fff59b3815a3f67
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)

Don't call _Py_isabs() with a bytes string (char*), the function
expects as wide string.
Modules/getpath.c