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 mjpieters
Recipients eric.smith, mjpieters, ztane
Date 2016-05-21.22:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463868967.24.0.691012820942.issue27078@psf.upfronthosting.co.za>
In-reply-to
Content
The catalyst for this question was a Stack Overflow question I answered: 

    https://stackoverflow.com/questions/37365311/why-are-python-3-6-literal-formatted-strings-so-slow

Compared the `str.format()` the BUILD_LIST is the bottleneck here; dropping the LOAD_ATTR and CALL_FUNCTION opcodes are nice bonuses.
History
Date User Action Args
2016-05-21 22:16:07mjpieterssetrecipients: + mjpieters, eric.smith, ztane
2016-05-21 22:16:07mjpieterssetmessageid: <1463868967.24.0.691012820942.issue27078@psf.upfronthosting.co.za>
2016-05-21 22:16:07mjpieterslinkissue27078 messages
2016-05-21 22:16:07mjpieterscreate