Skip to content

Commit c6b197e

Browse files
authored
Allowlist six.create_bound_method.__code__ (Fix daily test failure) (#12759)
1 parent d7e6cb8 commit c6b197e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/six/@tests/stubtest_allowlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ six.BytesIO.seek
44
six.StringIO.seek
55
six.StringIO.truncate
66
six.create_bound_method.__closure__
7+
six.create_bound_method.__code__
78
six.create_bound_method.__defaults__
89
six.moves.*
910

0 commit comments

Comments
 (0)