Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Is it needed to specify the fromlist argument for 
PyImport_ImportModuleLevelObject()? The only effect of this is that Python will 
try to import the hook as a submodule if it is not an attribute of the parent 
module. But I think that callable modules is very uncommon case and we should 
not support is specially. Getting rid of the fromlist argument will simplify 
the code.

----------
nosy: +serhiy.storchaka

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

Reply via email to