Files
cpython/Include
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
..
2013-10-05 16:28:04 -04:00
2014-05-26 15:12:28 -07:00
2012-11-12 20:24:09 +01:00
2014-05-17 21:46:35 -07:00