Skip to content

gh-133210: Fix test_rlcompleter in --without-doc-strings mode#133332

Merged
sobolevn merged 2 commits intopython:mainfrom
sobolevn:issue-133210-test_rlcompleter
May 3, 2025
Merged

gh-133210: Fix test_rlcompleter in --without-doc-strings mode#133332
sobolevn merged 2 commits intopython:mainfrom
sobolevn:issue-133210-test_rlcompleter

Conversation

@sobolevn
Copy link
Copy Markdown
Member

@sobolevn sobolevn commented May 3, 2025

This line affects the tests results:

if not inspect.signature(val).parameters:

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The new code is more readable!

@sobolevn
Copy link
Copy Markdown
Member Author

sobolevn commented May 3, 2025

@vstinner thank you for your reviews!

@sobolevn sobolevn merged commit 881144f into python:main May 3, 2025
42 checks passed
@miss-islington-app
Copy link
Copy Markdown

Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 3, 2025
…de (pythonGH-133332)

(cherry picked from commit 881144f)

Co-authored-by: sobolevn <mail@sobolevn.me>
@bedevere-app
Copy link
Copy Markdown

bedevere-app bot commented May 3, 2025

GH-133348 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label May 3, 2025
sobolevn added a commit that referenced this pull request May 3, 2025
…ode (GH-133332) (#133348)

gh-133210: Fix `test_rlcompleter` in `--without-doc-strings` mode (GH-133332)
(cherry picked from commit 881144f)

Co-authored-by: sobolevn <mail@sobolevn.me>
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants