]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 22:32:29 +0000 (00:32 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 22:32:29 +0000 (22:32 +0000)
commit3279a4fbfff509a80cc5401b6997e8310ffadd84
tree2766e4b90e637f84f2a95ef73c7fdcf8b9adb462
parenta6516de08b7062d224a6a5f88a7d4ad4dd1fd051
[3.12] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802) (#121910)

(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