[issue46953] use FASTCALL for __import__ builtin

Kumar Aditya report at bugs.python.org
Tue Mar 8 05:08:35 EST 2022


Kumar Aditya <rahuladitya303 at gmail.com> added the comment:

Occurrence of __import__ calls in stdlib:

grep __import__ Lib/*/*.py | wc -l

28

It is common to import directly via __import__ outside the stdlib too.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46953>
_______________________________________


More information about the Python-bugs-list mailing list