]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112821: Fix rlcompleter failures on objects with descriptors (#149577)
authorMichael Droettboom <mdboom@gmail.com>
Mon, 11 May 2026 01:44:59 +0000 (21:44 -0400)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 01:44:59 +0000 (21:44 -0400)
commitf23a1837d7156c4c478528321a423eae2b31e4bf
tree2ba13c3eddfd5b6d06fd35a712d24666b263889f
parent197878529f20566c1e4706e8486c9a0e302dfa00
gh-112821: Fix rlcompleter failures on objects with descriptors (#149577)

* gh-112821: Fix rlcompleter failures on objects with descriptors

* Confirm no accesses
Lib/rlcompleter.py
Lib/test/test_rlcompleter.py
Misc/NEWS.d/next/Library/2026-05-08-15-08-35.gh-issue-112821.t9T1YD.rst [new file with mode: 0644]