]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 19:57:28 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 19:57:28 +0000 (21:57 +0200)
commit103766528fe9e678dd007474597b11156feaa7a6
treecbba0c103feff94dd9f440510d39a3bcc7b52050
parentb53f46a7b76ac6f7001027e1ba7433fe571e9987
[3.14] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139160)

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]