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
where cffi-stubs/api.pyi has the right signature and _cffi_backend-stubs/__init__.pyi has the wrong one: def string(self, cdata: CData, maxlen: int) -> bytes | str: ... What is going on?
typeshed/stubs/cffi/cffi/api.pyi
Line 42 in 140bba3
I know that
maxlen
agument is optional.The text was updated successfully, but these errors were encountered: