bpo-20443: Fix calculate_program_full_path() warning (GH-14446) · python/cpython@3029035 · GitHub
Skip to content

Commit 3029035

Browse files
authored
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.
1 parent b1263d5 commit 3029035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/getpath.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)