mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[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 e004cf8fd5
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
728a881321
commit
793de28b40
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ if _exists("_have_functions"):
|
|||
_add("HAVE_FCHMODAT", "chmod")
|
||||
_add("HAVE_FCHOWNAT", "chown")
|
||||
_add("HAVE_FSTATAT", "stat")
|
||||
_add("HAVE_LSTAT", "lstat")
|
||||
_add("HAVE_FUTIMESAT", "utime")
|
||||
_add("HAVE_LINKAT", "link")
|
||||
_add("HAVE_MKDIRAT", "mkdir")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue