You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some function arguments accept only objects with a buffer interface as described by PEP-3118. That's a C level API and it's not backed by any Python methods so it's hard to describe in mypy, so those arguments are currently described as Any
This need some support from python; see some related discussions at:
Some function arguments accept only objects with a buffer interface as described by PEP-3118. That's a C level API and it's not backed by any Python methods so it's hard to describe in mypy, so those arguments are currently described as Any
This need some support from python; see some related discussions at:
http://permalink.gmane.org/gmane.comp.python.devel/156411
http://bugs.python.org/issue27501
The text was updated successfully, but these errors were encountered: