We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytes
Hi!
About this stub: https://github.com/python/typeshed/blob/c193cd2a36839c8e6336f350397f51ce52fedd5e/stubs/cffi/_cffi_backend.pyi#L128C1-L138C19 all str in this __init__ method should be bytes. Because that's how it is when cffi is used in out-of-line mode (i.e compiled). And PyBytes_AS_STRING is called on even arguments https://github.com/python-cffi/cffi/blob/25172b84cf51cf58241f074ccd1efd9c7648cb43/src/c/cdlopen.c#L191
str
__init__
PyBytes_AS_STRING
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
About this stub:
https://github.com/python/typeshed/blob/c193cd2a36839c8e6336f350397f51ce52fedd5e/stubs/cffi/_cffi_backend.pyi#L128C1-L138C19
all
str
in this__init__
method should bebytes
. Because that's how it is when cffi is used in out-of-line mode (i.e compiled). AndPyBytes_AS_STRING
is called on even arguments https://github.com/python-cffi/cffi/blob/25172b84cf51cf58241f074ccd1efd9c7648cb43/src/c/cdlopen.c#L191The text was updated successfully, but these errors were encountered: