]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:08:20 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 16:08:20 +0000 (12:08 -0400)
commit5ad22a8de606ac7459ebf7cd84e4388b8c41ffab
tree0affb707e2d1985502be9c5c3f683ef34424d0c6
parenta42082b6a1e2a71270ea2541ee2285ec52435ec4
[3.13] gh-112821: Fix rlcompleter failures on objects with descriptors (GH-149577) (#149658)

* 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>
* Add missing import

---------

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