]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135205)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jun 2025 12:38:59 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 12:38:59 +0000 (12:38 +0000)
commit4e2e02eec9b8d16337fb48f32eeddc535e4c07cb
tree4413d6c1c7500a2784de68d6ee842f19789249da
parentdaf11fca038d7918c219d33ee6727ed0a563415f
[3.14] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135205)

gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188)
(cherry picked from commit e004cf8fd5c006a7a1c60807a03066f4c43452e5)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/os.py