]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jul 2024 13:54:40 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 13:54:40 +0000 (13:54 +0000)
commitc6ef5aca614e3ee1cfe4125148d80e0e0bd77462
treeda9994575e53952e09cc2ade190c8e62b8940a43
parent4395d68c7017eacf0ad643befe1f1e0bc6149f26
[3.13] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802) (#121909)

(cherry picked from commit 6682d916780c1cb305e679a057ee6992b114118e)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/symtable.py
Lib/test/test_symtable.py