cpython/Lib/test/test_pydoc
Miss Islington (bot) 9809c30456
[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 7257b24140)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-09-19 16:38:20 +03:00
..
__init__.py
module_none.py [3.13] gh-128772: Fix pydoc for methods with __module__ is None (GH-129177) (GH-129653) 2025-02-05 14:42:51 +00:00
pydoc_mod.py
pydocfodder.py [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139161) 2025-09-19 16:38:20 +03:00
test_pydoc.py [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139161) 2025-09-19 16:38:20 +03:00