Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
bindings are resolved at run-time in Python, and the second version only needs
to perform the resolution once.
+Similar proposals that would introduce syntax to further reduce code volume,
+such as using a 'leading dot', have been rejected in favour of explicitness (see
+https://mail.python.org/pipermail/python-ideas/2016-May/040070.html).
+
Why don't generators support the with statement?
------------------------------------------------