Python 3.3 introduced the __qualname__
attribute for function objects and class objects.
It's easy to get the (unqualified) name and a code object for the currently executing function.
But how to get the qualified name for the currently executing function?