]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Sep 2025 12:54:06 +0000 (15:54 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 12:54:06 +0000 (15:54 +0300)
commit7257b24140ac1b39fb8cfd4610134ec79575a396
treeaa1fe80f89e986a13c0da9e51add3c96f3f42610
parentb36dee855dd61f6ac37208866c3c4c21429a587a
gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)

Fix a bug in the pydoc module that was hiding functions in a Python
module if they were implemented in an extension module and the module did
not have __all__.
Lib/pydoc.py
Lib/test/test_pydoc/pydocfodder.py
Lib/test/test_pydoc/test_pydoc.py
Misc/NEWS.d/next/Library/2025-09-17-21-54-53.gh-issue-139076.2eX9lG.rst [new file with mode: 0644]