Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-139076: Fix regression in pydoc not showing extension functions#139077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedSep 17, 2025
edited by bedevere-appbot
Loading

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 haveall.

Fix a bug in the pydoc module that was hiding functions in a Pythonmodule if they were implemented in an extension module and the module didnot have __all__.
@serhiy-storchakaserhiy-storchaka merged commit7257b24 intopython:mainSep 19, 2025
45 checks passed
@serhiy-storchakaserhiy-storchaka deleted the pydoc-builtins branchSeptember 19, 2025 12:54
@miss-islington-app
Copy link

Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestSep 19, 2025
…ons (pythonGH-139077)Fix a bug in the pydoc module that was hiding functions in a Pythonmodule if they were implemented in an extension module and the module didnot have __all__.(cherry picked from commit7257b24)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestSep 19, 2025
…ons (pythonGH-139077)Fix a bug in the pydoc module that was hiding functions in a Pythonmodule if they were implemented in an extension module and the module didnot have __all__.(cherry picked from commit7257b24)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

GH-139160 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelSep 19, 2025
@bedevere-app
Copy link

GH-139161 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelSep 19, 2025
serhiy-storchaka added a commit that referenced this pull requestSep 19, 2025
…ions (GH-139077) (GH-139161)Fix a bug in the pydoc module that was hiding functions in a Pythonmodule if they were implemented in an extension module and the module didnot have __all__.(cherry picked from commit7257b24)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
encukou pushed a commit that referenced this pull requestOct 7, 2025
…ions (GH-139077) (GH-139160)Fix a bug in the pydoc module that was hiding functions in a Pythonmodule if they were implemented in an extension module and the module didnot have __all__.(cherry picked from commit7257b24)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka

[8]ページ先頭

©2009-2025 Movatter.jp