]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102213: Optimize the performance of `__getattr__` (GH-103761)
authorsunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Mon, 1 May 2023 10:10:35 +0000 (18:10 +0800)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 10:10:35 +0000 (18:10 +0800)
commit59c27fa5cb95e2d608747a50fc675bbe2fc96beb
treee7b74de2f7e9925fbda1deb21701eed53034b102
parent487f55d5801a9ae7d79d37e259e8c377c9acd39b
gh-102213: Optimize the performance of `__getattr__` (GH-103761)

Co-authored-by: Kirill <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Xiang Wang <34048878+wangxiang-hz@users.noreply.github.com>
Lib/test/test_descr.py
Misc/NEWS.d/next/Core and Builtins/2023-05-01-08-08-05.gh-issue-102213.nfH-4C.rst [new file with mode: 0644]
Objects/typeobject.c