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 serhiy.storchaka, vstinner
Date 2013-11-06.17:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383759757.06.0.87591099149.issue19512@psf.upfronthosting.co.za>
In-reply-to
Content
> Are any of these calls performance critical?

I'm trying to focus on the interactive interpreter. I didn't touch literal strings used once, for example at module initialization.

Well, if it doesn't make the code much uglier or much slower, it's maybe not a big deal to replace all string literals with identifiers.
History
Date User Action Args
2013-11-06 17:42:37vstinnersetrecipients: + vstinner, serhiy.storchaka
2013-11-06 17:42:37vstinnersetmessageid: <1383759757.06.0.87591099149.issue19512@psf.upfronthosting.co.za>
2013-11-06 17:42:37vstinnerlinkissue19512 messages
2013-11-06 17:42:36vstinnercreate