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, ethan smith, r.david.murray, serhiy.storchaka
Date 2018-07-09.09:23:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531128195.19.0.56676864532.issue31353@psf.upfronthosting.co.za>
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, ethan smith, alkuzad
2018-07-09 09:23:15serhiy.storchakasetmessageid: <1531128195.19.0.56676864532.issue31353@psf.upfronthosting.co.za>
2018-07-09 09:23:15serhiy.storchakalinkissue31353 messages
2018-07-09 09:23:15serhiy.storchakacreate