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 rhettinger, serhiy.storchaka, sir-sigurd, vstinner
Date 2019-02-26.15:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551194818.25.0.93968277414.issue36030@roundup.psfhosted.org>
In-reply-to
Content
> This optimization also can be used for BUILD_TUPLE opcode and in pickle module, if it's OK to add _PyTuple_StealFromArray() function :-)

I would like to see a micro-benchmark showing that it's faster.
History
Date User Action Args
2019-02-26 15:26:58vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka, sir-sigurd
2019-02-26 15:26:58vstinnersetmessageid: <1551194818.25.0.93968277414.issue36030@roundup.psfhosted.org>
2019-02-26 15:26:58vstinnerlinkissue36030 messages
2019-02-26 15:26:58vstinnercreate