-
Notifications
You must be signed in to change notification settings - Fork 15.5k
New issue
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
Compiler warnings when building for Python 3.7 and 3.8 #7930
Comments
This also shows up in downstream Bazel projects that set (protobuf is currently the cause of all spam in our build logs; among |
@wchargin It looks like the corresponding flag has been in BUILD for quite some time now: https://github.com/protocolbuffers/protobuf/blame/master/BUILD#L88 Can you verify what version your WORKSPACE uses for the protobuf library, and what compiler you're using? |
"Old" buffer API will removed in Python 3.10. This is also fix protocolbuffers#7930.
"Old" buffer API will removed in Python 3.10. This is also fix protocolbuffers#7930.
"Old" buffer API will removed in Python 3.10. This is also fix protocolbuffers#7930.
"Old" buffer API will removed in Python 3.10. This is also fix #7930.
Example from tox logs:
The "new" buffer API is available across all versions we care about, but it will take a little bit of legwork. For now, I think we may want to disable the
--warnings_as_errors
flag temporarily in our tox config.The text was updated successfully, but these errors were encountered: