Kumar Aditya <rahuladitya...@gmail.com> added the comment:

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.

----------
nosy: +kumaraditya303

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46564>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to