]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 May 2026 16:07:50 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 16:07:50 +0000 (12:07 -0400)
commitb4f2e882032d71b2c60d74befdc2615d5596f2fe
treecdd3ae1c1c9a22c089c6a21c62d416b8fb183a82
parent8fdeb2dd3a2392669e7bbb75e3bd7142d15e00fb
[3.15] gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577) (#149656)

gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577)

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

* Confirm no accesses
(cherry picked from commit f23a1837d7156c4c478528321a423eae2b31e4bf)

Co-authored-by: Michael Droettboom <mdboom@gmail.com>
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]