]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139933: correctly suggest attributes for classes with a custom `__dir__...
authorŁukasz Langa <lukasz@langa.pl>
Wed, 11 Mar 2026 21:02:01 +0000 (22:02 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 21:02:01 +0000 (22:02 +0100)
commit881cc06bac7d59a5bd8f4d49717e2e1d05fcc435
tree5c4a3dfad08f8e17b383a8be7ef2c794dad9f222
parent17a9c2691ef259ea12a1f3c5c0d1c97f815dc349
[3.13] gh-139933: correctly suggest attributes for classes with a custom `__dir__` (GH-139950) (GH-145827) (GH-145833)

(cherry picked from commit 4722202a1a81974089801e6173d269836b6a074f)
(cherry picked from commit 0a80015ac26d60bff54f57ce9f73ffc5386249b1)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-10-11-11-50-59.gh-issue-139933.05MHlx.rst [new file with mode: 0644]