Files
cpython/Lib/pydoc.py
Serhiy Storchaka 7257b24140 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__.
2025-09-19 15:54:06 +03:00

109 KiB