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, sir-sigurd, vstinner
Date 2019-02-20.11:37:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550662668.97.0.311478660512.issue36030@roundup.psfhosted.org>
In-reply-to
Content
I prefer PyTuple_FromArray() API idea. It's safer by design than you "list to tuple" function stealing references to list items if refcnt(list)==1.
History
Date User Action Args
2019-02-20 11:37:48vstinnersetrecipients: + vstinner, rhettinger, sir-sigurd
2019-02-20 11:37:48vstinnersetmessageid: <1550662668.97.0.311478660512.issue36030@roundup.psfhosted.org>
2019-02-20 11:37:48vstinnerlinkissue36030 messages
2019-02-20 11:37:48vstinnercreate