Allowlist six.create_bound_method.__code__ (Fix daily test failure) (#12759)

This commit is contained in:
Avasam
2024-10-08 22:17:52 -04:00
committed by GitHub
parent d7e6cb8e1a
commit c6b197e282

View File

@@ -4,6 +4,7 @@ six.BytesIO.seek
six.StringIO.seek
six.StringIO.truncate
six.create_bound_method.__closure__
six.create_bound_method.__code__
six.create_bound_method.__defaults__
six.moves.*