]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42955: Add sys.modules_names (GH-24238)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Jan 2021 12:24:42 +0000 (13:24 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 12:24:42 +0000 (13:24 +0100)
commitdb584bdad32d81e42b71871077a8008036f5c048
treeef018339067b08456b55a083547f9427b817f1b3
parent879986d8a932c4524cb6ff822afc9537de16e28d
bpo-42955: Add sys.modules_names (GH-24238)

Add sys.module_names, containing the list of the standard library
module names.
Doc/library/sys.rst
Doc/whatsnew/3.10.rst
Lib/test/test_capi.py
Lib/test/test_faulthandler.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Library/2021-01-18-11-59-46.bpo-42955.CSWLC9.rst [new file with mode: 0644]
Python/module_names.h
Python/pylifecycle.c
Python/sysmodule.c
Tools/scripts/generate_module_names.py