Add six.create_bound_method dunders to allowlist (#7409)

Closes: #7404
This commit is contained in:
Sebastian Rittau
2022-03-01 16:16:49 +01:00
committed by GitHub
parent 000b466b21
commit 7f2cf525e9

View File

@@ -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