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 Marco Sulla, Mark.Shannon, methane
Date 2020-10-24.09:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603530619.28.0.922788679827.issue41835@roundup.psfhosted.org>
In-reply-to
Content
I confirmed _PyDict_FromItems() can be used to optimize _PyStack_AsDict() too.
See https://github.com/methane/cpython/pull/25

But I can not confirm significant performance gain from it too.
History
Date User Action Args
2020-10-24 09:10:19methanesetrecipients: + methane, Mark.Shannon, Marco Sulla
2020-10-24 09:10:19methanesetmessageid: <1603530619.28.0.922788679827.issue41835@roundup.psfhosted.org>
2020-10-24 09:10:19methanelinkissue41835 messages
2020-10-24 09:10:19methanecreate