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 gvanrossum
Recipients Jack.Murray, giampaolo.rodola, gvanrossum, pitrou, python-dev, vstinner, yselivanov
Date 2014-04-28.04:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398657806.5.0.888681450853.issue21340@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, should have let someone review it. I'm a bit out of practice. :-)

But in this case I think three-arg getattr() is better; less code, less indentation, and the final question (is the frame not None?) must still be asked.
History
Date User Action Args
2014-04-28 04:03:26gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, python-dev, yselivanov, Jack.Murray
2014-04-28 04:03:26gvanrossumsetmessageid: <1398657806.5.0.888681450853.issue21340@psf.upfronthosting.co.za>
2014-04-28 04:03:26gvanrossumlinkissue21340 messages
2014-04-28 04:03:26gvanrossumcreate