summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_super.py
AgeCommit message (Collapse)Author
2024-07-25py/objtype: Validate super() arguments.stijn
This fixes various null dereferencing and out-of-bounds access because super_attr assumes the held obj is effectively an object of the held type, which is now verified. Fixes issue #12830. Signed-off-by: stijn <stijn@ignitron.net>