]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139933: correctly suggest attributes for classes with a custom `__dir__...
authorŁukasz Langa <lukasz@langa.pl>
Wed, 11 Mar 2026 15:11:38 +0000 (16:11 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 15:11:38 +0000 (16:11 +0100)
commit0a80015ac26d60bff54f57ce9f73ffc5386249b1
treed9c3cae33ed9d7b7f10a703a4b21550b1d202e8d
parent717ebd7a36c66d7c148e776b8bd638948424960a
[3.14] gh-139933: correctly suggest attributes for classes with a custom `__dir__` (GH-139950) (GH-145827)

(cherry picked from commit 4722202a1a81974089801e6173d269836b6a074f)

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]