gc module internal structure and API by youknowone · Pull Request #6910 · RustPython/RustPython
📦 Library Dependencies
The following Lib/ modules were modified. Here are their dependencies:
[ ] lib: cpython/Lib/asyncio
[ ] test: cpython/Lib/test/test_asyncio (TODO: 14)
dependencies:
- asyncio (native: _overlapped, _pyrepl.console, _remote_debugging, _winapi, asyncio.tools, collections.abc, concurrent.futures, errno, itertools, math, msvcrt, sys, time)
- ast (native: _ast, sys)
- collections (native: _weakref, itertools, sys)
- dataclasses (native: itertools, sys)
- enum (native: builtins, sys)
- io (native: _io, _thread, errno, sys)
- logging (native: atexit, errno, logging.handlers, sys, time)
- os (native: os.path, sys)
- site (native: _io, builtins, errno, sys)
- socket (native: _socket, sys)
- subprocess (native: builtins, errno, sys, time)
- tempfile (native: _thread, errno, sys)
- traceback (native: collections.abc, itertools, sys)
- _colorize, argparse, contextlib, contextvars, functools, heapq, inspect, linecache, reprlib, selectors, signal, stat, struct, threading, types, warnings, weakref
dependent tests: (8 tests)
- asyncio: test_asyncio test_builtin test_contextlib_async test_inspect test_logging test_os test_sys_settrace test_unittest
[ ] test: cpython/Lib/test/test_dict.py (TODO: 3)
[ ] test: cpython/Lib/test/test_dictcomps.py (TODO: 1)
[ ] 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_generators.py (TODO: 5)
[ ] test: cpython/Lib/test/test_genexps.py
[ ] test: cpython/Lib/test/test_generator_stop.py
[ ] test: cpython/Lib/test/test_yield_from.py (TODO: 10)
dependencies:
dependent tests: (no tests depend on generator)
[ ] lib: cpython/Lib/subprocess.py
[ ] test: cpython/Lib/test/test_subprocess.py (TODO: 9)
dependencies:
- subprocess
dependent tests: (51 tests)
- subprocess: test_android test_asyncio test_audit test_bz2 test_c_locale_coercion test_cmd_line test_cmd_line_script test_ctypes test_dtrace test_faulthandler test_file_eintr test_gzip test_inspect test_json test_msvcrt test_ntpath test_os test_platform test_plistlib test_poll test_py_compile test_regrtest test_repl test_runpy test_script_helper test_shutil test_signal test_site test_sqlite3 test_subprocess test_support test_sys test_sysconfig test_tempfile test_threading test_unittest test_urllib2 test_utf8_mode test_venv test_wait3 test_webbrowser test_zipfile
- asyncio: test_asyncio test_builtin test_contextlib_async test_logging test_sys_settrace test_unittest
- ctypes.util: test_ctypes
- ensurepip: test_ensurepip
- multiprocessing.util: test_concurrent_futures
[x] lib: cpython/Lib/weakref.py
[x] lib: cpython/Lib/_weakrefset.py
[x] test: cpython/Lib/test/test_weakref.py (TODO: 23)
dependencies:
- weakref
dependent tests: (146 tests)
- weakref: test_array test_ast test_asyncio test_code test_concurrent_futures test_context test_contextlib test_copy test_deque test_descr test_dict test_exceptions test_file test_fileio test_functools test_generators test_genericalias test_importlib test_inspect test_io test_ipaddress test_itertools test_logging test_memoryview test_mmap test_ordered_dict test_pickle test_picklebuffer test_queue test_re test_scope test_set test_slice test_socket test_sqlite3 test_ssl test_struct test_tempfile test_thread test_threading test_threading_local test_types test_typing test_unittest test_uuid test_weakref test_weakset test_xml_etree
- asyncio: test_asyncio test_builtin test_contextlib_async test_os test_sys_settrace test_unittest
- concurrent.futures.process: test_concurrent_futures
- copy: test_bytes test_codecs test_collections test_csv test_defaultdict test_dictviews test_email test_enum test_fractions test_http_cookies test_opcache test_optparse test_platform test_plistlib test_posix test_site test_statistics test_sysconfig test_tomllib test_xml_dom_minicompat test_zlib
- dataclasses: test__colorize test_patma test_pprint test_regrtest test_zoneinfo
- email.generator: test_email
- http.cookiejar: test_http_cookiejar
- http.server: test_httpservers test_robotparser test_urllib2_localnet
- mailbox: test_mailbox
- smtplib: test_smtplib test_smtpnet
- tarfile: test_shutil test_tarfile
- inspect: test_abc test_argparse test_asyncgen test_decimal test_grammar test_ntpath test_operator test_posixpath test_signal test_traceback test_yield_from test_zipimport
- bdb: test_bdb
- importlib.metadata: test_importlib
- rlcompleter: test_rlcompleter
- trace: test_trace
- xmlrpc.server: test_docxmlrpc test_xmlrpc
- multiprocessing: test_concurrent_futures test_fcntl test_multiprocessing_main_handling
- symtable: test_symtable
- tempfile: test_bz2 test_cmd_line test_compile test_compileall test_dis test_doctest test_ensurepip test_faulthandler test_filecmp test_fileinput test_importlib test_linecache test_pathlib test_pkg test_pkgutil test_py_compile test_runpy test_selectors test_string_literals test_subprocess test_support test_tabnanny test_threadedtempfile test_urllib test_urllib2 test_urllib_response test_venv test_zipapp test_zipfile test_zipfile64 test_zstd
- urllib.request: test_urllib2net test_urllibnet
[ ] test: cpython/Lib/test/test_weakset.py (TODO: 1)
dependencies:
dependent tests: (no tests depend on weakset)
[ ] lib: cpython/Lib/zoneinfo
[ ] test: cpython/Lib/test/test_zoneinfo (TODO: 3)
dependencies:
- zoneinfo
- datetime (native: _thread, math, sys, time)
- sysconfig (native: os.path, sys)
- collections, os
- bisect, calendar, functools, re, struct, weakref
dependent tests: (3 tests)
- zoneinfo: test_email test_plistlib test_zoneinfo
Legend:
[+]path exists in CPython[x]up-to-date,[ ]outdated