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
The internet module functions method defs are missing the flags.
This results in "SystemError: bad call flags" when importing win32comext.internet.
See https://bugs.python.org/issue33012 for details.
The text was updated successfully, but these errors were encountered:
Add flags to win32comext.internet functions
6b10e4f
Fixes mhammond#1904
Add flags to win32comext.internet functions (#1905)
33460b7
Fixes #1904
Successfully merging a pull request may close this issue.
The internet module functions method defs are missing the flags.
This results in "SystemError: bad call flags" when importing win32comext.internet.
See https://bugs.python.org/issue33012 for details.
The text was updated successfully, but these errors were encountered: