From 7f2cf525e9f68a5361ddf1952bec45048ae10d95 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 1 Mar 2022 16:16:49 +0100 Subject: [PATCH] Add six.create_bound_method dunders to allowlist (#7409) Closes: #7404 --- stubs/six/@tests/stubtest_allowlist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stubs/six/@tests/stubtest_allowlist.txt b/stubs/six/@tests/stubtest_allowlist.txt index d7158843a..c43893f13 100644 --- a/stubs/six/@tests/stubtest_allowlist.txt +++ b/stubs/six/@tests/stubtest_allowlist.txt @@ -3,6 +3,8 @@ six.BytesIO.readlines six.BytesIO.seek six.StringIO.seek six.StringIO.truncate +six.create_bound_method.__closure__ +six.create_bound_method.__defaults__ six.moves.* # Implemented using "operator" functions in the implementation