We know that there are issues with the Python echosystem at large [1].
Google is heavily invested in Python 2, and thus created Grumpy [2], which is a new Python 2 runtime, in Golang.
A company like Google, stepping in, will inevitable lead to the sorting out of many of the issues [1], and introduce new developments for Python 2.
The Golang backend of Python will enable the development of many benefits we see in Golang (built in concurrency?, speed?, easy package management?)
This would mean that the community will gravitate towards python 2. What do you think?
[1]
* Fragmentation of package managers: Pip, Conda, etc..
* Fragmentation of runtime: Pypy, CPython, Jython, Cython, etc..
* Golang (and probably Grumpy in the future) doesn't suffer from these issues, because a central entity (Google) is leading it.
[2]
https://github.com/google/grumpy
The other thing, arguably more important, is that there isn't really a community around grumpy, whereas there is around Python 3 (the latest nontrivial commit was 3 weeks ago for grumpy, whereas the latest nontrivial commit was 6 hours ago for Python). Even if Google did try to build a community, many people worry that Google will just abandon software when they want to, so people would be hesitant to work with this software long term, which means developers wouldn't want to build any software for it; the majority of developers developing new Python code are doing it in Python 3, and those that aren't are most likely using six rather than only 2.7 unless they're supporting a legacy codebase that either they don't want to or cannot upgrade to Python 3 or to upgrade using the six library.
Python 3 may, however unlikely, "die", but this and Google won't be the death of it.