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 zbyrne
Recipients casevh, josh.r, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-01-12.03:37:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452569851.78.0.951467016225.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you figure why unpack_sequence and other benchmarks were slower?
I didn't look really closely, A few of the slower ones were floating point heavy, which would incur the slow path penalty, but I can dig into unpack_sequence.
History
Date User Action Args
2016-01-12 03:37:31zbyrnesetrecipients: + zbyrne, rhettinger, mark.dickinson, pitrou, vstinner, casevh, serhiy.storchaka, yselivanov, josh.r
2016-01-12 03:37:31zbyrnesetmessageid: <1452569851.78.0.951467016225.issue21955@psf.upfronthosting.co.za>
2016-01-12 03:37:31zbyrnelinkissue21955 messages
2016-01-12 03:37:31zbyrnecreate