]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-67341: fix a typo in `Include/fileutils.h` (#136049)
authorLee Dogeon <dev.moreal@gmail.com>
Mon, 14 Jul 2025 08:02:05 +0000 (17:02 +0900)
committerGitHub <noreply@github.com>
Mon, 14 Jul 2025 08:02:05 +0000 (08:02 +0000)
commitcd3e7ac89b151d1b2d8088f6c424a064ff7e1fe9
tree2c06c610f8d973c29f564eeae0fedb5a6e7af453
parentb74fb8e220a50a9580320dfd398a16995b845c69
gh-67341: fix a typo in `Include/fileutils.h` (#136049)

`IO_REPARSE_TAG_SYMLINK` is mapped to `S_IFLNK` in `fileutils.c`, not in `posixmodule.c`
Include/fileutils.h