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 rhettinger
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2017-03-07.01:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488851299.77.0.347520398084.issue29737@psf.upfronthosting.co.za>
In-reply-to
Content
Is it at all common to concatenate empty tuples?  This seems like optimizing something that rarely occurs.

Also, the timings can be misleading if in real code these changes cause new branch mispredictions here which can slow the common case.  See http://stackoverflow.com/questions/11227809
History
Date User Action Args
2017-03-07 01:48:19rhettingersetrecipients: + rhettinger, vstinner, serhiy.storchaka
2017-03-07 01:48:19rhettingersetmessageid: <1488851299.77.0.347520398084.issue29737@psf.upfronthosting.co.za>
2017-03-07 01:48:19rhettingerlinkissue29737 messages
2017-03-07 01:48:18rhettingercreate