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 corona10, erlendaasland, hydroflask, vstinner
Date 2022-02-09.00:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644367144.65.0.792129809306.issue46323@roundup.psfhosted.org>
In-reply-to
Content
I suggest to use PyTuple_GET_ITEM(), but PySequence_Fast_ITEMS() is more effecient. It's hard to beat an array in C.
History
Date User Action Args
2022-02-09 00:39:04vstinnersetrecipients: + vstinner, hydroflask, corona10, erlendaasland
2022-02-09 00:39:04vstinnersetmessageid: <1644367144.65.0.792129809306.issue46323@roundup.psfhosted.org>
2022-02-09 00:39:04vstinnerlinkissue46323 messages
2022-02-09 00:39:04vstinnercreate