Victor Stinner 40ee30181f Issue #21205: Add a new `__qualname__` attribute to generator, the qualified
name, and use it in the representation of a generator (``repr(gen)``). The
default name of the generator (``__name__`` attribute) is now get from the
function instead of the code. Use ``gen.gi_code.co_name`` to get the name of
the code.
2014-06-16 15:59:28 +02:00
..
2014-01-20 15:35:38 +01:00
2013-07-27 02:41:03 +02:00
2013-12-31 22:02:22 -06:00
2013-09-26 22:21:41 -04:00