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 methane
Recipients Dennis Sweeney, methane
Date 2022-03-14.08:19:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647245986.46.0.486632430185.issue47009@roundup.psfhosted.org>
In-reply-to
Content
Hmm. Would you measure benefit from inlining and skipping incref/decref separately?

If benefit of inlining is very small, making _PyList_AppendTakeRef() as regular internal API looks better to me.
History
Date User Action Args
2022-03-14 08:19:46methanesetrecipients: + methane, Dennis Sweeney
2022-03-14 08:19:46methanesetmessageid: <1647245986.46.0.486632430185.issue47009@roundup.psfhosted.org>
2022-03-14 08:19:46methanelinkissue47009 messages
2022-03-14 08:19:46methanecreate