Skip to content

Update shutil.py & zipfile to 3.14.5#7894

Open
ShaharNaveh wants to merge 2 commits into
RustPython:mainfrom
ShaharNaveh:update-shutil
Open

Update shutil.py & zipfile to 3.14.5#7894
ShaharNaveh wants to merge 2 commits into
RustPython:mainfrom
ShaharNaveh:update-shutil

Conversation

@ShaharNaveh
Copy link
Copy Markdown
Contributor

No description provided.

@ShaharNaveh ShaharNaveh marked this pull request as draft May 17, 2026 08:08
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 17, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (6)
  • Lib/shutil.py is excluded by !Lib/**
  • Lib/test/test_shutil.py is excluded by !Lib/**
  • Lib/test/test_zipfile/_path/__init__.py is excluded by !Lib/**
  • Lib/test/test_zipfile/_path/test_path.py is excluded by !Lib/**
  • Lib/test/test_zipfile/test_core.py is excluded by !Lib/**
  • Lib/zipfile/__init__.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.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: d2f9eaa7-2c04-4a8d-a08b-68e4656dd0a0

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

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
Copy Markdown
Contributor

📦 Library Dependencies

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

[x] lib: cpython/Lib/shutil.py
[x] test: cpython/Lib/test/test_shutil.py

dependencies:

  • shutil

dependent tests: (233 tests)

  • shutil: test_argparse test_bz2 test_compileall test_ctypes test_filecmp test_glob test_httpservers test_importlib test_inspect test_largefile test_launcher test_logging test_modulefinder test_os test_pkgutil test_py_compile test_reprlib test_sax test_shutil test_site test_string_literals test_subprocess test_support test_sysconfig test_tarfile test_tempfile test_traceback test_unicode_file test_venv test_zoneinfo
    • argparse:
      • ast: test_ast test_builtin test_compile test_compiler_codegen test_dis test_fstring test_future_stmt test_peepholer test_ssl test_type_comments test_ucn test_unparse
      • calendar: test_calendar test_imaplib test_strftime
      • dis: test__opcode test_code test_compiler_assemble test_dtrace test_monitoring test_opcache test_patma test_positional_only_arg
      • ensurepip: test_ensurepip
      • gzip: test_fileinput test_xmlrpc
      • http.server: test_robotparser test_urllib2_localnet
      • inspect: test_abc test_asyncgen test_buffer test_collections test_coroutines test_decimal test_enum test_functools test_generators test_grammar test_ntpath test_operator test_posixpath test_pydoc test_signal test_sqlite3 test_type_annotations test_types test_typing test_unittest test_yield_from test_zipimport test_zipimport_support
      • mimetypes: test_mimetypes
      • pickle: test_annotationlib test_array test_asyncio test_bool test_bytes test_codecs test_concurrent_futures test_configparser test_csv test_ctypes test_defaultdict test_deque test_descr test_dict test_dictviews test_email test_enumerate test_exceptions test_fractions test_genericalias test_http_cookies test_importlib test_io test_ipaddress test_iter test_itertools test_list test_lzma test_memoryio test_memoryview test_minidom test_ordered_dict test_pathlib test_pickle test_picklebuffer test_pickletools test_platform test_plistlib test_posix test_random test_range test_re test_set test_shelve test_slice test_socket test_statistics test_str test_string test_time test_trace test_tuple test_type_aliases test_type_params test_unittest test_uuid test_xml_dom_minicompat test_xml_etree test_zipfile test_zlib test_zoneinfo
      • platform: test__locale test__osx_support test_android test_asyncio test_baseexception test_cmath test_ctypes test_fcntl test_math test_regrtest test_strptime test_winreg test_wsgiref
      • py_compile: test_cmd_line_script test_importlib test_multiprocessing_main_handling test_runpy
      • random: test_asyncio test_bisect test_complex test_context test_dbm_dumb test_devpoll test_dummy_thread test_email test_float test_heapq test_hmac test_int test_long test_mmap test_numeric_tower test_poll test_pow test_pprint test_queue test_richcmp test_selectors test_sort test_strtod test_struct test_sys test_thread test_threading test_tokenize test_weakref test_zipfile test_zstd
      • sqlite3.main: test_sqlite3
      • tokenize: test_linecache test_tabnanny
      • webbrowser: test_webbrowser
      • zipapp: test_zipapp
      • zipfile: test_zipfile test_zipfile64
    • ctypes.util: test_ctypes
    • http.server:
      • xmlrpc.server: test_docxmlrpc
    • multiprocessing.util: test_asyncio test_concurrent_futures
    • pathlib: test_dbm_sqlite3 test_importlib test_pathlib test_tomllib test_tools test_winapi
      • importlib: test_bdb test_ctypes test_doctest test_frozen test_hashlib test_importlib test_pyclbr test_sundry
    • tempfile: test_asyncio test_cmd_line test_contextlib test_faulthandler test_importlib test_mailbox test_pkg test_termios test_threadedtempfile test_urllib test_urllib2 test_urllib_response test_winconsoleio
      • urllib.request: test_http_cookiejar test_urllib2net test_urllibnet
    • uuid:
      • wave: test_wave

[x] lib: cpython/Lib/zipfile
[x] test: cpython/Lib/test/test_zipfile64.py

dependencies:

  • zipfile

dependent tests: (87 tests)

  • zipfile: test_pkgutil test_shutil test_zipapp test_zipfile test_zipfile64 test_zipimport test_zipimport_support
    • importlib.metadata: test_importlib test_zoneinfo
    • shutil: test_argparse test_bz2 test_compileall test_ctypes test_filecmp test_glob test_httpservers test_importlib test_inspect test_largefile test_launcher test_logging test_modulefinder test_os test_py_compile test_reprlib test_sax test_site test_string_literals test_subprocess test_support test_sysconfig test_tarfile test_tempfile test_traceback test_unicode_file test_venv
      • ctypes.util: test_ctypes
      • ensurepip: test_ensurepip
      • http.server: test_robotparser test_urllib2_localnet test_xmlrpc
      • multiprocessing.util: test_asyncio test_concurrent_futures
      • pathlib: test_ast test_dbm_sqlite3 test_importlib test_pathlib test_runpy test_tomllib test_tools test_unparse test_winapi test_zstd
      • tempfile: test_asyncio test_bytes test_cmd_line test_compile test_concurrent_futures test_contextlib test_csv test_dis test_doctest test_faulthandler test_fileinput test_genericalias test_hashlib test_importlib test_linecache test_mailbox test_ntpath test_pickle test_pkg test_posix test_pydoc test_regrtest test_selectors test_socket test_sys test_tabnanny test_termios test_threadedtempfile test_tokenize test_urllib test_urllib2 test_urllib_response test_winconsoleio
      • webbrowser: test_webbrowser

Legend:

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

@ShaharNaveh ShaharNaveh marked this pull request as ready for review May 17, 2026 10:27
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.

1 participant