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-21.15:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550763008.47.0.237566665231.issue36030@roundup.psfhosted.org>
In-reply-to
Content
I reviewed PR 11954: I asked to rework the PR to only add _PyTuple_FromArray() and the "unrelated" micro-optimization. So it would be easier to see code simplification and the micro-optimization.

If the micro-optimization doesn't make the code more complex and doesn't introduce subtle issue with the GC, I'm fine with taking 10 ns optimization ;-)
History
Date User Action Args
2019-02-21 15:30:08vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka, sir-sigurd
2019-02-21 15:30:08vstinnersetmessageid: <1550763008.47.0.237566665231.issue36030@roundup.psfhosted.org>
2019-02-21 15:30:08vstinnerlinkissue36030 messages
2019-02-21 15:30:08vstinnercreate