◐ Shell
clean mode source ↗

Align del behavior by youknowone · Pull Request #6772 · RustPython/RustPython

📦 Library Dependencies

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

[ ] lib: cpython/Lib/hmac.py
[ ] test: cpython/Lib/test/test_hmac.py (TODO: 18)

dependencies:

  • hmac

dependent tests: (4 tests)

  • hmac: test_hmac test_smtplib
    • secrets: test_secrets
    • smtplib: test_smtpnet

[ ] lib: cpython/Lib/multiprocessing
[ ] test: cpython/Lib/test/test_multiprocessing_fork (TODO: 63)
[ ] test: cpython/Lib/test/test_multiprocessing_forkserver (TODO: 10)
[ ] test: cpython/Lib/test/test_multiprocessing_spawn (TODO: 13)

dependencies:

  • multiprocessing (native: _multiprocessing, _winapi, array, atexit, collections.abc, errno, itertools, mmap, msvcrt, sys, time)
    • collections (native: _weakref, itertools, sys)
    • ctypes (native: _ctypes, ctypes._endian, ctypes.macholib.dylib, ctypes.macholib.framework, itertools, sys)
    • io (native: _io, _thread, errno, sys)
    • json (native: json.tool, sys)
    • os (native: os.path, sys)
    • pickle (native: itertools, sys)
    • queue (native: time)
    • socket (native: _socket, sys)
    • subprocess (native: builtins, errno, sys, time)
    • tempfile (native: _thread, errno, sys)
    • traceback (native: collections.abc, itertools, sys)
    • _weakrefset, abc, base64, bisect, copyreg, functools, runpy, secrets, selectors, signal, struct, threading, types, warnings, weakref

dependent tests: (5 tests)

  • multiprocessing: test_asyncio test_concurrent_futures test_fcntl test_multiprocessing_main_handling
    • concurrent.futures.process: test_concurrent_futures

Legend:

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