]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-58211: Add tests for the `__self__` attribute of builtins functions (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Apr 2025 12:25:51 +0000 (14:25 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Apr 2025 12:25:51 +0000 (12:25 +0000)
commit70c4bd63d4f7d6656664c1c8d86725641a019a69
treef936b45fa562e9d901e8bd7d7986a8af714b482c
parent17b61394ee2cdef25adf39f4fdc5ce80cde32bac
[3.13] gh-58211: Add tests for  the `__self__` attribute of builtins functions (GH-113575) (#132437)

gh-58211: Add tests for  the `__self__` attribute of builtins functions (GH-113575)

---------
(cherry picked from commit 891465fc7a6cf096d5d58db70532e2f3809b1c24)

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
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