[issue31353] Implement PEP 553 - built-in breakpoint()
Serhiy Storchaka
report at bugs.python.org
Mon Jul 9 05:23:15 EDT 2018
Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue31353>
_______________________________________
More information about the Python-bugs-list
mailing list