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 vstinner
Recipients python-dev, serhiy.storchaka, vstinner
Date 2013-11-06.17:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383760052.75.0.302007276974.issue19512@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, by the way, identifiers have a nice side effect: they are interned, and so dict lookup should be faster.
History
Date User Action Args
2013-11-06 17:47:32vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2013-11-06 17:47:32vstinnersetmessageid: <1383760052.75.0.302007276974.issue19512@psf.upfronthosting.co.za>
2013-11-06 17:47:32vstinnerlinkissue19512 messages
2013-11-06 17:47:32vstinnercreate