Skip to content

Commit b31b5e0

Browse files
committed
Add testcase for subclassing builtin type and calling native method (broken).
1 parent 1d6fc94 commit b31b5e0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#class mylist(list):
2+
# pass
3+
4+
#l = mylist()
5+
#l.append(1)
6+
#print(l)

0 commit comments

Comments
 (0)