]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformationByName... 103859/head
authorFinn Womack <flan313@gmail.com>
Thu, 27 Apr 2023 14:23:26 +0000 (07:23 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 14:23:26 +0000 (14:23 +0000)
commitb701dce340352e1a20c1776feaa368d4bba91128
tree2151d55bb20e86e77b5d5776f050cf4cb5d06257
parent8a0c7f1e402768c7e806e2472e0a493c1800851f
gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformationByName when available (GH-103485)
Include/internal/pycore_fileutils_windows.h
Modules/posixmodule.c