This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients Arfrever, alexandre.vassalotti, benjamin.peterson, pitrou
Date 2013-10-19.18:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382206539.73.0.316855945067.issue19301@psf.upfronthosting.co.za>
In-reply-to
Content
I suppose it would also be desirable to have

def f():
    C = None
    def g():
        nonlocal C
        class C: pass
    return g()

have a different qualname, too?
History
Date User Action Args
2013-10-19 18:15:39benjamin.petersonsetrecipients: + benjamin.peterson, pitrou, alexandre.vassalotti, Arfrever
2013-10-19 18:15:39benjamin.petersonsetmessageid: <1382206539.73.0.316855945067.issue19301@psf.upfronthosting.co.za>
2013-10-19 18:15:39benjamin.petersonlinkissue19301 messages
2013-10-19 18:15:39benjamin.petersoncreate