◐ Shell
clean mode source ↗

Message 412050 - Python tracker

Message412050

Author kumaraditya
Recipients Mark.Shannon, kj, kumaraditya
Date 2022-01-29.04:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643432318.81.0.741776471747.issue46564@roundup.psfhosted.org>
In-reply-to
Content
I was reading typeobject.c and noticed that creating a super object currently requires creating a frame object which is created lazily and is slow and it would work with the InterpreterFrame as well so I created a PR for this optimization and now it does not requires creating frame objects.
History
Date User Action Args
2022-01-29 04:58:38kumaradityasetrecipients: + kumaraditya, Mark.Shannon, kj
2022-01-29 04:58:38kumaradityasetmessageid: <1643432318.81.0.741776471747.issue46564@roundup.psfhosted.org>
2022-01-29 04:58:38kumaradityalinkissue46564 messages
2022-01-29 04:58:38kumaradityacreate