]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-58211: Add tests for the `__self__` attribute of builtins functions (#113575)
authorAdorilson Bezerra <adorilson@gmail.com>
Sat, 12 Apr 2025 12:02:43 +0000 (13:02 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Apr 2025 12:02:43 +0000 (12:02 +0000)
commit891465fc7a6cf096d5d58db70532e2f3809b1c24
tree1aef6c7a452e76498aaa3abd4fb35a8d91fe7a7f
parent517e96b9ed9f2b808ce499d01f6b5db5635218e3
gh-58211: Add tests for  the `__self__` attribute of builtins functions (#113575)

---------

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_funcattrs.py