]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Feb 2026 15:06:35 +0000 (16:06 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Feb 2026 15:06:35 +0000 (16:06 +0100)
commit2aea861fe07283fb00f3705d156dac7a852c8f58
treeaa6a3d18c6634715cd9660949f5bf9e9939da73f
parent0bb4ecafcb54931c4f93cde3b9a590e61ec02c0b
gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)

Ignore "math.integer" extension if "math" is in
sys.stdlib_module_names.
Lib/test/test_faulthandler.py
Misc/NEWS.d/next/Library/2026-01-30-13-23-06.gh-issue-140824.J1OCrC.rst [new file with mode: 0644]
Python/pylifecycle.c