Skip to content

Update stat.py from 3.14.3#7115

Merged
youknowone merged 1 commit intoRustPython:mainfrom
ShaharNaveh:upsate-stat
Feb 14, 2026
Merged

Update stat.py from 3.14.3#7115
youknowone merged 1 commit intoRustPython:mainfrom
ShaharNaveh:upsate-stat

Conversation

@ShaharNaveh
Copy link
Contributor

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • Lib/stat.py is excluded by !Lib/**
  • Lib/test/test_stat.py is excluded by !Lib/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

📦 Library Dependencies

The following Lib/ modules were modified. Here are their dependencies:

[ ] lib: cpython/Lib/fnmatch.py
[ ] test: cpython/Lib/test/test_fnmatch.py

dependencies:

  • fnmatch (native: itertools)
    • posixpath (native: errno, sys)
    • functools, os, re

dependent tests: (72 tests)

  • fnmatch: test_fnmatch test_os
    • bdb: test_bdb
    • glob: test_bz2 test_glob test_mailbox test_regrtest test_site test_zipimport
      • pathlib._abc: test_pathlib
    • shutil: test_argparse test_compileall test_ctypes test_filecmp test_httpservers test_importlib test_inspect test_largefile test_logging test_pkgutil test_py_compile test_reprlib test_shutil test_string_literals test_subprocess test_support test_sysconfig test_tempfile test_traceback test_venv test_zoneinfo
      • ctypes.util: test_ctypes
      • ensurepip: test_ensurepip
      • http.server: test_robotparser test_urllib2_localnet
      • tarfile: test_tarfile
      • tempfile: test_ast test_asyncio test_bytes test_cmd_line test_compile test_contextlib test_csv test_dis test_doctest test_faulthandler test_fileinput test_genericalias test_importlib test_linecache test_ntpath test_pathlib test_pickle test_pkg test_posix test_pydoc test_runpy test_selectors test_socket test_tabnanny test_termios test_threadedtempfile test_tomllib test_urllib test_urllib2 test_urllib_response test_zipapp test_zipfile test_zipfile64 test_zstd
      • webbrowser: test_webbrowser
      • zipfile: test_zipfile

[ ] lib: cpython/Lib/glob.py
[ ] test: cpython/Lib/test/test_glob.py

dependencies:

  • glob (native: itertools, sys)
    • fnmatch
    • contextlib, functools, operator, os, re, stat

dependent tests: (7 tests)

  • glob: test_bz2 test_glob test_mailbox test_regrtest test_site test_zipimport
    • pathlib._abc: test_pathlib

[ ] lib: cpython/Lib/pathlib
[ ] test: cpython/Lib/test/test_pathlib (TODO: 2)

dependencies:

  • pathlib (native: errno, itertools, pathlib._os, sys)
    • glob, posixpath
    • _collections_abc, abc, io, ntpath, operator, os, stat, typing

dependent tests: (68 tests)

  • pathlib: test_ast test_dbm_sqlite3 test_ensurepip test_httpservers test_importlib test_logging test_pathlib test_pkgutil test_runpy test_shutil test_tarfile test_tempfile test_tomllib test_tools test_traceback test_unparse test_venv test_winapi test_zipapp test_zipfile test_zoneinfo test_zstd
    • compileall: test_compileall
    • importlib: test_bdb test_cmd_line_script test_codecs test_ctypes test_doctest test_frozen test_hashlib test_importlib test_inspect test_linecache test_multiprocessing_main_handling test_py_compile test_pydoc test_reprlib test_sundry test_support test_unittest test_zipfile test_zipimport
      • inspect: test_abc test_argparse test_asyncgen test_builtin test_code test_collections test_coroutines test_decimal test_enum test_functools test_generators test_grammar test_ntpath test_operator test_patma test_posixpath test_signal test_type_annotations test_types test_typing test_unittest test_yield_from
      • py_compile: test_importlib
      • pyclbr: test_pyclbr
      • zipfile: test_zipfile test_zipfile64

[ ] lib: cpython/Lib/posixpath.py
[x] test: cpython/Lib/test/test_posixpath.py (TODO: 4)

dependencies:

  • posixpath

dependent tests: (40 tests)

  • posixpath: test_pathlib test_posixpath test_zipfile
    • fnmatch: test_fnmatch test_os
      • bdb: test_bdb
      • glob: test_bz2 test_glob test_mailbox test_regrtest test_site test_zipimport
      • shutil: test_argparse test_compileall test_ctypes test_filecmp test_httpservers test_importlib test_inspect test_largefile test_logging test_pkgutil test_py_compile test_reprlib test_shutil test_string_literals test_subprocess test_support test_sysconfig test_tempfile test_traceback test_venv test_zoneinfo
    • http.server: test_robotparser test_urllib2_localnet
      • wsgiref.simple_server: test_wsgiref
      • xmlrpc.server: test_docxmlrpc test_xmlrpc
    • importlib.metadata: test_importlib
    • zipfile._path: test_zipfile

[x] lib: cpython/Lib/stat.py
[x] test: cpython/Lib/test/test_stat.py

dependencies:

  • stat

dependent tests: (81 tests)

  • stat: test__osx_support test_argparse test_asyncio test_dbm_dumb test_dbm_sqlite3 test_http_cookiejar test_importlib test_inspect test_largefile test_mailbox test_os test_pathlib test_posix test_py_compile test_shutil test_site test_support test_tempfile test_zipapp test_zipfile
    • filecmp: test_compileall test_filecmp test_genericalias
    • genericpath: test_genericpath
      • ntpath: test_httpservers test_ntpath
      • posixpath: test_posixpath test_zipfile
    • glob: test_bz2 test_glob test_regrtest test_zipimport
    • posixpath:
      • fnmatch: test_fnmatch
      • http.server: test_logging test_robotparser test_urllib2_localnet
      • importlib.metadata: test_importlib test_zoneinfo
      • wsgiref.util: test_wsgiref
    • shutil: test_ctypes test_importlib test_pkgutil test_reprlib test_string_literals test_subprocess test_sysconfig test_traceback test_venv
      • ctypes.util: test_ctypes
      • ensurepip: test_ensurepip
      • tarfile: test_tarfile
      • tempfile: test_ast test_asyncio test_bytes test_cmd_line test_compile test_contextlib test_csv test_dis test_doctest test_faulthandler test_fileinput test_importlib test_linecache test_pickle test_pkg test_pydoc test_runpy test_selectors test_socket test_tabnanny test_termios test_threadedtempfile test_tomllib test_urllib test_urllib2 test_urllib_response test_zipfile64 test_zstd
      • webbrowser: test_webbrowser
    • zipfile: test_zipfile

[x] lib: cpython/Lib/abc.py
[x] lib: cpython/Lib/_py_abc.py
[ ] test: cpython/Lib/test/test_abc.py (TODO: 1)

dependencies:

  • abc

dependent tests: (8 tests)

  • abc: test_abc test_abstract_numbers test_binop test_copy test_dynamicclassattribute test_functools test_io test_typing

[ ] test: cpython/Lib/test/test_bool.py

dependencies:

dependent tests: (no tests depend on bool)

[ ] test: cpython/Lib/test/test_buffer.py

dependencies:

dependent tests: (no tests depend on buffer)

[x] test: cpython/Lib/test/test_dict.py (TODO: 6)
[ ] test: cpython/Lib/test/test_dictcomps.py (TODO: 1)
[x] test: cpython/Lib/test/test_dictviews.py (TODO: 2)
[ ] test: cpython/Lib/test/test_userdict.py

dependencies:

dependent tests: (no tests depend on dict)

[ ] test: cpython/Lib/test/test_float.py (TODO: 5)
[ ] test: cpython/Lib/test/test_strtod.py (TODO: 6)

dependencies:

dependent tests: (no tests depend on float)

[x] test: cpython/Lib/test/test_flufl.py (TODO: 4)

dependencies:

dependent tests: (no tests depend on flufl)

[ ] test: cpython/Lib/test/test_print.py (TODO: 7)

dependencies:

dependent tests: (no tests depend on print)

Legend:

  • [+] path exists in CPython
  • [x] up-to-date, [ ] outdated

@ShaharNaveh ShaharNaveh marked this pull request as ready for review February 13, 2026 16:16
@youknowone youknowone merged commit b9f6930 into RustPython:main Feb 14, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants