-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
[python] deprecated collections usage (redux) #5335
Comments
The alphas of 3.8 are getting out, any news on this? |
I'm seeing this in the logs:
Looking forward to the fix. |
A fix has been submitted in internal code with:
Expect to see the fix in next release |
Python 3.8 release candidate 1 is available: https://www.python.org/download/pre-releases |
Python 3.8 was released yesterday https://www.python.org/downloads/release/python-380/ |
A fix is pending, why isn't it being merged? #6272 |
What version of protobuf and what language are you using?
Version: master
Language: Python
What operating system (Linux, Windows, ...) and version?
Any
What runtime / compiler are you using (e.g., python version or gcc version)
Python 3.7.1
#5195 purported to fix #5135, but did so only for the deprecated usage in the
google.protobuf.internal.containers
module. Further changes are needed:The text was updated successfully, but these errors were encountered: