]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135206)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jun 2025 12:36:50 +0000 (14:36 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 12:36:50 +0000 (12:36 +0000)
commit793de28b4034cd076343ed98d420987ee3ac8756
treecc81937445639db1e05998ba47ec73c4e1ca43e5
parent728a881321f00a11f2f3270f0e0108415f2a208b
[3.13] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135206)

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