This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients alkuzad, barry, emma_smith, r.david.murray, serhiy.storchaka
Date 2018-07-09.09:23:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-09 09:23:15serhiy.storchakasetrecipients: + serhiy.storchaka, barry, r.david.murray, emma_smith, alkuzad
2018-07-09 09:23:15serhiy.storchakasetmessageid: <[email protected]>
2018-07-09 09:23:15serhiy.storchakalinkissue31353 messages
2018-07-09 09:23:15serhiy.storchakacreate