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 pitrou
Recipients alexandre.vassalotti, barry, ethan.furman, pitrou, serhiy.storchaka
Date 2014-02-06.22:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391724569.67.0.0770831142273.issue20534@psf.upfronthosting.co.za>
In-reply-to
Content
Those tracebacks don't correspond to line numbers in the stdlib enum.py.

Regardless, the two tests fail understandably: they define a class in the local namespace and then monkeypatch globals() with it, but don't adjust the __qualname__.
History
Date User Action Args
2014-02-06 22:09:29pitrousetrecipients: + pitrou, barry, alexandre.vassalotti, ethan.furman, serhiy.storchaka
2014-02-06 22:09:29pitrousetmessageid: <1391724569.67.0.0770831142273.issue20534@psf.upfronthosting.co.za>
2014-02-06 22:09:29pitroulinkissue20534 messages
2014-02-06 22:09:29pitroucreate