]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139819: rlcompleter – avoid suggesting attributes not accessible on instances...
authorPeter <peter86225@gmail.com>
Tue, 9 Jun 2026 18:00:23 +0000 (02:00 +0800)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 18:00:23 +0000 (11:00 -0700)
commit81c1cdcf4a9aa08cef567e3a75480099db470052
tree7a012087792ea921a8aafbf9170c5c358734ad75
parent7053bbd7fd4967b8782bf0c8f6ad00248f0b0c5b
gh-139819: rlcompleter – avoid suggesting attributes not accessible on instances (GH-139820)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/rlcompleter.py
Lib/test/test_rlcompleter.py
Misc/NEWS.d/next/Library/2025-10-09-12-13-29.gh-issue-139819.YxUDyH.rst [new file with mode: 0644]