gh-119698: fix symtable.Class.get_methods and document its behaviour correctly (#120151)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
Bénédikt Tran 2024-06-20 05:49:30 +02:00 committed by GitHub
parent 656a1c8108
commit b8a8e04fec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 186 additions and 5 deletions

View file

@ -0,0 +1,2 @@
Fix :meth:`symtable.Class.get_methods` and document its behaviour. Patch by
Bénédikt Tran.