Even a Feature That You Do Not Use Can Bite You
https://blog.petrzemek.net/2019/02/22/even-feature-that-you-do-not-use-can-bite-you/ [blog.petrzemek.net]
2019-02-24 04:39
In this case, an obscure bit of python syntax. Not quite what I predicted, but maybe that’s the point.
The reason is that it is actually valid Python code that uses variable annotations, which is a feature introduced in Python 3.6. In the previous versions of Python, the code would have raised SyntaxError.
source: L