]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132987: Support __index__() in the stat module (GH-133097)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Apr 2025 16:25:44 +0000 (19:25 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 16:25:44 +0000 (19:25 +0300)
commitc33efa8735dfdb24011f5754f5e9e991c05f0587
treea2404eba1afbbd515d93b378402a4bce100998e4
parentacb222ce8ff1962b09112accabbcc4ed3d61cf6e
gh-132987: Support __index__() in the stat module (GH-133097)

Use it for the mode arguments in filemode(), S_IMODE(), S_ISDIR(), etc.
Modules/_stat.c