]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119698: fix a special case in `symtable.Class.get_methods` (#121802)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 17 Jul 2024 13:27:35 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 13:27:35 +0000 (06:27 -0700)
commit6682d916780c1cb305e679a057ee6992b114118e
treec48a8d6a4e7bbe9681d9c28e9db3fd5d84290cb7
parentcffad5c6ef9371b26e32556296cea2bfe8358b1a
gh-119698: fix a special case in `symtable.Class.get_methods` (#121802)
Lib/symtable.py
Lib/test/test_symtable.py