]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Sep 2025 13:38:20 +0000 (15:38 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 13:38:20 +0000 (16:38 +0300)
commit9809c30456fcb3e804819db903452696f9a444dd
tree697d78cb6e39a9651a62de420b32549f6e056654
parent8246e25ef0fa0d97a5b054a213c9fcfd23ffc670
[3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139161)

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__.
(cherry picked from commit 7257b24140ac1b39fb8cfd4610134ec79575a396)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]